Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
Tor Browser
Commits
dba3e2d1
Commit
dba3e2d1
authored
Mar 16, 2004
by
bryner%brianryner.com
Browse files
Remove @ @ around APP_VERSION. Bug 224818, (patch from t-matsuu@estyle.ne.jp)
parent
8fe2abf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/app/macbuild/Contents/Info.plist.in
View file @
dba3e2d1
...
...
@@ -30,19 +30,19 @@
<key>
CFBundleExecutable
</key>
<string>
firefox-bin
</string>
<key>
CFBundleGetInfoString
</key>
<string>
Firefox
@
APP_VERSION
@
, © 1998-2004 Contributors
</string>
<string>
Firefox APP_VERSION, © 1998-2004 Contributors
</string>
<key>
CFBundleIconFile
</key>
<string>
firefox
</string>
<key>
CFBundleIdentifier
</key>
<string>
org.mozilla.firefox
</string>
<key>
CFBundleInfoDictionaryVersion
</key>
<string>
@
APP_VERSION
@
</string>
<string>
APP_VERSION
</string>
<key>
CFBundleName
</key>
<string>
Firefox
</string>
<key>
CFBundlePackageType
</key>
<string>
APPL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
@
APP_VERSION
@
</string>
<string>
APP_VERSION
</string>
<key>
CFBundleSignature
</key>
<string>
MOZB
</string>
<key>
CFBundleURLTypes
</key>
...
...
@@ -93,7 +93,7 @@
</dict>
</array>
<key>
CFBundleVersion
</key>
<string>
@
APP_VERSION
@
</string>
<string>
APP_VERSION
</string>
<key>
NSAppleScriptEnabled
</key>
<true/>
</dict>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment