allaboutapps / ios-starter

Cookiecutter and XcodeGen template for our iOS apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS Starter 📱

Xcode 14.x with Swift Package Manager dependencies.

cookiecutter gh:allaboutapps/ios-starter

Installation

Install Cookiecutter, XcodeGen and SwiftGen.

brew install cookiecutter
brew install xcodegen
brew install swiftgen

Texterify Setup

Texterify is an open source localization management system, which can be hosted on your own server or run locally. To integrate Texterify in your project, you need to install the Texterify CLI:

npm install -g texterify

Follow the configuration steps described in the documentation.

Steps

  1. Run cookiecutter gh:allaboutapps/ios-starter.
  2. You'll be asked for project name, team details and bundle identifier details. If you don't have the localization tool installed, skip the texterify parameters. cookiecutter will create all files needed from the template on github.
  3. xcodegen will run automatically and generate the Xcode project file.
  4. Xcode launches your new project.
  5. 🚀

About

Cookiecutter and XcodeGen template for our iOS apps.

License:MIT License


Languages

Language:Swift 99.3%Language:Shell 0.7%