From cf30ad90c1c396d2690d17b03ec53aeb3e58bf79 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Jun 2026 16:16:55 +0200 Subject: [PATCH] add new version 15.3.4-SNAPSHOT-1368 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 274c810..3d5d4d2 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.2.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("legacy-snapshots") + .exact("15.2.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("legacy-snapshots") + .exact("15.2.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .branch("legacy-snapshots") + .exact("15.2.0") ) ], targets: [ .binaryTarget( name: "WebIdPayOnServerProductPlugin", - 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" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/15.3.4/WebIdPayOnServerProductPlugin.framework-v15.3.4-SNAPSHOT-1368.zip", + checksum: "d6434e475de1c001713ee71c31d4344b96eee4fc7100d52409e5fb23e119d454" ), .target( name: "WebIdPayOnServerProductPluginWrapper",