From f70dd618f12497070f38bae9a349c5fb455a8bdf Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 25 Jun 2026 11:25:37 +0200 Subject: [PATCH] add new version 23.1.2-SNAPSHOT-1677 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 6d90eca..07a2d2a 100644 --- a/Package.swift +++ b/Package.swift @@ -22,7 +22,7 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .branch("snapshots") + .exact("22.1.1") ), .package( name: "DocumentReader", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdOnDeviceDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/23.1.2/WebIdOnDeviceDocumentScanner.framework-v23.1.2-SNAPSHOT-1674.zip", - checksum: "7d2818f36d194732daf00bc1a2b545f729a15ad86f5ae8e77473242c53afbf02" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/23.1.2/WebIdOnDeviceDocumentScanner.framework-v23.1.2-SNAPSHOT-1677.zip", + checksum: "c1474353234d7336faf5dd76ab0693837bc0cbc6769702a52c9ab5c748fe2361" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",