Tag

app name display

0 views collected around this technical thread.

37 Interactive Technology Team
37 Interactive Technology Team
Aug 26, 2024 · Mobile Development

iOS App Localization Display Rules: CFBundleDisplayName and CFBundleDevelopmentRegion Behavior

The article examines how iOS determines an app’s displayed name by testing various Info.plist and .lproj configurations, revealing five rules that show CFBundleDisplayName is used only without localization, while CFBundleDevelopmentRegion influences name selection only when matching a single localized folder, and is ignored when multiple localizations—including or excluding English—are present, with plutil highlighted as a useful tool for inspecting and editing these files.

CFBundleDevelopmentRegionCFBundleDisplayNameIPA modification
0 likes · 6 min read
iOS App Localization Display Rules: CFBundleDisplayName and CFBundleDevelopmentRegion Behavior