Open
Description
The default SetupApp.bat doesn't have all of the options that it should have and is inadequate for iOS development. The batch file includes separate fields for development and distribution certificates, but does not include separate fields for development, ad-hoc, and distribution provisioning profiles. Because of this, developers have to edit the batch file to change the provisioning file each time they switch between development, ad-hoc, or app store building.
The batch file should have three fields, IOS_DEV_PROVISION
, IOS_AD-HOC_PROVISION
, IOS_APP_STORE_PROVISION
, and select the proper field based on the user's build choice.