From e28105bc1be93d843054c17fad2733a4a4af92b2 Mon Sep 17 00:00:00 2001 From: Trizzle17979 <54152560+Trizzle17979@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:24:23 -0600 Subject: [PATCH] Update Package.swift --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index ede4327..7021106 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "BlinkTool", platforms: [ - .macOS(.v10_15) + .macOS(.v15) ], products: [ .executable(name: "BlinkTool", targets: ["BlinkTool"])