← iOS

Quick Setup Guide - Setting up a new iOS development machine

Steps for setting up a new iOS development machine

Note: For more info on the build process please read the Building and Running section of the GitHub README.md

  1. Enroll in Company Portal and install VPN. https://docs.banno.com/new-mac/

  2. Install Xcode. It’s best to avoid installing from the App Store, manually download from https://developer.apple.com/download/more/

  3. Install Homebrew. https://brew.sh

  4. brew install swiftlint

  5. Create a new (Classic) GitHub personal access token with scopes: read:org, repo.

Note: Pay special attention to the type of Github personal access token created as there are two types of access tokens available. The type to use here is the classic type.

  1. Add the following line to your .zshrc file:
 export GITHUB_ACCESS_TOKEN=`security find-internet-password -s github.com -w`
  1. git clone https://github.com/Banno/banno-ios.git (When asked to enter you password, enter the PAT you created in step 5. Doing this will automatically add the PAT to your KeyChain Access.)