Releases: cgaaf/WatchSync
Releases · cgaaf/WatchSync
Now autoupdates with ObservableObject
the @SyncedWatchState property wrapper can now be used directly in an ObservableObject without any additional setup. This will now call objectWilLChange.send() on the enclosing ObservableObject instance whenever it's value is changed to trigger a UI render in SwiftUI.
First update
First update to add a method to sync with an ObservableObject.
Cleaned up some code
Changed the WCSessionDelegate to use a singleton as this should not change in the app lifecycle
Initial alpha release
First functioning release of WatchSync