From 4f43964fe372de802c6298002deb7bda4fc56767 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 26 May 2025 15:29:48 +0200 Subject: [PATCH] add new version 12.5.1 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index aa7259e..0d7098b 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("12.5.0") + .exact("12.5.1") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("12.3.1") + .exact("12.3.2") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/12.5.0/WebIdIosIdentScanPlugin.framework-v12.5.0.zip", - checksum: "e7a4b38f126c94879ccbbd7f5bf5d0e4f0d33f0276ae06f1e4308a7018e8dec1" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/12.5.1/WebIdIosIdentScanPlugin.framework-v12.5.1.zip", + checksum: "22ac41294a4729df0a4f494b6458332c6dac584acd2df5111ec1a49090d5b6d3" ), .target( name: "WebIdIosIdentScanPluginWrapper",