From a15158d250b41a6ca37f8a742d93783b53a3ab59 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 2 Apr 2026 14:08:53 +0200 Subject: [PATCH] add new version 22.0.1-SNAPSHOT-1609 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 53b9193..54029d3 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.1.0") ) ], targets: [ .binaryTarget( name: "WebIdDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/22.0.1/WebIdDocumentScanner.framework-v22.0.1-SNAPSHOT-1606.zip", - checksum: "1bbad9fb88c7ed12f1744a25a2e0a1996f122c57533a50c5a04a076bbb4b75d0" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/22.0.1/WebIdDocumentScanner.framework-v22.0.1-SNAPSHOT-1609.zip", + checksum: "c5fb4c8b127eda488313219652f39e1abc3b6d6c10d32ba2e32ac00df7f773fd" ), .target( name: "WebIdDocumentScannerWrapper",