Some useful Xcode Templates
Copy the desired templates to the following path
~/Library/Developer/Xcode/Templates/
- The Composable Architecture - generates a reducer and a view file with the TCA applied
Xcode Project and File Templates
If you are trying to use a custom template inside a package (managed by SPM), you must add a property on TemplateInfo.plist
to show it on the file creation helper inside a SPM package.
<key>SupportsSwiftPackage</key>
<true/>