2013-04-12 09:46:58 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
2014-05-22 09:03:02 +08:00
|
|
|
<key>CFBundleDisplayName</key>
|
|
|
|
<string>${PRODUCT_NAME}</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>${PRODUCT_NAME}</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
2014-12-12 15:37:13 -08:00
|
|
|
<string>com.github.atom-shell</string>
|
2014-05-22 09:03:02 +08:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>${PRODUCT_NAME}</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
2013-05-14 15:50:33 +08:00
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>atom.icns</string>
|
2013-06-03 17:58:34 +08:00
|
|
|
<key>CFBundleVersion</key>
|
2014-12-29 12:21:35 -08:00
|
|
|
<string>0.20.3</string>
|
2014-05-22 09:03:02 +08:00
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
|
<string>10.8.0</string>
|
|
|
|
<key>NSMainNibFile</key>
|
|
|
|
<string>MainMenu</string>
|
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>AtomApplication</string>
|
2014-03-16 09:37:04 +08:00
|
|
|
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
|
|
|
<true/>
|
2013-04-12 09:46:58 +08:00
|
|
|
</dict>
|
|
|
|
</plist>
|