From dc3e8a3f2fa8078ccf828669bdaa5a11d16075cb Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 11 Feb 2026 09:35:49 +0100 Subject: [PATCH] add new version 15.3.1-SNAPSHOT-1356 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 76ef4b0..835ae09 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.1") + .branch("legacy-snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("15.1.1") + .branch("legacy-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/15.2.1/WebIdPayOnServerProductPlugin.framework-v15.2.1-SNAPSHOT-1353.zip", - checksum: "7f41bd8658fcb8a0926e276418d690d3ef6e98dc63a7004ed0a01316f93d0b3d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/15.3.1/WebIdPayOnServerProductPlugin.framework-v15.3.1-SNAPSHOT-1356.zip", + checksum: "b3470cc96cc23b74a9d8b971f0f5a1d7cf0bf33153b4ff94d197fe516efde9cb" ), .target( name: "WebIdPayOnServerProductPluginWrapper",