dpogue commented on issue #1590: URL: https://github.com/apache/cordova-ios/issues/1590#issuecomment-3614148930
The file name of the project and resulting binary have no relation to the displayed app name in the App Store or when installed on devices. In cordova-ios 8, the project name was made "App" consistently, specifically to resolve issues relating to project names with Unicode characters that were causing problems for CocoaPods, plugins, and build tools. For setting the application name and on-device display name, that should be entirely possible through the config.xml [`<name>`](https://cordova.apache.org/docs/en/latest/config_ref/index.html#name) element. You should not need to do any manual config editing or hook-based modifications of the Info.plist file. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
