From 4d6f298e2f2b48c60c723f48f855725d9cb47987 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 17 Apr 2025 11:58:54 +0200 Subject: [PATCH] add new version 12.3.0-SNAPSHOT-1335 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 85a638a..b9efd46 100644 --- a/Package.swift +++ b/Package.swift @@ -21,8 +21,8 @@ let package = Package( ), .package( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm", - .exact("12.1.0") + url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", + .exact("12.2.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-1334.zip", - checksum: "e938474b0662706511b9ad953270eb1779a8fbe3308599f33e3606dfff01e88b" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.3.0/WebIdOnDeviceDocumentScanner.framework-v12.3.0-SNAPSHOT-1335.zip", + checksum: "16ac7e726df3343f316973cce29e54b5f574a65d479988b2e7c32f35572ab962" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",