-
Notifications
You must be signed in to change notification settings - Fork 7
Setup
balapuri edited this page Apr 24, 2017
·
4 revisions
- Go ahead and fork using the button on the top right
- change members' permission for your fork as
READ
underSettings -> Collaborators & teams
- change members' permission for your fork as
- Clone your fork to local and add a remote ref to this repo as
upstream
- by convention, your repo is referred to as
origin
and the main asupstream
- by convention, your repo is referred to as
$ git clone https://github.com/[YOUR_USERNAME]/berkeley-ios.git
$ cd berkeley-ios
$ git remote add upstream https://github.com/asuc-octo/berkeley-ios.git
-
CocoaPods
- if you don't have pods, refer to their website for installation https://cocoapods.org/
- run
$ pod install
to download the libraries project uses -
Note: the
Pods/
directory will be ignored in the future, and you'll have to runpod install
whenever thepodfile
gets updated
-
Open the .xcworkspace file. It should open in Xcode and compile.