This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

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

  • Loading branch information...
nlyan committed Jan 20, 2017
1 parent 0eff5a9 commit b5a81579edda523eb131c2fe803cdc0b839c9419
Showing with 27 additions and 19 deletions.
  1. +27 −19 src/gui/res/mac/Info.plist
View
@@ -1,20 +1,28 @@
-<?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">
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
-<dict>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>NSPrincipalClass</key>
- <string>NSApplication</string>
- <key>CFBundleIconFile</key>
- <string>Synergy.icns</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleExecutable</key>
- <string>Synergy</string>
- <key>CFBundleIdentifier</key>
- <string>synergy</string>
-</dict>
-</plist>
+ <dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleDisplayName</key>
+ <string>Synergy</string>
+ <key>CFBundleExecutable</key>
+ <string>Synergy</string>
+ <key>CFBundleIconFile</key>
+ <string>Synergy.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>synergy</string>
+ <!-- TODO: Fix this in v2.0 //-->
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>Synergy</string>
+ <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>

0 comments on commit b5a8157

Please sign in to comment.