Template for XcodeGen
- Install Xcodegen, SwiftLint
- Open
project.yml
,Configs/common.xcconfig
andcreate-project.sh
files - Search for word
template
and replace with names related to your app and organization - Set your team's ID in
Configs/Common.xcconfig
. (Xcode will complain after generating the project if you skip this step) - Save your changes
- Open Terminal in the root folder and run
make app