aboutsummaryrefslogtreecommitdiff
path: root/Package.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Package.swift')
-rw-r--r--Package.swift6
1 files changed, 5 insertions, 1 deletions
diff --git a/Package.swift b/Package.swift
index b71fe6f..fb1b488 100644
--- a/Package.swift
+++ b/Package.swift
@@ -6,7 +6,11 @@ import PackageDescription
let package = Package(
name: "Patterns",
platforms: [
- .macOS(.v12)
+ .macOS(.v12),
+ .iOS(.v15),
+ .macCatalyst(.v15),
+ .tvOS(.v15),
+ .watchOS(.v8)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.