mac: Don't specify CFBundleExecutable in framework

This commit is contained in:
Cheng Zhao 2015-09-29 13:32:53 +08:00
parent 96c15f19e3
commit d6842751bb

View file

@ -2,8 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME} Framework</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>${ATOM_BUNDLE_ID}</string> <string>${ATOM_BUNDLE_ID}</string>
<key>CFBundleName</key> <key>CFBundleName</key>