From b8de77431f81a3cbac6fd671e99e3c076f21c1ef Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 26 May 2025 15:32:41 +0200 Subject: [PATCH] add new version 12.3.0-SNAPSHOT-1343 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 3dfff3d..08f00d0 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("12.3.2") ), .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/12.3.0/WebIdOnDeviceDocumentScanner.framework-v12.3.0-SNAPSHOT-1340.zip", - checksum: "d93145f1c8300f56f28a219bff951be470b829382f5052d029d974d06c0921a1" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.3.0/WebIdOnDeviceDocumentScanner.framework-v12.3.0-SNAPSHOT-1343.zip", + checksum: "a5536d787030a5a3e570b451c132e53722464d00e9aa8f67ab6e79dfbac45736" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",