From 8a4a8b135680e8d6ee2b7b8927ab9edcadb33407 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 3 Jun 2026 22:03:03 +0200 Subject: [PATCH] add new version 15.3.4-SNAPSHOT-1367 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 3c5a42f..d523cd4 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", - .exact("15.1.1") + .branch("legacy-snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.1.1") + .branch("legacy-snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.1.2") + .branch("legacy-snapshots") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("15.1.2") + .branch("legacy-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayProductPlugin/15.3.3/WebIdPayProductPlugin.framework-v15.3.3-SNAPSHOT-1363.zip", - checksum: "a0ad5636a129ffbe45a0f517efbf7480ee8ad3143c21f10a63f72490c1f72e6f" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayProductPlugin/15.3.4/WebIdPayProductPlugin.framework-v15.3.4-SNAPSHOT-1367.zip", + checksum: "3ca1a88176149d301160f6743af7f3b4b80b8a5c293686447099096855167659" ), .target( name: "WebIdPayProductPluginWrapper",