From 832380d272fb867274d875c6cb778f74f910d6fc Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 29 Apr 2025 18:41:24 -0700 Subject: [PATCH] Fix deployment targets --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index c3bd673..95b8478 100644 --- a/Package.swift +++ b/Package.swift @@ -6,8 +6,8 @@ import PackageDescription let package = Package( name: "NotificationSmuggler", platforms: [ - .iOS(.v16), - .macOS(.v12), + .iOS(.v18), + .macOS(.v15), ], products: [ // Products define the executables and libraries a package produces, making them visible to other packages.