Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

visionOS support #273

Closed
kevinwang-oversoul opened this issue Aug 15, 2023 · 4 comments
Closed

visionOS support #273

kevinwang-oversoul opened this issue Aug 15, 2023 · 4 comments

Comments

@kevinwang-oversoul
Copy link

kevinwang-oversoul commented Aug 15, 2023

Hi,

Is there any plan to support visionOS platform?
Many concepts don't transfer to visionOS such as UIScreen, so it's impossible to build on visionOS at the moment.

I see there are 2 PRs relating to this issue, but they are paused for some reason. Could you confirm the status please @dreampiggy ?

SDWebImage/SDWebImage#3556
#267

@dreampiggy
Copy link
Collaborator

The full support need Package Manager , which means, CocoaPods and SwiftPM

Both these tools need release their version. Or you can just do something like me, to use prebuilt binary of SDWebImage and integrate to your visionOS App.

@dreampiggy
Copy link
Collaborator

Release v3.0.0-beta, support build for visionOS (without CocoaPods)

https://github.com/SDWebImage/SDWebImageSwiftUI/releases/tag/3.0.0-beta

You can only use Xcode's dependency package, or build using the manual steps from readme, to integrate and test on your visionOS App.

@thatvirtualboy
Copy link

To use SDWebImageSwiftUI with VisionOS, do we just change the Dependency to use Exact Version of 3.0.0? Thanks!

@dreampiggy
Copy link
Collaborator

Use beta version just OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants