1
1
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:
kean 2024-10-27 12:15:47 -04:00
parent 9c025c6090
commit a4413f67dd

View File

@ -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),
],