Skip to content

Getting Started

team-nimblehq edited this page Jul 5, 2022 · 5 revisions

Requirements

  • Xcode 13.3+
  • Ruby 3.1.2

Use the template

  1. Create your repository by pressing the Use this template button in this repository or create a new repository and use nimblehq/ios-templates as a repository template.
  2. Clone your repository
  3. Setup the project by running the following command in your terminal:
    sh make.sh --bundle-id [BUNDLE_ID_PRODUCTION] --bundle-id-staging [BUNDLE_ID_STAGING] --project-name [PROJECT_NAME]