ryanlintott / FrameUp

Reframing SwiftUI Views. A collection of tools to help with layout.
MIT License
196 stars 4 forks source link

Support watchOS and tvOS #9

Closed MortenGregersen closed 9 months ago

MortenGregersen commented 9 months ago

It adds watchOS 9 and tvOS 16 to platforms and adapts the code base to compile.

There is one case, that I didn't handle, as I don't use it, and didn't took the time to read it through, and it was about the WidgetFamily.accessoryCorner which is only available on watchOS.

ryanlintott commented 9 months ago

The latest version 0.6.1 should have watchOS and tvOS support. Let me know if there's any other issues, otherwise I'll close this request.