jcook3701 / IndoorFarm_iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IndoorFarm_iOS

<-----Install Cocoapods----->

  1. sudo gem install cocoapods
  2. sudo gem install -n /usr/local/bin cocoapods
  3. pod setup --verbose

<------Setup Pods In Project Dir----->

  1. Then in terminal cd to "your XCode project root directory" (where your .xcodeproj file resides) and type: pod init
  2. Then install pods inside of Podfile: pod install

<-----Begin Editing and Running Code----->

  1. Open file that ends in '.xcworkspace': open *.xcworkspace
  2. Begin Editing iOS swift Xcode project

How to git

step 1) At direcotry head. If added file... git add .

step 2) git commit . -m "some messsage"

setp 3) git push

About


Languages

Language:Swift 99.5%Language:Ruby 0.5%