mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
Bug 256726 - [Mac] CFBundleInfoDictionaryVersion key is wrong in Firefox, Sunbird and xulrunner. r=pinkerton sr=smfr
This commit is contained in:
parent
d0b201ef3e
commit
1338b066d1
@ -80,7 +80,7 @@
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.mozilla.firefox</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>APP_VERSION</string>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Firefox</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.mozilla.sunbird</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>APP_VERSION</string>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Sunbird</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
|
@ -13,7 +13,7 @@
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.mozilla.xulrunner</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>APP_VERSION</string>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>XULRunner</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
|
Loading…
Reference in New Issue
Block a user