From b226d2cc44d02828a1fd618a171a85472f707ff7 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 27 May 2025 06:19:20 +0200 Subject: [PATCH] add new version 13.4.1-SNAPSHOT-1280 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 6f02edf..9f865f4 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("10.4.1") + .exact("10.4.2") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.4.1") + .exact("11.4.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.5.1") + .exact("12.5.2") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("12.5.1") + .exact("12.5.2") ) ], targets: [ .binaryTarget( name: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/13.4.1/WebIdPayOnServerProductPlugin.framework-v13.4.1-SNAPSHOT-1279.zip", - checksum: "4f38558a7dd08d89a4b78ae12dd06c13135a452ebbce7955bd4523f7f21ee255" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/13.4.1/WebIdPayOnServerProductPlugin.framework-v13.4.1-SNAPSHOT-1280.zip", + checksum: "cd450455c4c49849dd48629e83de419a472604ee1af64551f0f1c429e7ff1d01" ), .target( name: "WebIdPayOnServerProductPluginWrapper",