electron/browser/mac/Info.plist

17 lines
487 B
Text
Raw Normal View History

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>
<key>CFBundleIdentifier</key>
<string>com.github.atom</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
2013-05-14 07:50:33 +00:00
<key>CFBundleIconFile</key>
<string>atom.icns</string>
2013-04-12 01:46:58 +00:00
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
2013-05-14 07:50:33 +00:00
<string>AtomApplication</string>
2013-04-12 01:46:58 +00:00
</dict>
</plist>