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
Родитель 2bc23e35fd
Коммит 5904802656
3 изменённых файлов: 2 добавлений и 32 удалений

Просмотреть файл

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

Просмотреть файл

@ -1,30 +0,0 @@
<?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>xulrunner-bin</string>
<key>CFBundleGetInfoString</key>
<string>XULRunner APP_VERSION, © 1998-2005 Contributors</string>
<key>CFBundleIconFile</key>
<string>xulrunner</string>
<key>CFBundleIdentifier</key>
<string>org.mozilla.xulrunner</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>APP_VERSION</string>
<key>CFBundleName</key>
<string>XULRunner</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/>
</dict>
</plist>