AsyncCompatibilityKit icon indicating copy to clipboard operation
AsyncCompatibilityKit copied to clipboard

Add "support" for iOS < 13

Open xavierLowmiller opened this issue 4 years ago • 0 comments

I'm trying to use this in a package that needs to be compatible with iOS 12, but simply integrating AsyncCompatibilityKit results in an error:

Screenshot 2021-12-24 at 07 22 06

The fix: Add introduced: 13.0 to the @available statements: This way, consumers can import the package on iOS <13 (where it does nothing).

xavierLowmiller avatar Dec 24 '21 06:12 xavierLowmiller