dmytro-anokhin / url-image

AsyncImage before iOS 15. Lightweight, pure SwiftUI Image view, that displays an image downloaded from URL, with auxiliary views and local cache.
MIT License
1.1k stars 96 forks source link

Feature request: Consider lowering the deployment target #40

Closed sipersso closed 4 years ago

sipersso commented 4 years ago

I have a project where I want to use SwiftUI for iOS 13 only until I can drop support for iOS 12. The minimum deployment target is set to iOS 13 for url-image. Is there a way to use the library in a mixed project?

The only way I found was to up the deployment target for my app, but then I can't support iOS 12.

Now, I perfectly understand why you set the deployment target where you did, but I wish I could use this library in my project, since it seems awesome!

dmytro-anokhin commented 4 years ago

Hey, this makes sense, I will look what can be done.

sipersso commented 4 years ago

Thanks for considering this

dmytro-anokhin commented 4 years ago

I reduced platforms to iOS 11 and macOS 10.13. Couple more things are coming up for the release. For the time being you can manually include the package in your project. I will close the issue when the release is ready. Cheers.

sipersso commented 4 years ago

Wow, that’s awesome! Thank you

dmytro-anokhin commented 4 years ago

Takes me a while to finish the feature I planned so I created 0.9.9 release.

sipersso commented 4 years ago

Awesome! Can't wait to try it out. Thanks @dmytro-anokhin!