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>
|
2015-04-14 16:09:34 +08:00
|
|
|
<string>${ATOM_BUNDLE_ID}</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>
|
2016-03-31 14:07:28 -07:00
|
|
|
<string>electron.icns</string>
|
2013-06-03 17:58:34 +08:00
|
|
|
<key>CFBundleVersion</key>
|
2017-10-18 16:49:32 -04:00
|
|
|
<string>1.8.2</string>
|
2015-09-29 13:25:51 +08:00
|
|
|
<key>CFBundleShortVersionString</key>
|
2017-10-18 16:49:32 -04:00
|
|
|
<string>1.8.2</string>
|
2015-09-29 13:27:50 +08:00
|
|
|
<key>LSApplicationCategoryType</key>
|
|
|
|
<string>public.app-category.developer-tools</string>
|
2014-05-22 09:03:02 +08:00
|
|
|
<key>LSMinimumSystemVersion</key>
|
2016-01-29 13:57:48 -06:00
|
|
|
<string>10.9.0</string>
|
2014-05-22 09:03:02 +08:00
|
|
|
<key>NSMainNibFile</key>
|
|
|
|
<string>MainMenu</string>
|
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>AtomApplication</string>
|
2014-03-16 09:37:04 +08:00
|
|
|
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
|
|
|
<true/>
|
2015-06-23 23:02:49 +08:00
|
|
|
<key>NSHighResolutionCapable</key>
|
|
|
|
<true/>
|
2013-04-12 09:46:58 +08:00
|
|
|
</dict>
|
|
|
|
</plist>
|