From 0647246cb2c93aa2b11c8f034c7449bbdb96f4f4 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 6 Oct 2025 16:39:26 +0200 Subject: [PATCH] add new version 21.0.4-SNAPSHOT-1527 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index 83bbfd4..5259023 100644 --- a/Package.swift +++ b/Package.swift @@ -22,24 +22,24 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("20.3.0") + .exact("20.3.1") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("20.3.0") + .exact("20.3.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("20.3.0") + .exact("20.3.1") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/21.0.4/WebIdAutoIdProductPlugin.framework-v21.0.4-SNAPSHOT-1525.zip", - checksum: "567394376e2acaf037f46593ded2aa1403e574affcf64d7ee0a64080a7351d17" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/21.0.4/WebIdAutoIdProductPlugin.framework-v21.0.4-SNAPSHOT-1527.zip", + checksum: "e3905c639a5ea8ecca8d92cce55abb5b261e10f6ce3dcc09c6ad6451ff3d82e0" ), .target( name: "WebIdAutoIdProductPluginWrapper",