templates
templates copied to clipboard
Update SwiftUI application to match UI of other templates
What does this implement/fix? Explain your changes.
This PR adds a application_swiftui template.
Does this close any currently open issues?
No
Any relevant logs, error output, etc?
No
Any other comments?
No
Where has this been tested?
Operating System: WSL - Ubuntu 20.04.5
Platform: Linux
Target Platform: iOS
Toolchain Version: Latest
SDK Version: iOS 14.5
:trollface:
lgtm 🤝
As Luki120 noted, this is somewhat a duplicate of #24 (which is now merged).
I like that this PR has a UI that matches the other two ios/application
templates.
This PR also exposes the small discrepancy that
https://github.com/theos/templates/blob/27e775431377693b9f9e4494cf889d643345461a/ios/application_swiftui/Makefile#L4
should be include @@THEOS@@/makefiles/common.mk
in this repository.
I think we can either re-purpose this PR to adjust the Makefile
and ContentView
, or close this PR.
@donato-fiore What do you think?
I agree that repurposing the PR would be beneficial.