From 325a1674d342cf5a9dbecb071a677e11af829a19 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Sun, 3 Aug 2025 23:01:21 +0800 Subject: [PATCH] remove platform --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 9113375..c8660fb 100644 --- a/Package.swift +++ b/Package.swift @@ -5,10 +5,10 @@ import PackageDescription let package = Package( name: "sdlan", - platforms: [ - .iOS(.v17), - .macOS(.v10_13) - ], +// platforms: [ +// .iOS(.v17), +// .macOS(.v14) +// ], products: [ // Products define the executables and libraries a package produces, making them visible to other packages. .library(