Closed Bug 1152336 Opened 9 years ago Closed 9 years ago

After importing en-US, the Info.plist has MOZ_DISPLAY_NAME placeholders again

Categories

(Firefox for iOS :: General, defect)

x86
macOS
defect
Not set
normal

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.
tracking-fennec: ? → +
This has been fixed some time ago as part of the l10n import scripts.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.