https://github.com/rootstrap/poc-watchos-connectivity
POC about WatchOS Connectivity with an existing app
https://github.com/rootstrap/poc-watchos-connectivity
Last synced: 8 months ago
JSON representation
POC about WatchOS Connectivity with an existing app
- Host: GitHub
- URL: https://github.com/rootstrap/poc-watchos-connectivity
- Owner: rootstrap
- License: mit
- Created: 2023-02-08T14:26:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T16:05:36.000Z (over 2 years ago)
- Last Synced: 2025-06-12T01:05:08.382Z (8 months ago)
- Language: Swift
- Size: 67.4 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# SwiftUI Base Template
**SwiftUI Base** is a boilerplate project created by Rootstrap for new projects using SwiftUI. The main objective is helping any new projects jump start into feature development by providing a handful of functionalities.
## Features
This template comes with:
#### Main
- Complete integration with API service using [**RSSwiftNetworking**](https://github.com/rootstrap/RSSwiftNetworking).
- Examples for **account creation**.
- Useful classes to **manage User and Session data**.
- Handy **helpers** and **extensions** to make your coding experience faster and easier.
- Use SPM to manage packages
To use them simply download the branch and locally rebase against master/develop from your initial **SwiftUI Base** clone.
## How to use
1. Clone repo.
3. Run `./init` from the recently created folder.
4. Initialize a new git repo and add your remote url.
5. Done!
To manage user and session persistence after the original sign in/up we store that information in the native UserDefaults. The parameters that we save are due to the usage of [Devise Token Auth](https://github.com/lynndylanhurley/devise_token_auth) for authentication on the server side. Suffice to say that this can be modified to be on par with the server authentication of your choice.
## Credits
**SwiftUI Base** is maintained by [Rootstrap](http://www.rootstrap.com) with the help of our [contributors](https://github.com/rootstrap/POCWatchOSConnectivity/graphs/contributors).