mac: Set CFBundleExecutable for Electron Framework
authorCheng Zhao <zcbenz@gmail.com>
Fri, 9 Oct 2015 08:16:35 +0000 (16:16 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Wed, 14 Oct 2015 03:54:59 +0000 (11:54 +0800)
atom/common/resources/mac/Info.plist

index 7f4d818..7b56a46 100644 (file)
@@ -5,7 +5,9 @@
        <key>CFBundleIdentifier</key>
        <string>${ATOM_BUNDLE_ID}</string>
        <key>CFBundleName</key>
-       <string>${PRODUCT_NAME} Framework</string>
+       <string>${PRODUCT_NAME}</string>
+       <key>CFBundleExecutable</key>
+       <string>${PRODUCT_NAME}</string>
        <key>CFBundlePackageType</key>
        <string>FMWK</string>
        <key>NSSupportsAutomaticGraphicsSwitching</key>