зеркало из https://github.com/mozilla/gecko-dev.git
Remove @ @ around APP_VERSION. Bug 224818, (patch from t-matsuu@estyle.ne.jp)
This commit is contained in:
Родитель
8fe2abf38d
Коммит
dba3e2d1aa
|
@ -30,19 +30,19 @@
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>firefox-bin</string>
|
<string>firefox-bin</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>Firefox @APP_VERSION@, © 1998-2004 Contributors</string>
|
<string>Firefox APP_VERSION, © 1998-2004 Contributors</string>
|
||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
<string>firefox</string>
|
<string>firefox</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>org.mozilla.firefox</string>
|
<string>org.mozilla.firefox</string>
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
<string>@APP_VERSION@</string>
|
<string>APP_VERSION</string>
|
||||||
<key>CFBundleName</key>
|
<key>CFBundleName</key>
|
||||||
<string>Firefox</string>
|
<string>Firefox</string>
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>@APP_VERSION@</string>
|
<string>APP_VERSION</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>MOZB</string>
|
<string>MOZB</string>
|
||||||
<key>CFBundleURLTypes</key>
|
<key>CFBundleURLTypes</key>
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>@APP_VERSION@</string>
|
<string>APP_VERSION</string>
|
||||||
<key>NSAppleScriptEnabled</key>
|
<key>NSAppleScriptEnabled</key>
|
||||||
<true/>
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче