Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (24 loc) · 678 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 678 Bytes

scout-ios

Build Status license

iOS App for Scout

Building

  1. Install Xcode from the App Store.

  2. Install CocoaPods:

    sudo gem install cocoapods
  3. Clone this git repo somewhere:

    cd <path>
    git clone https://github.com/MozScout/scout-ios
  4. Now, generate the CocoaPods project:

    cd <path>/scout-ios
    pod install
  5. Finally, you can open the workspace in Xcode:

    open Scout.xcworkspace