iOS App for Scout
-
Install Xcode from the App Store.
-
Install CocoaPods:
sudo gem install cocoapods
-
Clone this git repo somewhere:
cd <path> git clone https://github.com/MozScout/scout-ios
-
Now, generate the CocoaPods project:
cd <path>/scout-ios pod install
-
Finally, you can open the workspace in Xcode:
open Scout.xcworkspace