Issue
The Ionic framework is pretty great stuff. I was able to successfully build an app with some Angular code I have been working on, but I can't find an answer to the simple question of how to rename the app that gets generated. The output app is always called HelloCordova and there doesn't seem to be any documentation on how to change the name of the app. If I start manually digging through the project directory replacing HelloCordova, I end up with an app that won't run. Surely, people have solved this before.
Solution
Edit: You want to change the config.xml
file in your project's root directory.
The tag which is responsible for the app name is <name>
.
look up the config documentation for more.
Answered By - Clawish
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.