Open
Bug 637991
Opened 14 years ago
Updated 3 years ago
Info window: questionable app name in info version string (Firefox 4.0b12)
Categories
(Firefox :: General, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: mozilla, Unassigned)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4
Build Identifier: Build identifier: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:2.0b12) Gecko/20100101 Firefox/4.0b12
Version string should contain just version - not app name
Reproducible: Always
Steps to Reproduce:
1. Finder: select app
2. Get info
Actual Results:
app name in version string: "Firefox 4.0b12"
From Info.plist:
<key>CFBundleGetInfoString</key>
<string>Firefox 4.0b12</string>
Expected Results:
<string>4.0b12</string>
The status of CFBundleGetInfoString seems to be a big can of worms (alas, Apple doesn't seem to be clarifying)
http://openradar.appspot.com/8600732
Comment 1•14 years ago
|
||
Hmm, isn't this what bug 553073 changed? Might be deliberate?
Updated•14 years ago
|
Version: unspecified → 4.0 Branch
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•