Skip to content

igorgcustodio/xcode-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Xcode Templates

Some useful Xcode Templates

How to install

Copy the desired templates to the following path

~/Library/Developer/Xcode/Templates/

Available templates

  • The Composable Architecture - generates a reducer and a view file with the TCA applied

References and useful links

Xcode Project and File Templates

Commons issues

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/>

Reference: https://forums.swift.org/t/swift-package-manager-project-dont-generate-filename-and-boilerplates/49625/2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published