Closed QuentinPerez closed 5 months ago
Thank you for the review. It's clearer now how ring works. The change is much simpler! And yes, I tested it; the app is even on the App Store :) .
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.35%. Comparing base (
be4ba83
) to head (193bb7c
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hello! I'm curious if this same change would be required to add support for watchos
.
@QuentinPerez could you please rebase this on top of the latest changes on the main branch. The recent changes should result in it being even simpler now.
Hello! I'm curious if this same change would be required to add support for
watchos
.
There are several watchos targets, some of which are easier to support than others. PR #1914 started to add support for watchOS, but it got closed before it was finished. I suggest you pick where that left off.
Closing in favor of #2112 and #2113. Please see those PRs for important details. I would appreciate testing of them and feedback, especially related to performance and code size.
Motivation
Add the support of Apple VisionOS 121419
Solution
Add target_os = "visionos"