Bug 256726 - [Mac] CFBundleInfoDictionaryVersion key is wrong in Firefox, Sunbird and xulrunner. r=pinkerton sr=smfr

This commit is contained in:
mozilla.mano%sent.com 2005-03-23 10:33:15 +00:00
parent d0b201ef3e
commit 1338b066d1
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>