Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document describes what needs to be done in Bitirse/AppCenter to start distributing builds for iOS new HA.

iOS:

...

...

Code Block

deploy-[newha]-ios-release:
    after_run:
    - run_from_repo
deploy-[newha]-ios-testflight:
    after_run:
    - run_from_repo
deploy-[newha]-ios-staging:
    after_run:
    - run_from_repo
deploy-[newha]-ios-alpha:
    after_run:
    - run_from_repo  

  • Download the Adhoc and AppStore profiles from developer.apple.com and .p12 files.

  • Upload Adhoc, AppStores Profiles Via Bitrise → Workflows → Build (TODO: linkWorkflow → Code Signing) Save the UUID for each profile uploaded.

  • Add those 4 workflows to pathcheck-mobile-resources. Copy the steps from the other workflows and add the Adhoc bitrise UUID to deploy-ios-ha-alpha, deploy-ios-ha-staging and AppStore Profile bitrise UUIDs to deploy-ios-ha-testflight, deploy-ios-ha-release.

  • Add references to the new workflows in in deploy-ios-releasedeploy-ios-release-candidatesdeploy-ios-staging, deploy-ios-testflight, and deploy-ios-debug

...