#5809 macOS: Add a version key to Info.plist

This commit is contained in:
Andrew Nelless 2017-01-20 22:57:53 +00:00
parent 0eff5a95be
commit b5a81579ed

View File

@ -1,20 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleDevelopmentRegion</key>
<string>6.0</string> <string>English</string>
<key>NSPrincipalClass</key> <key>CFBundleDisplayName</key>
<string>NSApplication</string> <string>Synergy</string>
<key>CFBundleIconFile</key> <key>CFBundleExecutable</key>
<string>Synergy.icns</string> <string>Synergy</string>
<key>CFBundlePackageType</key> <key>CFBundleIconFile</key>
<string>APPL</string> <string>Synergy.icns</string>
<key>CFBundleSignature</key> <key>CFBundleIdentifier</key>
<string>????</string> <string>synergy</string>
<key>CFBundleExecutable</key> <!-- TODO: Fix this in v2.0 //-->
<string>Synergy</string> <key>CFBundleInfoDictionaryVersion</key>
<key>CFBundleIdentifier</key> <string>6.0</string>
<string>synergy</string> <key>CFBundleName</key>
</dict> <string>Synergy</string>
</plist> <key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.8.7</string>
<key>CFBundleVersion</key>
<string>1.8.7</string>
<key>NSHumanReadableCopyright</key>
<string>© 2012-2016, Symless Ltd</string>
</dict>
</plist>