2013-04-12 01:46:58 +00: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 01:03:02 +00:00
|
|
|
<key>CFBundleDisplayName</key>
|
|
|
|
<string>${PRODUCT_NAME}</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>${PRODUCT_NAME}</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
2015-04-14 08:09:34 +00:00
|
|
|
<string>${ATOM_BUNDLE_ID}</string>
|
2014-05-22 01:03:02 +00:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>${PRODUCT_NAME}</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
2013-05-14 07:50:33 +00:00
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>atom.icns</string>
|
2013-06-03 09:58:34 +00:00
|
|
|
<key>CFBundleVersion</key>
|
2015-10-14 04:36:03 +00:00
|
|
|
<string>0.33.8</string>
|
2015-09-29 05:25:51 +00:00
|
|
|
<key>CFBundleShortVersionString</key>
|
2015-10-14 04:36:03 +00:00
|
|
|
<string>0.33.8</string>
|
2015-09-29 05:27:50 +00:00
|
|
|
<key>LSApplicationCategoryType</key>
|
|
|
|
<string>public.app-category.developer-tools</string>
|
2014-05-22 01:03:02 +00:00
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
|
<string>10.8.0</string>
|
|
|
|
<key>NSMainNibFile</key>
|
|
|
|
<string>MainMenu</string>
|
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>AtomApplication</string>
|
2014-03-16 01:37:04 +00:00
|
|
|
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
|
|
|
<true/>
|
2015-06-23 15:02:49 +00:00
|
|
|
<key>NSHighResolutionCapable</key>
|
|
|
|
<true/>
|
2013-04-12 01:46:58 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|