Fix deployment targets

This commit is contained in:
Sami Samhuri 2025-04-29 18:41:24 -07:00
parent ab10829953
commit 832380d272
No known key found for this signature in database

View file

@ -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.