Skip to content

Releases: cgaaf/WatchSync

Now autoupdates with ObservableObject

05 May 16:01
f062b3d
Compare
Choose a tag to compare
Pre-release

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

05 May 14:42
e585060
Compare
Choose a tag to compare
First update Pre-release
Pre-release

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

02 May 23:53
Compare
Choose a tag to compare
Initial alpha release Pre-release
Pre-release

First functioning release of WatchSync