mirror of
https://github.com/kean/Nuke.git
synced 2024-11-24 11:26:14 +03:00
Bump macOS deployment target to macOS 11
This commit is contained in:
parent
9c025c6090
commit
a4413f67dd
@ -1,4 +1,4 @@
|
||||
// swift-tools-version:5.9
|
||||
// swift-tools-version:6.0
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
@ -6,7 +6,7 @@ let package = Package(
|
||||
platforms: [
|
||||
.iOS(.v13),
|
||||
.tvOS(.v13),
|
||||
.macOS(.v10_15),
|
||||
.macOS(.v11),
|
||||
.watchOS(.v6),
|
||||
.visionOS(.v1),
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user