Xcode Template for convenient use of coordinator patterns
Please check the blog for explanation of coordinator pattern
$ git clone https://github.com/sookim-1/CoordinatorPatternXcodeTemplate.git
$ cd CoordinatorPatternXcodeTemplate
$ sh coordinatorTemplate.sh
$ cd ~/Library/Developer/Xcode/Templates
- Xcode 13 or later
- The project template automatically creates the files required when you create a project.
- If you create a file, automatically create it to match the naming convention
CoordinatorPatternXcodeTemplate is released under the MIT License.
Inspired by [iOS] 메이트러너: 코디네이터 패턴 적용기 👈 💯