mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
a76e044e4b
--HG-- extra : rebase_source : b2d96082c1fb4ac55ad22dd034f7b1fbf217f207
37 lines
1.1 KiB
XML
37 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>b2g</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>%APP_NAME% %APP_VERSION%</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>%MOZ_APP_NAME%</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.mozilla.b2g</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>%MOZ_APP_VERSION%</string>
|
|
<key>CFBundleName</key>
|
|
<string>%APP_NAME%</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>%APP_VERSION%</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>MOZB</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>%APP_VERSION%</string>
|
|
<key>NSAppleScriptEnabled</key>
|
|
<true/>
|
|
<key>CGDisableCoalescedUpdates</key>
|
|
<true/>
|
|
<key>NSHighResolutionCapable</key>
|
|
<true/>
|
|
<key>NSPrincipalClass</key>
|
|
<string>GeckoNSApplication</string>
|
|
</dict>
|
|
</plist>
|