From 275abf475e04ee5be6eaaa0a60b27fd7aafcb231 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 6 Sep 2024 22:21:07 +0200 Subject: [PATCH] add new version 13.0.0-SNAPSHOT-1308 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index bab0d5d..33cff1f 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,14 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git", - .exact("13.0.0") + .upToNextMinor(from: "13.0.1") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/13.0.0/WebIdIosIdentScanPlugin.framework-v13.0.0-SNAPSHOT-1309.zip", - checksum: "2f03f34aa33031fa00e8ae25e5bb5c62d8c87396cc1f2bc9cf592260e851a335" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/13.0.0/WebIdIosIdentScanPlugin.framework-v13.0.0-SNAPSHOT-1308.zip", + checksum: "161314a9d64d710726320ea10c2b47d0a60684921c08da54a69e38ecf02d6cb2" ), .target( name: "WebIdIosIdentScanPluginWrapper",