A mobile app for sharing interesting photos with private groups.
======
-
Create a local copy of the Trophy repo
git clone https://github.com/JakeFromTrophy/TrophyApp.git
-
Install cocoapods (http://guides.cocoapods.org/using/getting-started.html)
cd trophy && sudo gem install cocoapods
-
Install the pod files required by Podfile
pod install
-
Download the Parse frameworks and into a subfolder in the project folder, [LOCAL_REPO]/Parse. You should be adding five frameworks:
- Bolts.framework
- Parse.framework
- ParseCrashReporting.framework
- ParseFacebookUtils.framework
- ParseUI.framework
You can find the frameworks here: https://parse.com/apps/quickstart#parse_data/mobile/ios/native/existing
-
Open the Trophy.xcworkspace file in Xcode. Build and run!