Merge pull request #298 from SDWebImage/project/visionos_cocoapods

Upgrade to support visionOS on CocoaPods
This commit is contained in:
DreamPiggy 2024-02-13 10:27:12 +08:00 committed by GitHub
commit c934a841cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,7 @@ All issue reports, feature requests, contributions, and GitHub stars are welcome
+ macOS 11+ + macOS 11+
+ tvOS 14+ + tvOS 14+
+ watchOS 7+ + watchOS 7+
+ visionOS 1+
## for SwiftUI 1.0 (iOS 13) ## for SwiftUI 1.0 (iOS 13)

View File

@ -25,6 +25,7 @@ It brings all your favorite features from SDWebImage, like async image loading,
s.osx.deployment_target = '11.0' s.osx.deployment_target = '11.0'
s.tvos.deployment_target = '14.0' s.tvos.deployment_target = '14.0'
s.watchos.deployment_target = '7.0' s.watchos.deployment_target = '7.0'
s.visionos.deployment_target = '1.0'
s.source_files = 'SDWebImageSwiftUI/Classes/**/*', 'SDWebImageSwiftUI/Module/*.h' s.source_files = 'SDWebImageSwiftUI/Classes/**/*', 'SDWebImageSwiftUI/Module/*.h'
s.pod_target_xcconfig = { s.pod_target_xcconfig = {