I'm using Flash Builder 4.6 to create an ipa file and manually deploying the app to my iPad. When it's loaded the application is named app-debug, but in my app.xml file I've specified name as <name>app</name>. I've looked everywhere else to see where it's specified but no luck.
I'm creating the ipa file using the run configuration to target Apple iOS, launch method of "On Device" and I've tried both "Fast" and "Standard" packaging methods.
I using Air sdk 3.3 on OSX Lion (10,7.4)
Why is this happening and what is triggering it?