Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crelies/thecomposablearchitecture-xcode-template
đ Xcode template for The Composable Architecture (SwiftUI)
https://github.com/crelies/thecomposablearchitecture-xcode-template
composable-architecture ios swift swiftui xcode-templates
Last synced: 2 months ago
JSON representation
đ Xcode template for The Composable Architecture (SwiftUI)
- Host: GitHub
- URL: https://github.com/crelies/thecomposablearchitecture-xcode-template
- Owner: crelies
- License: mit
- Created: 2021-04-22T20:05:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T22:02:36.000Z (10 months ago)
- Last Synced: 2024-11-02T07:42:08.028Z (2 months ago)
- Topics: composable-architecture, ios, swift, swiftui, xcode-templates
- Language: Swift
- Homepage:
- Size: 440 KB
- Stars: 24
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TheComposableArchitecture SwiftUI Template for Xcode
This repository contains a SwiftUI Xcode template for [The Composable Architecture (short: TCA)](https://github.com/pointfreeco/swift-composable-architecture).
Quickly create all components of a TCA stack using the template in Xcode and focus on implementing your feature đ
![Xcode dialog](https://github.com/crelies/TheComposableArchitecture-Xcode-Template/blob/main/xcode-dialog.png)
## How to use đ
Use the install script.
```swift install.swift```
âšī¸ **If the script fails for whatever reason just copy the `TheComposableArchitecture.xctemplate` directory into the directory `/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Templates/Project Templates/iOS/Application`.**
â ī¸ This template is a **project template** (*not a file template*). That's why Xcode does not show the template in the *new file wizard* when you are working on a *Swift package* (*when you opened a Package.swift with Xcode*).
## đ¤ Author
Christian Elies, https://www.christianelies.de
## đ License
This Template is available under the MIT license. See the LICENSE file for more info.