From 973074bb8dbca251eb27032f059309dd0191839b Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 10 Oct 2025 09:38:56 +0200 Subject: [PATCH] add new version 15.0.2-SNAPSHOT-1322 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 767472c..72266e1 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .branch("legacy-snapshots") + .exact("15.0.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("legacy-snapshots") + .exact("15.0.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("legacy-snapshots") + .exact("15.0.1") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .branch("legacy-snapshots") + .exact("15.0.1") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayProductPlugin/15.0.2/WebIdPayProductPlugin.framework-v15.0.2-SNAPSHOT-1316.zip", - checksum: "3ae763446ec08d4ec7b2080faa122031fd6d1521012545f812881e9f2ba6bdb0" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayProductPlugin/15.0.2/WebIdPayProductPlugin.framework-v15.0.2-SNAPSHOT-1322.zip", + checksum: "b657c28833a4e0900b2d46000be8aea29d494cf118569febfe338f06673c0965" ), .target( name: "WebIdPayProductPluginWrapper",