From 00fd273eff20dfa89dad69743cc11855357ce0f3 Mon Sep 17 00:00:00 2001 From: Nick Bourdakos Date: Thu, 17 Nov 2022 08:39:42 -0800 Subject: [PATCH] Set swift package platform versions PiperOrigin-RevId: 489220091 --- Package.swift | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Package.swift b/Package.swift index ae16f6fe..eca6e105 100644 --- a/Package.swift +++ b/Package.swift @@ -4,6 +4,12 @@ import PackageDescription let package = Package( name: "NearbyConnections", + platforms: [ + .iOS(.v11), + .macOS(.v10_13), + .tvOS(.v11), + .watchOS(.v4), + ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library(