From c1c5c5076793c1a18bd5973d16c07a1259fe34ac Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 13 May 2024 17:15:52 +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 0197228..2525d37 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: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/12.0.4/WebIdEIdOnServerProductPlugin.framework-v12.0.4-SNAPSHOT-1149.zip", - checksum: "4badbbcf998e850eb40203fcbe8921d2e1a0f8d695e5a9e6a65f24459a43ad03" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/12.0.4/WebIdEIdOnServerProductPlugin.framework-v12.0.4-SNAPSHOT-1150.zip", + checksum: "f6be9ef006a9023d088d0a2f0e45645b85c647e918bff26e1d60d83742476311" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",