/scout-ios

INACTIVE - http://mzl.la/ghe-archive - iOS App for Scout

Primary LanguageSwiftMozilla Public License 2.0MPL-2.0

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