Skip to content

Commit

Permalink
Bump macOS deployment target to macOS 11
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Oct 27, 2024
1 parent 9c025c6 commit a4413f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// swift-tools-version:5.9
// swift-tools-version:6.0
import PackageDescription

let package = Package(
name: "Nuke",
platforms: [
.iOS(.v13),
.tvOS(.v13),
.macOS(.v10_15),
.macOS(.v11),
.watchOS(.v6),
.visionOS(.v1),
],
Expand Down

0 comments on commit a4413f6

Please sign in to comment.