From 5965ec308a9a98912c2036eba03c846ed50d249e Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 13 Jan 2026 07:12:59 +0100 Subject: [PATCH] add new version 15.2.1-SNAPSHOT-1350 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 715165d..ad7c7ad 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.0") + .exact("15.1.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.1.0") + .exact("15.1.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.1.0") + .exact("15.1.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("15.1.0") + .exact("15.1.1") ) ], targets: [ .binaryTarget( name: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/15.1.5/WebIdPayOnServerProductPlugin.framework-v15.1.5-SNAPSHOT-1347.zip", - checksum: "9110f5038729bd3c6fcb6a5f22fa6973d35f0de86ba491a4b689ecdb968aff4f" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/15.2.1/WebIdPayOnServerProductPlugin.framework-v15.2.1-SNAPSHOT-1350.zip", + checksum: "f7306aafc91d17b6ebb16b950658332a847dc302e1f711f8103be91fadf6c355" ), .target( name: "WebIdPayOnServerProductPluginWrapper",