Skip to content

Commit e4ed4ad

Browse files
committed
Bump the limit to Xcode 12, because we need new iOS 14+ APIs check
1 parent 98372a7 commit e4ed4ad

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cartfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "SDWebImage/SDWebImage" ~> 5.7
1+
github "SDWebImage/SDWebImage" ~> 5.10

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.1
1+
// swift-tools-version:5.2
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
@@ -17,7 +17,7 @@ let package = Package(
1717
dependencies: [
1818
// Dependencies declare other packages that this package depends on.
1919
// .package(url: /* package url */, from: "1.0.0"),
20-
.package(url: "https://github.com/SDWebImage/SDWebImage.git", from: "5.7.0")
20+
.package(url: "https://github.com/SDWebImage/SDWebImage.git", from: "5.10.0")
2121
],
2222
targets: [
2323
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ All issue reports, feature requests, contributions, and GitHub stars are welcome
5050

5151
## Requirements
5252

53-
+ Xcode 11+
53+
+ Xcode 12+
5454
+ iOS 13+
5555
+ macOS 10.15+
5656
+ tvOS 13+

SDWebImageSwiftUI.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ It brings all your favorite features from SDWebImage, like async image loading,
3434
}
3535

3636
s.weak_frameworks = 'SwiftUI', 'Combine'
37-
s.dependency 'SDWebImage', '~> 5.7'
38-
s.swift_version = '5.1'
37+
s.dependency 'SDWebImage', '~> 5.10'
38+
s.swift_version = '5.2'
3939
end

SDWebImageSwiftUI/Module/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.5.0</string>
18+
<string>1.6.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)