From c0072b0d507a6d16531f6b7df31905737d0cca8f Mon Sep 17 00:00:00 2001 From: Berkus Decker <berkus@madfire.net> Date: Mon, 20 Nov 2017 22:10:06 +0200 Subject: [PATCH] Update plist file for OSX build with cmake --- Telegram/Telegram.plist | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Telegram/Telegram.plist b/Telegram/Telegram.plist index f4272eaf2..9ab590e29 100644 --- a/Telegram/Telegram.plist +++ b/Telegram/Telegram.plist @@ -3,24 +3,28 @@ <plist version="1.0"> <dict> <key>CFBundleExecutable</key> - <string>$(PRODUCT_NAME)</string> + <string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string> <key>CFBundleGetInfoString</key> - <string>Telegram Desktop messaging app</string> + <string>pro.cxx Telegram messaging app</string> <key>CFBundleIdentifier</key> - <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> + <string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> <string>$(CURRENT_PROJECT_VERSION)</string> <key>CFBundleSignature</key> <string>????</string> + <key>CFBundleName</key> + <string>${MACOSX_BUNDLE_BUNDLE_NAME}</string> + <key>CFBundleIconFile</key> + <string>${MACOSX_BUNDLE_ICON_FILE}</string> <key>CFBundleURLTypes</key> <array> <dict> <key>CFBundleTypeRole</key> <string>Viewer</string> <key>CFBundleURLIconFile</key> - <string>Icon.icns</string> + <string>${MACOSX_BUNDLE_ICON_FILE}</string> <key>CFBundleURLName</key> <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> <key>CFBundleURLSchemes</key>