Closed
Bug 1152336
Opened 10 years ago
Closed 10 years ago
After importing en-US, the Info.plist has MOZ_DISPLAY_NAME placeholders again
Categories
(Firefox for iOS :: General, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fennec | + | --- |
People
(Reporter: st3fan, Assigned: st3fan)
References
Details
After importing en-US/firefox-ios.xliff, the Info.plist looks like this: /* (No Commment) */ "CFBundleDisplayName" = "$(MOZ_BUNDLE_DISPLAY_NAME)"; /* (No Commment) */ "CFBundleName" = "$(PRODUCT_NAME)"; /* (No Commment) */ "CFBundleShortVersionString" = "1.0"; /* (No Commment) */ "NSLocationWhenInUseUsageDescription" = "Websites you visit may request your location."; All those entries except the last one should go away. If this is not possible to prevent then we can handle this in one of the scripts/xliff-*.py scripts and substitute the placeholders. Note that this also happens for the Info.plist for the extensions and embedded frameworks. I don't know why xcode insists on putting them back in. They are not marked as needing localization anywhere.
Updated•10 years ago
|
tracking-fennec: ? → +
Assignee | ||
Comment 2•10 years ago
|
||
This has been fixed some time ago as part of the l10n import scripts.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•