From 26efacd5516ae7050f9f4c18992e564cbd49ad2c Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 3 Jun 2026 22:02:14 +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 2683571..274c810 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: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("15.1.2") + .branch("legacy-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/15.3.3/WebIdPayOnServerProductPlugin.framework-v15.3.3-SNAPSHOT-1363.zip", - checksum: "8450a9b281093ff6915c619b0698f6b1bb6a364dff16b4e5b2af842608c9441f" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/15.3.4/WebIdPayOnServerProductPlugin.framework-v15.3.4-SNAPSHOT-1367.zip", + checksum: "0ca82d60f3c031b5487288921371833eab8c9ef9fce40126a0b098689aa825dc" ), .target( name: "WebIdPayOnServerProductPluginWrapper",