- Install Xcode via the App store Xcode You must also open xcode and agree to the license agreement)
- Ensure Apple's command line tools are installed
xcode-select --install(You must also open xcode and agree to the license agreement ) verify install withxcode-select -p - Install package manager Cocoapods
sudo gem install cocoapodsits possible to do this without sudo reference CocoaPods Guide for instructions. Verify installation withpod --version - Install package manager and Carthage via Homebrew :
brew updateand thenbrew install carthage. Verify installation withcarthage version - Verify installation by opening Xcode and "create a new Xcode project" -> "Single View (iOS) Application" -> "Build and Run" hotkey:
⌘ + rto build and run in the local simulator.
WIP
- Install Ansible:
sudo easy_install pipsudo pip install ansibleverify withsudo pip install ansible --upgrade - Download or copy Xcode XIP Xcode8.3.3.xip and place it inside
~/Documentsfolder - Clone repo `git clone [email protected]:racker/mac-ios-dev-env ; cd mac-ios-dev-env
- Run
ansible-playbook main.yml -i inventory -Kinside this directory. Enter your account password when prompted.