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”?