From d0e8b5ff610e8f5a836049ea5498807955126644 Mon Sep 17 00:00:00 2001 From: Romain Rolland Date: Thu, 26 Jun 2025 14:26:04 +0200 Subject: [PATCH] Align watchOS platform to Segment --- Package.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index a2e6294..0a1c812 100644 --- a/Package.swift +++ b/Package.swift @@ -8,7 +8,8 @@ let package = Package( platforms: [ .macOS("10.15"), .iOS("13.0"), - .tvOS("13.0") + .tvOS("13.0"), + .watchOS("7.1") ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages.