SwiftUI-Flow icon indicating copy to clipboard operation
SwiftUI-Flow copied to clipboard

Package has min target iOS 15 but all public functions are available in iOS 16+

Open theoks opened this issue 2 years ago • 2 comments

The package has a minimum target iOS 15 but all public functions are available in iOS 16+, which someone discovers after the package installation.

theoks avatar Jul 04 '23 15:07 theoks

Thanks to #1 it allows HFlow/VFlow to be conditionally included in projects that support older deployment targets. The Layout protocol was introduced in iOS 16. Theoretically, it’s possible to back-deploy some of the functionality with GeometryReaders but I did not look into it yet.

tevelee avatar Jul 04 '23 16:07 tevelee

I would greatly appreciate if this can be supported from iOS 15.

JohnKuan avatar Aug 14 '23 09:08 JohnKuan

Bumped to iOS 16, macOS 13, tvOS 16, watchOS 9 in release 2.0.0

tevelee avatar Jul 08 '24 16:07 tevelee