A companion app to the Newspack service.
- Create a local clone of the repository.
cdinto the workspace folder and runrake dependencies. This should configure the bundle and install any missing libraries and cocoapods.- Ensure you have a local copy of our secrets repo. Lacking that, create a JSON file containing the secrets at
~/.mobile-secrets/iOS/newspack/newspack-app-credentials.json - Open
Newspack.xcworkspacein Xcode. You should be good to go.
If you need to update installed pods due to changes in the Podfile run bundle exec pod install to ensure the correct versio of CocoaPods is used.