2021-05-14 17:07:44 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>en</string>
|
|
|
|
<key>CFBundleDisplayName</key>
|
|
|
|
<string>Lokinet</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>MacOS/lokinet</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
2021-06-30 11:21:17 +00:00
|
|
|
<string>com.loki-project.lokinet</string>
|
2021-05-14 17:07:44 +00:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>lokinet</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>XPC!</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2021-09-02 22:11:41 +00:00
|
|
|
<string>@lokinet_VERSION@</string>
|
2021-05-14 17:07:44 +00:00
|
|
|
<key>CFBundleVersion</key>
|
2021-09-02 22:11:41 +00:00
|
|
|
<string>@lokinet_VERSION@.@LOKINET_APPLE_BUILD@</string>
|
2021-05-14 17:07:44 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|