From cdbd728a64d087498bd869de944ab188c65e4b8e Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Dec 2025 10:28:27 +0100 Subject: [PATCH] add new version 15.0.2-SNAPSHOT-1381 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 0f3e2ff..533f8a2 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/SwiftPackages/webid-plugin-core-spm.git", - .branch("legacy-snapshots") + .exact("15.0.1") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/15.0.2/WebIdIosIdentScanPlugin.framework-v15.0.2-SNAPSHOT-1380.zip", - checksum: "f838930d463a13c9af756389b5a12f4cf9bad945dacb7d33a870bb8a3819d223" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/15.0.2/WebIdIosIdentScanPlugin.framework-v15.0.2-SNAPSHOT-1381.zip", + checksum: "61d3d64ef80cec2fea95f73942285440daf2f9d4a44b0c5f2f3d5129e6016742" ), .target( name: "WebIdIosIdentScanPluginWrapper",