ios-starter
ios-starter copied to clipboard
Cookiecutter and XcodeGen template for our iOS apps.
iOS Starter 📱
Xcode 15.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
- Run
cookiecutter gh:allaboutapps/ios-starter. - You'll be asked for project name, team details and bundle identifier details. If you don't have the localization tool installed, skip the
texterifyparameters.cookiecutterwill create all files needed from the template ongithub. xcodegenwill run automatically and generate theXcodeproject file.- Xcode launches your new project.
- 🚀