I am unsure how to change the published .app file name (e.g. mygame.app). What determines the .app file name?
Comments
tenrdrmerMember, Sous Chef, Senior Sous-ChefPosts: 9,934
The .app name is based on the Bundle ID that is assigned to the Provisioning profile you use to publish. the bundle ID com.yourdomain.myapp would return an app file of myapp.app hope that helps
Comments