From 5a355fe68f039cc83fa439a896b18a5b03253c70 Mon Sep 17 00:00:00 2001 From: Andrew Nelless Date: Fri, 10 Feb 2017 13:08:04 +0000 Subject: [PATCH] Add macOS folder to dist --- dist/macos/bundle/Info.plist.in | 32 ++++++++++++++++++ .../Contents/Resources}/Synergy.icns | Bin dist/macos/bundle/Synergy.app/PkgInfo | 1 + 3 files changed, 33 insertions(+) create mode 100644 dist/macos/bundle/Info.plist.in rename {src/gui/res/mac => dist/macos/bundle/Synergy.app/Contents/Resources}/Synergy.icns (100%) create mode 100644 dist/macos/bundle/Synergy.app/PkgInfo 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