Skip to content

Commit

Permalink
Merge pull request #298 from SDWebImage/project/visionos_cocoapods
Browse files Browse the repository at this point in the history
Upgrade to support visionOS on CocoaPods
  • Loading branch information
dreampiggy authored Feb 13, 2024
2 parents 79961a5 + 3ce3010 commit c934a84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ All issue reports, feature requests, contributions, and GitHub stars are welcome
+ macOS 11+
+ tvOS 14+
+ watchOS 7+
+ visionOS 1+

## for SwiftUI 1.0 (iOS 13)

Expand Down
1 change: 1 addition & 0 deletions SDWebImageSwiftUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ It brings all your favorite features from SDWebImage, like async image loading,
s.osx.deployment_target = '11.0'
s.tvos.deployment_target = '14.0'
s.watchos.deployment_target = '7.0'
s.visionos.deployment_target = '1.0'

s.source_files = 'SDWebImageSwiftUI/Classes/**/*', 'SDWebImageSwiftUI/Module/*.h'
s.pod_target_xcconfig = {
Expand Down

0 comments on commit c934a84

Please sign in to comment.