Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 792 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (25 loc) · 792 Bytes

Preparing your Development Environment

To get started, sign the Contributor License Agreement.

OSX

Interface (Click-Click way)

  • Install CocoaPods app.

  • Install CocoaPods command line by clicking "Install comand line" in the CocoaPods app.

  • Install project dependencies:

    • Select OpenStreetView project.
    • Click "Install".
  • Open OpenStreetView.xcworkspace

OR Terminal

gem install cocoapods
  • Clone a copy of the repo:
git clone https://github.com/openstreetview/ios.git
  • Install project dependencies
cd #TO_OpenStreetView_Folder#
pod install
  • Open OpenStreetView.xcworkspace