From e71a6eee56739632e41082dd1a220eca1ab21692 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 13 May 2024 17:15:46 +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 2e8bf64..5ab3f2f 100644 --- a/Package.swift +++ b/Package.swift @@ -17,24 +17,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: "WebIdAutoIdentOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/12.0.4/WebIdAutoIdentOnServerProductPlugin.framework-v12.0.4-SNAPSHOT-1149.zip", - checksum: "9f0ca805bca3d74171a7a803bd7d177d6af666c738eaf6acc41e5c40b6aeed56" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/12.0.4/WebIdAutoIdentOnServerProductPlugin.framework-v12.0.4-SNAPSHOT-1150.zip", + checksum: "2028e79e6b62312e05af8f002cb54185c7c4f95f5722ebda9dafbd857cb6d78f" ), .target( name: "WebIdAutoIdentOnServerProductPluginWrapper",