cordova-plugin-app-name icon indicating copy to clipboard operation
cordova-plugin-app-name copied to clipboard

A Cordova plugin that simplifies giving apps names with spaces and special characters.

Results 8 cordova-plugin-app-name issues
Sort by recently updated
recently updated
newest added

Adding this plugin successfully changes values for both CFBundleDisplayName and CFBundleName in info.plist. But running "cordova build ios" after adding this plugin again overwrites CFBundleDisplayName with the default name value...

Bumps [tar](https://github.com/npm/node-tar) from 4.4.8 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

This is needed if we want to put apostrophes (') in the application name.

the same fix as #2, except updated for the current release.

cordovaCLI 7.1.0 cordova-ios 4.5.4

trying to use this in PGB, but can't make it happen. in my config.xml file i have: ``` ``` PGB does pick up the plugin, a it's listed in the...

Hello, I have tried your plugin in IOS environment. I set the name in config.xml without spaces and special characters and then i passed the name in the installation of...