forked from LoopKit/Loop
-
Notifications
You must be signed in to change notification settings - Fork 0
Setting up your environment
Nathan Racklyeft edited this page Jun 22, 2016
·
4 revisions
- A Mac capable of running Xcode 7.3 (or later)
- An iOS device running iOS 9.3 (or later)
- A lightning to USB cable (used to connect iOS device to your Mac to install the app directly from an Xcode build)
- Download Xcode from the Mac App Store
- Fork the Loop repository
- Use your Github account (or create one if needed)
- Go to the Loop repository
- Press fork in the upper right. This will make a copy of the repository for you to customize and save it to your github account.
- Set up an easy sync between your github repository and your local machine
- Install github desktop onto your macOS machine
- Go back to your repository on the web -> https://github.com/YOURNAME/Loop
- Press the “Clone or download” button and then choose desktop. Now your own copy of the code has been pulled from github.com and stored on your local hard drive. Make note of where it stored it, you will need that later. Later you can go into the github desktop client to commit your changes, change branches, etc as you play with and test different versions of code.
- Open Xcode and then open
Loop.xcodeprojfrom the directory where you saved Loop in the setup above. You are now ready to start coding and/or building your app!