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.