Skip to content

Commit

Permalink
Set minimum deployment to macOS 10.13 in Package.swift (#2481)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eitot committed Dec 27, 2023
1 parent f1daff8 commit 485f0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let url = "https://github.com/sparkle-project/Sparkle/releases/download/\(tag)/S

let package = Package(
name: "Sparkle",
platforms: [.macOS(.v10_11)],
platforms: [.macOS(.v10_13)],
products: [
.library(
name: "Sparkle",
Expand Down

0 comments on commit 485f0e6

Please sign in to comment.