https://github.com/rcasanovan/xcode-tca-template
Xcode template for TCA (The Composable Architecture)
https://github.com/rcasanovan/xcode-tca-template
composable-architecture ios ipados macos pointfree pointfreeco swift swiftui tca thecomposablearchitecture
Last synced: 8 months ago
JSON representation
Xcode template for TCA (The Composable Architecture)
- Host: GitHub
- URL: https://github.com/rcasanovan/xcode-tca-template
- Owner: rcasanovan
- License: apache-2.0
- Created: 2024-06-08T15:36:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T20:02:13.000Z (over 1 year ago)
- Last Synced: 2024-11-17T06:36:29.910Z (over 1 year ago)
- Topics: composable-architecture, ios, ipados, macos, pointfree, pointfreeco, swift, swiftui, tca, thecomposablearchitecture
- Homepage: https://github.com/pointfreeco/swift-composable-architecture
- Size: 120 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Xcode-TCA-Template
## TCA Architecture

## Compatibility
* This template is compatible with TCA 1.15.0.
## References:
* [The Composable Architecture](https://github.com/pointfreeco/swift-composable-architecture)
* [Pointfree](https://www.pointfree.co)
## Installation
* Download or clone this repository.
* cd to ***~/Library/Developer/Xcode/Templates/File Templates/*** (if you don't have the folder created, please do it).
* Copy and paste your downloaded folder to ***~/Library/Developer/Xcode/Templates/File Templates/{your-folder.xctemplate}*** .
* Create a new project and a new file. You should see the template in the options list.
* Happy coding!.