mirror of
https://github.com/samsonjs/NotificationSmuggler.git
synced 2026-04-27 14:57:38 +00:00
Fix deployment targets
This commit is contained in:
parent
ab10829953
commit
832380d272
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ import PackageDescription
|
||||||
let package = Package(
|
let package = Package(
|
||||||
name: "NotificationSmuggler",
|
name: "NotificationSmuggler",
|
||||||
platforms: [
|
platforms: [
|
||||||
.iOS(.v16),
|
.iOS(.v18),
|
||||||
.macOS(.v12),
|
.macOS(.v15),
|
||||||
],
|
],
|
||||||
products: [
|
products: [
|
||||||
// Products define the executables and libraries a package produces, making them visible to other packages.
|
// Products define the executables and libraries a package produces, making them visible to other packages.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue