Different app-name depending on configuration when app-name is localized in InfoPlist.strings
问题 We use a setup with different plists for each configuration. Like this: Target-Info-Dev.plist, Target-Info-Beta.plist... This way our configurations could have their own CFBundleDisplayName, and we can differentiate builds by app-name on device. Like this: "DEV Appname", "BETA Appname"... However, now we are required to localize the app-name. We have done this by creating a localized InfoPlist.strings for each target: "CFBundleDisplayName" = "<localized-appname>"; "CFBundleName" = "<localized