From 4252994a35dc404fb4f24af5a207c971bd693fb2 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 2 Apr 2026 16:38:55 +0200 Subject: [PATCH] add new version 22.3.4-SNAPSHOT-1684 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 0d79f90..961f37f 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .branch("snapshots") + .upToNextMinor(from: "21.1.0") ), .package( name: "WebIdEPassPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-epass-plugin-spm.git", - .branch("snapshots") + .exact("1.0.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("snapshots") + .exact("22.0.2") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .branch("snapshots") + .exact("22.0.2") ) ], targets: [ .binaryTarget( name: "WebIdEPassProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassProductPlugin/22.3.4/WebIdEPassProductPlugin.framework-v22.3.4-SNAPSHOT-1683.zip", - checksum: "66702ee6f7f188c274dd284c8b3b4540d0672820f31971deeee934a03b5d6273" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassProductPlugin/22.3.4/WebIdEPassProductPlugin.framework-v22.3.4-SNAPSHOT-1684.zip", + checksum: "b7e4959f9671bcdfa8c09f4272b5ede70ac115133c845ed91d8b9d6dba51c986" ), .target( name: "WebIdEPassProductPluginWrapper",