https://github.com/jihoonahn/xcodetemplate
I added a function that I often use and a function that I want to have in the template
https://github.com/jihoonahn/xcodetemplate
swift template xcode
Last synced: 6 months ago
JSON representation
I added a function that I often use and a function that I want to have in the template
- Host: GitHub
- URL: https://github.com/jihoonahn/xcodetemplate
- Owner: jihoonahn
- Created: 2022-04-28T23:57:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T13:45:05.000Z (almost 3 years ago)
- Last Synced: 2025-09-12T07:49:42.059Z (6 months ago)
- Topics: swift, template, xcode
- Language: Shell
- Homepage:
- Size: 1.12 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template Group
> This repository is a collection of templates that I use. And we improve templates that are difficult to use.
---
#### Why did you make it?
Answer : It was developed for more convenient and faster use. But it's a familiar addition to me.
#### What functionality does it provide?
Answer : If there is any inconvenience with the template you are using, I will correct it and upload it right away.
## Current Situation
| Name | date | feacture |
|:--------------------:|:---------------:|:------------------|
| ReactorKit | 2022.04.29 | Existing Reactorkit makes it possible to set whether it is a code or a storyboard + RxFlow Enabled |
| ModernRIBs or RIBs | 2022.04.29 | I made it possible to decide whether to use combine-based Modern RIBs or RxSwift-based RIBs |
| VIPER | 2022.04.29 | install_templates.sh file add |
| Clean Swift | 2022.05.03 | I made the use of clean swift easier and made it possible to determine whether worker function or view is dependent on clean swift. |
| SwiftLint | 2022.05.10 | To create SwiftLint files faster.swiftLint template. |
| OneWay | 2022.07.10 | OneWay template, NSViewController, UIViewController, SwiftUI View support |
## installation
`->` download this folder
`->` Navigate to the template file you want
`->` open template file in terminal
`->` enter command **sh install_templates.sh**
`->` and that's all ⭕️
## Legacy way to set templates
Open your `application` folder, find here your `xcode`
`->` show package contents
`->` Contents
`->` Developer
`->` Library
`->` Xcode
`->` Templates
`->` File Templates
`->` Source
After that, you'll find the template you want! 😎