From 39786f4e51d26717f070569002ca4f05066faa23 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 25 Jun 2026 13:24:34 +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 26e0384..e4b437a 100644 --- a/Package.swift +++ b/Package.swift @@ -17,14 +17,14 @@ 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") ) ], targets: [ .binaryTarget( name: "WebIdDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/23.1.2/WebIdDocumentScanner.framework-v23.1.2-SNAPSHOT-1677.zip", - checksum: "9c8a2641b5dda0b7d6e5fdd148614ffadf6bc8244effa1590f0eb93e0f17702c" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/23.1.3/WebIdDocumentScanner.framework-v23.1.3-SNAPSHOT-1679.zip", + checksum: "ed4b57712a35b4bab4ca669ca365f2f7744ab8771cd58b5e05d9347eb160a30a" ), .target( name: "WebIdDocumentScannerWrapper",