electron/renderer/resources/mac/Info.plist

15 lines
407 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.helper</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
2013-06-19 13:31:57 +00:00
<key>CFBundlePackageType</key>
<string>APPL</string>
2013-04-12 01:46:58 +00:00
<key>LSUIElement</key>
<true/>
</dict>
</plist>