From 7a9b634f7fb258d7525d48f55f020644c67111bb Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Sun, 11 Jan 2026 01:02:07 +0100 Subject: [PATCH] add new version 15.1.0 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 85cd290..c7e4b69 100644 --- a/Package.swift +++ b/Package.swift @@ -17,14 +17,14 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("15.0.1") + .exact("15.1.0") ) ], targets: [ .binaryTarget( name: "WebIdDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDocumentScanner/15.0.2/WebIdDocumentScanner.framework-v15.0.2.zip", - checksum: "aa515a797176e1a6826215c914161146f7521694b970c5885dc94e911d183471" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDocumentScanner/15.1.0/WebIdDocumentScanner.framework-v15.1.0.zip", + checksum: "ed20867d0a27f25c7ec0d095c8284c3736b341af06b002d11ce33ea9d2a7ee8e" ), .target( name: "WebIdDocumentScannerWrapper",