Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

iOS:

  • Create new Developer Profile, Adhoc and AppStore Provisioning Profiles and .p12 certificate files via (TODO: entitlements link) and save .p12 and password in this Google Drive folder (just to keep it in case we lose access to them in Bitrise).

  • Add 4 new workflows to bitrise.io:


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: link) 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 deploy-ios-releasedeploy-ios-release-candidatesdeploy-ios-staging, deploy-ios-testflight, and deploy-ios-debug

  • No labels