SDWebImage / SDWebImageSwiftUI

SwiftUI Image loading and Animation framework powered by SDWebImage
https://sdwebimage.github.io/SDWebImageSwiftUI
MIT License
2.09k stars 214 forks source link

Support VisionOS? #297

Closed ismyhc closed 4 months ago

ismyhc commented 5 months ago

Any plans to support VisionOS? Looking at the Package.swift I don't see the platform support for it.

Would love to use it in an app Im building. SDWebImage is superior to AsyncImage in every way :)

dreampiggy commented 5 months ago

Supported to compile for visionOS

No package manager (SPM or CocoaPods) support because this requires XCode 15 and Swift 5.9

Which breaks exists XCode 14 users.

You can clone or build a binary XCFramework and use in visionOS

dreampiggy commented 5 months ago

See #273

But anyway, we can release in the new major version which break XCode 14 support

ismyhc commented 5 months ago

Supported to compile for visionOS

No package manager (SPM or CocoaPods) support because this requires XCode 15 and Swift 5.9

Which breaks exists XCode 14 users.

You can clone or build a binary XCFramework and use in visionOS

Okay understandable. Thanks! 🙏

dreampiggy commented 4 months ago

Seems Package.swift don't need update Xcode still can resolve the platform.

For CocoaPods, it's already updated. In 2.2.7 version and 3.0 version