From 4ac0de8be09bb5ee3c1c41b293493d4b1219326d Mon Sep 17 00:00:00 2001 From: Sander Bruens Date: Mon, 8 Jan 2024 13:02:00 -0500 Subject: [PATCH] chore(cordova/apple): set minimun version for Swift package --- .../apple/OutlineAppleLib/Package.swift | 4 +++ .../xcshareddata/swiftpm/Package.resolved | 32 ------------------- 2 files changed, 4 insertions(+), 32 deletions(-) delete mode 100644 src/cordova/apple/ios.xcworkspace/xcshareddata/swiftpm/Package.resolved diff --git a/src/cordova/apple/OutlineAppleLib/Package.swift b/src/cordova/apple/OutlineAppleLib/Package.swift index 009a081f38..915fe14c39 100644 --- a/src/cordova/apple/OutlineAppleLib/Package.swift +++ b/src/cordova/apple/OutlineAppleLib/Package.swift @@ -6,6 +6,10 @@ import PackageDescription let package = Package( name: "OutlineAppleLib", defaultLocalization: "en", + platforms: [ + .iOS("13.1"), + .macOS(.v10_14), + ], products: [ .library( name: "OutlineAppleLib", diff --git a/src/cordova/apple/ios.xcworkspace/xcshareddata/swiftpm/Package.resolved b/src/cordova/apple/ios.xcworkspace/xcshareddata/swiftpm/Package.resolved deleted file mode 100644 index 0bd028c28b..0000000000 --- a/src/cordova/apple/ios.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ /dev/null @@ -1,32 +0,0 @@ -{ - "pins" : [ - { - "identity" : "cocoalumberjack", - "kind" : "remoteSourceControl", - "location" : "https://github.com/CocoaLumberjack/CocoaLumberjack", - "state" : { - "revision" : "0188d31089b5881a269e01777be74c7316924346", - "version" : "3.8.0" - } - }, - { - "identity" : "sentry-cocoa", - "kind" : "remoteSourceControl", - "location" : "https://github.com/getsentry/sentry-cocoa", - "state" : { - "revision" : "cf43eac1aa12017868c257ad3854ad87a5de0758", - "version" : "7.31.5" - } - }, - { - "identity" : "swift-log", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-log.git", - "state" : { - "revision" : "32e8d724467f8fe623624570367e3d50c5638e46", - "version" : "1.5.2" - } - } - ], - "version" : 2 -}