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

https://github.com/dmytrochumakov/tca-template

Xcode Template for The Composable Architecture
https://github.com/dmytrochumakov/tca-template

ios swift the-composable-architecture xcode-template

Last synced: over 1 year ago
JSON representation

Xcode Template for The Composable Architecture

Awesome Lists containing this project

README

          

## To use this template, follow these steps:
- Download archive
- Transfer the unpacked files to the project root
- In case you are using macOS Ventura give Terminal full disk access (System Settings -> Privacy & Security -> Full Disk Access)
- Open terminal
- Go to a folder with .xcodeproj
- Write swift install.swift
- Open your project
- Use a template

## 🤝 Contributing

### Clone the repo
```bash
git clone https://github.com/dmytrochumakov/TCA-Template.git
```

### Install template
``` bash
swift install.swift
```

## License
TCA-Template is licensed under the MIT License, please see the [LICENSE](LICENSE) file.