-
Notifications
You must be signed in to change notification settings - Fork 12
Selecting User Interface
team-nimblehq edited this page Aug 15, 2023
·
2 revisions
Current the template supports setup with two user interfaces:
- UIKit
- SwiftUI
To select a user interface when creating a project pass the argument --interface [SwiftUI or UIKit]
with the make
script.
```bash
sh make.sh --bundle-id [BUNDLE_ID_PRODUCTION] --bundle-id-staging [BUNDLE_ID_STAGING] --project-name [PROJECT_NAME] --interface SwiftUI
```
This project is maintained and funded by Nimble.