Skip to content

Default SetupApp.bat template is inadequate for iOS #1289

Open
@kevinfoley

Description

@kevinfoley

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions