Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 2.2 KB

bitrise-setup-readme.md

File metadata and controls

62 lines (39 loc) · 2.2 KB

Nodes iOS Bitrise - Setup Guide 🛠

Setting up Bitrise is simple and we described in 3 steps:

Xcode setup

Make sure your project's schemes are shared (including app extensions) , otherwise you will run into a lot of warnings and it might not build all of your targets.

App setup on Bitrise

  1. Create a New App from the Bitrise dashboard
  • Make sure you choose Nodes account when creating the New App and make it Private

  New App

  1. Connect the repository to Bitrise

  New App

  1. When setting up the access make sure to add our SSH key using the private key found in the ci-resources-ios repository.

  New App

  1. Indicate which branch Bitrise should use to make the builds

  New App

  1. After choosing the branch, Bitrise will validate the source code and then you can select the export method you want to use. Usually is app-store

  New App

  1. The last step is the Webhook setup. It will create a link from the github repository to Bitrise.

  New App

Bitrise workflow integration

In order to make everything work on Bitrise you'll need to copy the template content from bitrise.yml into the Bitrise workflow script.

You can find the detailed workflow description here

  New App