From 675a877b8e322fb46743fb5c42a7b224614394a5 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 7 Jan 2026 14:15:57 +0100 Subject: [PATCH] add new version 20.4.2-SNAPSHOT-1535 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index e082fa2..61a9173 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", - .branch("snapshots") + .exact("21.0.0") ) ], targets: [ .binaryTarget( name: "WebIdDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/20.4.2/WebIdDocumentScanner.framework-v20.4.2-SNAPSHOT-1531.zip", - checksum: "12e899bf1836f18196da0d56403c96cfe575ccaf976d7dbb2f79c8c595bab905" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/20.4.2/WebIdDocumentScanner.framework-v20.4.2-SNAPSHOT-1535.zip", + checksum: "386bfaf6fea86b15a1eee1f539341398a8a65af6d6316e4e8112ca4f210fa4fc" ), .target( name: "WebIdDocumentScannerWrapper",