From 1600c42721c6f362168f3d7ffcf8ba890344ba6b Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 25 Jun 2026 13:25:45 +0200 Subject: [PATCH] add new version 23.1.3-SNAPSHOT-1679 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 07a2d2a..df70a7e 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", - .exact("22.1.1") + .branch("snapshots") ), .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-1677.zip", - checksum: "c1474353234d7336faf5dd76ab0693837bc0cbc6769702a52c9ab5c748fe2361" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/23.1.3/WebIdOnDeviceDocumentScanner.framework-v23.1.3-SNAPSHOT-1679.zip", + checksum: "f14ad4c8e793d439a2dfb13bf02d01bad10a0d9f387f12bbf9de3dd50b125db9" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",