From 5b6cd88ae4a09e2faf287988b8a80e830bb9719c Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 31 Jan 2025 14:12:36 +0100 Subject: [PATCH] add new version 13.4.1-SNAPSHOT-1261 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 49f6737..12df00d 100644 --- a/Package.swift +++ b/Package.swift @@ -22,19 +22,19 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.3.0") + .exact("12.3.1") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.3.0") + .exact("12.3.1") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.4.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.4.0-SNAPSHOT-1259.zip", - checksum: "cf003cb68a5704fef662058ea97cbe1f7ad1bee531a89fcf69080bf77d1c1ee0" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.4.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.4.1-SNAPSHOT-1261.zip", + checksum: "10a3b37b752b68ff9b37249d905e5d750f83c0f149f2b2b41c733178c9170cbd" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",