Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshspicer/jarvis-apple-watch
Apple Watch app to interface with Jarvis web service.
https://github.com/joshspicer/jarvis-apple-watch
Last synced: 27 days ago
JSON representation
Apple Watch app to interface with Jarvis web service.
- Host: GitHub
- URL: https://github.com/joshspicer/jarvis-apple-watch
- Owner: joshspicer
- Created: 2022-01-08T18:24:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T17:31:42.000Z (over 1 year ago)
- Last Synced: 2024-10-06T18:34:13.054Z (about 1 month ago)
- Language: Swift
- Homepage:
- Size: 529 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jarvis
Apple Watch app to interface with Jarvis web service.
## Setup
This is a companion app/frontend for [Jarvis](https://github.com/joshspicer/jarvis) and its associated services. You'll need that running for this app to be useful.
### VariableInfo.plist
Create a plist file called `VariableInfo.plist` in the `Jarvis WatchKit Extension`. THe `VariableInfoModel.swift` illustrates what is needed.
### Add a client certificate
This app supports auth against a service with a client cert. For example, with [Cloudflare's mTLS + Web Access Firewall features](https://developers.cloudflare.com/ssl/client-certificates/configure-your-mobile-app-or-iot-device/).
`openssl pkcs12 -export -out cert.p12 -in cert.pem -inkey cert.key`