Xcode 15.x with Swift Package Manager dependencies.
cookiecutter gh:allaboutapps/ios-starter
Install Cookiecutter, XcodeGen and SwiftGen.
brew install cookiecutter
brew install xcodegen
brew install swiftgen
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.
- 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
texterify
parameters.cookiecutter
will create all files needed from the template ongithub
. xcodegen
will run automatically and generate theXcode
project file.- Xcode launches your new project.
- 🚀