Update the README.md for visionOS package manager support
This commit is contained in:
parent
73b9397cfb
commit
9f3fe7940d
|
@ -39,14 +39,14 @@ Note: `SD` is the prefix for **Simple Design** (which is the team name in Daily
|
||||||
|
|
||||||
## For Apple visionOS
|
## For Apple visionOS
|
||||||
|
|
||||||
From 5.18.0, SDWebImage can be compiled for visionOS platform. However, it's still in beta and may contains issues unlike the stable iOS UIKit support. Welcome to have a try and [report issue](https://github.com/SDWebImage/SDWebImage/issues).
|
From 5.19+, SDWebImage supports visionOS on all Package Managers (include CocoaPods/Carthage/SPM). Upgrade the related tools if you're facing issues.
|
||||||
|
|
||||||
|
For 5.18+, SDWebImage can be compiled for visionOS platform. However, it's still in beta and may contains issues unlike the stable iOS UIKit support. Welcome to have a try and [report issue](https://github.com/SDWebImage/SDWebImage/issues).
|
||||||
|
|
||||||
To build on visionOS, currently we only support the standard Xcode integration.
|
To build on visionOS, currently we only support the standard Xcode integration.
|
||||||
|
|
||||||
See `Installation with Swift Package Manager` and `Manual Installation Guide` below.
|
See `Installation with Swift Package Manager` and `Manual Installation Guide` below.
|
||||||
|
|
||||||
Once the visionOS toolchain is stable, we will add the other package manager support later (include CocoaPods).
|
|
||||||
|
|
||||||
## Supported Image Formats
|
## Supported Image Formats
|
||||||
|
|
||||||
- Image formats supported by Apple system (JPEG, PNG, TIFF, BMP, ...), including [GIF](https://github.com/SDWebImage/SDWebImage/wiki/Advanced-Usage#gif-coder)/[APNG](https://github.com/SDWebImage/SDWebImage/wiki/Advanced-Usage#apng-coder) animated image
|
- Image formats supported by Apple system (JPEG, PNG, TIFF, BMP, ...), including [GIF](https://github.com/SDWebImage/SDWebImage/wiki/Advanced-Usage#gif-coder)/[APNG](https://github.com/SDWebImage/SDWebImage/wiki/Advanced-Usage#apng-coder) animated image
|
||||||
|
|
Loading…
Reference in New Issue