From 9187ebcc82416305d5421668db70068330ae8ba8 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 22 May 2024 15:04:09 +0200 Subject: [PATCH] add new version 12.0.0-SNAPSHOT-1279 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 42a3184..b3b0000 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,14 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm", - .exact("10.1.1") + .exact("11.0.0") ) ], targets: [ .binaryTarget( name: "WebIdOnDeviceDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/11.1.1/WebIdOnDeviceDocumentScanner.framework-v11.1.1-SNAPSHOT-1275.zip", - checksum: "b8333a8974fc1db6c1777b968aa2d0ba78a6f738ac7ef2ff1cb7a5c3e66aa96c" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.0.0/WebIdOnDeviceDocumentScanner.framework-v12.0.0-SNAPSHOT-1279.zip", + checksum: "8dafb2b90c78c9b87a28d131ba02646524f610c3f68f2cbccebeb07e85251e81" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",