-
Notifications
You must be signed in to change notification settings - Fork 62
Support watchOS 9 #60
Support watchOS 9 #60
Conversation
Sources/Zephyr.swift
Outdated
@@ -11,6 +11,10 @@ import Foundation | |||
import UIKit | |||
#endif | |||
|
|||
#if os(watchOS) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can this be #elif
in the previous statement?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure! I added this change in 8b9248d
Left a few comments. Have you tested this? I have now ay to test this myself at the moment. Do you have a sample app you made, or are these assumptions based on what's coming? |
I ensured it does build correctly when I embed Zephyr in my app in the watchOS target. However I have not performed any testing if the syncing actually works on a real device as I have not updated my Apple Watch to watchOS 9. |
Got it - looks good. Will merge now and cut a release soon. |
Thanks a lot! |
This is awesome! Thanks! |
NSUbiquitousKeyValueStore is now also supported in watchOS 9. Therefore we can add watchOS 9 as a target.
Closes #59