ios-templates
ios-templates copied to clipboard
[RFC] Supports SwiftUI + Combine frameworks from the beginning
Issue
Based on this epic, currently, the ios-templates
repository only supports for UIKit + RxSwift from the beginning. For developers who want to use SwiftUI + Combine frameworks from the beginning, they can't use our templates. They need to fix a lot of things (e.g. remove the AppDelegate file, remove RxSwift out of the project, ...)
Solution
Our template needs to support SwiftUI + Combine frameworks from the beginning.
We can update the make.sh
scripts to support SwiftUI + Combine or check more about tuist
with the command init or scaffold to init a project from a template. I see they can do like this tuist init --platform ios --template swiftui
.
Who Benefits?
iOS Chapter and iOS developers
What's Next?
- [ ] Discuss with iOS chapter members and finalize the approach.
- [ ] Create stories for the SwiftUI + Combine epic.
- [ ] Implement and create pull requests. 🙌