# newspack-ios **Repository Path**: mirrors_Automattic/newspack-ios ## Basic Information - **Project Name**: newspack-ios - **Description**: Newspack for iOS - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Newspack for iOS A companion app to the Newspack service. ## Getting started 1. Create a local clone of the repository. 2. `cd` into the workspace folder and run `rake dependencies`. This should configure the bundle and install any missing libraries and cocoapods. 3. 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` 4. Open `Newspack.xcworkspace` in 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.