Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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!.