Can I add platform with a name other than the automatic "HelloWorld"?

After creating a new app, I do:

$ cd myAppName
$ ionic platform add ios
$ ionic platform add android

The project names for the platforms is “HelloWorld” by default. Changing them in Xcode / ADT is a 'mare.

Can I add a platform and have it named something other than “HelloWorld”?

Have a look at config.xml.The options are described on the cordova site. You probably have to remove and readd the platforms after changes there.

Worked perfectly. Thanks!

Also see :

and

1 Like