diff --git a/dist/macos/bundle/Info.plist.in b/dist/macos/bundle/Info.plist.in new file mode 100644 index 00000000..e681046f --- /dev/null +++ b/dist/macos/bundle/Info.plist.in @@ -0,0 +1,32 @@ + + + + CFBundleDevelopmentRegion + English + CFBundleDisplayName + Synergy + CFBundleExecutable + synergy + CFBundleIconFile + Synergy.icns + CFBundleIdentifier + synergy + + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Synergy + CFBundlePackageType + APPL + CFBundleSignature + SYN1 + CFBundleShortVersionString + @SYNERGY_VERSION@ + CFBundleVersion + @SYNERGY_VERSION@ + NSHumanReadableCopyright + © 2012-2016, Symless Ltd + LSMinimumSystemVersion + 10.9.0 + + diff --git a/src/gui/res/mac/Synergy.icns b/dist/macos/bundle/Synergy.app/Contents/Resources/Synergy.icns similarity index 100% rename from src/gui/res/mac/Synergy.icns rename to dist/macos/bundle/Synergy.app/Contents/Resources/Synergy.icns diff --git a/dist/macos/bundle/Synergy.app/PkgInfo b/dist/macos/bundle/Synergy.app/PkgInfo new file mode 100644 index 00000000..583e36af --- /dev/null +++ b/dist/macos/bundle/Synergy.app/PkgInfo @@ -0,0 +1 @@ +APPLSYN1 \ No newline at end of file