Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-29T20:02:13.000Z (4 months ago)
- Last Synced: 2024-11-17T06:36:29.910Z (3 months 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
![alt tag](https://github.com/rcasanovan/Xcode-TCA-Template/blob/main/Images/TCA_image.001.jpeg?raw=true)## 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!.