Skip to content

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

License

Notifications You must be signed in to change notification settings

Tecnosolve/cordova-plugin-app-name

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-plugin-app-name

I created this plugin to address the issue of spaces in the names of my Cordova apps.

How does it work?

It adds an after_prepare hook that changes the value of app_name in strings.xml for Android and updates the "Project Name" and "Project Display Name" in the plist for iOS.

How do I install it?

If you're like me and using Cordova CLI:

cordova plugin add cordova-plugin-app-name --variable APP_NAME="Look <Ma> I Got Spaces and Stuff!"

or

phonegap local plugin add cordova-plugin-app-name --variable APP_NAME="Look <Ma> I Got Spaces and Stuff!"

How do I use it?

Um ... See above :)

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 100.0%