Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Support watchOS 9 #60

Merged
merged 3 commits into from
Jul 9, 2022

Conversation

funkenstrahlen
Copy link
Contributor

NSUbiquitousKeyValueStore is now also supported in watchOS 9. Therefore we can add watchOS 9 as a target.

Closes #59

@@ -11,6 +11,10 @@ import Foundation
import UIKit
#endif

#if os(watchOS)
Copy link
Owner

@ArtSabintsev ArtSabintsev Jul 8, 2022

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?

Copy link
Contributor Author

@funkenstrahlen funkenstrahlen Jul 8, 2022

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

@ArtSabintsev
Copy link
Owner

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?

@funkenstrahlen
Copy link
Contributor Author

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.

@ArtSabintsev
Copy link
Owner

Got it - looks good. Will merge now and cut a release soon.

@ArtSabintsev ArtSabintsev merged commit 7da0a5a into ArtSabintsev:master Jul 9, 2022
@funkenstrahlen
Copy link
Contributor Author

Thanks a lot!

@jeffbailey
Copy link

This is awesome! Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add watchOS 9 as target platform
3 participants