mac: Set CFBundleExecutable for Electron Framework

This commit is contained in:
Cheng Zhao 2015-10-09 16:16:35 +08:00
parent d6842751bb
commit 51335934c1

View 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>