From d0061549b7a79a52f08f6498f93981e2a8b2efa6 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 28 Jan 2025 11:26:36 +0100 Subject: [PATCH] add new version 12.3.0-SNAPSHOT-1330 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 747f6e9..1f2be73 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", - .branch("snapshots") + .exact("12.1.0") ), .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-1329.zip", - checksum: "696b09b21ae91100dff9bc6f080067760eee6e1bac38a292d953eb8c5cfe8bf5" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.3.0/WebIdOnDeviceDocumentScanner.framework-v12.3.0-SNAPSHOT-1330.zip", + checksum: "efeb543814483a5686b821bfe50d3ab20534392445b0ea7c95019d33f76236b1" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",