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
Enroll in Company Portal and install VPN. https://docs.banno.com/new-mac/
Install Xcode. It’s best to avoid installing from the App Store, manually download from https://developer.apple.com/download/more/
Install Homebrew. https://brew.sh
brew install swiftlintCreate a new (Classic) GitHub personal access token with scopes:
read:org, repo.
Note: Pay special attention to the type of
Github personal access tokencreated as there are two types of access tokens available. The type to use here is theclassictype.
- Add the following line to your
.zshrcfile:
export GITHUB_ACCESS_TOKEN=`security find-internet-password -s github.com -w`
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.)