lanvige / landmark_ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Landmark ios client

Get the source to your local.

$ git checkout -b master origin/master

Using git-flow

$ git flow init -d

Get the branch which you like

$ git flow feature track featurename

Using CocoaPods to manage the 3rd part library.

$ pod install

Open project with workspace.

$ open Landmark.xcworkspace

Categories Folder

Put your categories in this folder. The category's name must complain with the following format:

Class+LM+Purpouse+Additions

example:

NSString+LMMD5Additions

About


Languages

Language:Objective-C 99.7%Language:Ruby 0.3%Language:Shell 0.0%