Renaming Xcode Project

Hey everyone,

I’m building an application using Ionic and I was just wondering if there’s a way to change the built project name from HelloCordova to what my actual project is called. This is what happens when I build my iOS application:

Any help would be appreciated :slight_smile:

You can change the value of name field in config.xml, then rebuild it use your command line tool.

This does not work inside the Emulator…