From 92dafdee0bf7ee3e52fbe1fb95626be95e5b793a Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 13 May 2024 17:16:07 +0200 Subject: [PATCH] add new version 12.0.4-SNAPSHOT-1150 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index 5f4d3c9..edfa40e 100644 --- a/Package.swift +++ b/Package.swift @@ -22,24 +22,24 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("10.0.1") + .exact("10.0.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("11.1.0") + .exact("11.1.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("11.1.0") + .exact("11.1.1") ) ], targets: [ .binaryTarget( name: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/12.0.4/WebIdPayOnServerProductPlugin.framework-v12.0.4-SNAPSHOT-1149.zip", - checksum: "3210a6ba9eb454bfbe0915e08e2e8933b82594b621def5374446ad28e4aac444" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/12.0.4/WebIdPayOnServerProductPlugin.framework-v12.0.4-SNAPSHOT-1150.zip", + checksum: "362462ddf4b9313e18fd70148483c94eb895440511d1f4e4a04b3db72010698c" ), .target( name: "WebIdPayOnServerProductPluginWrapper",