From 2c4f36af71beff541fccfd17f3e945a50a8b5ad5 Mon Sep 17 00:00:00 2001 From: Jin Xu Date: Mon, 18 Nov 2024 16:33:21 -0800 Subject: [PATCH] restore Package.swift --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 697c443..9517235 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:5.7 +// swift-tools-version:5.3 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription @@ -9,7 +9,7 @@ let package = Package( .iOS(.v10), .macOS(.v10_13), .tvOS(.v9), - .watchOS(.v3), + .watchOS(.v3) ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages.