From 02c8504dc64167b7705a6f043f8417b0de3057a3 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Jun 2026 15:44:03 +0200 Subject: [PATCH] add new version 22.5.2-SNAPSHOT-1725 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 44b5829..68b29d9 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.2.2") ), .package( name: "WebIdEPassPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-epass-plugin-spm.git", - .branch("snapshots") + .exact("1.2.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("snapshots") + .exact("23.1.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .branch("snapshots") + .exact("23.1.0") ) ], targets: [ .binaryTarget( name: "WebIdEPassProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassProductPlugin/22.5.2/WebIdEPassProductPlugin.framework-v22.5.2-SNAPSHOT-1724.zip", - checksum: "34b74e98d38eb1a9c1392c7f0d00e6b84853f6f0c9d2fa66bd73fc5a3e598707" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassProductPlugin/22.5.2/WebIdEPassProductPlugin.framework-v22.5.2-SNAPSHOT-1725.zip", + checksum: "349d51ba4b3dcb10ec727b9672372a9976bdc54a10b560de62925fe9bef4de16" ), .target( name: "WebIdEPassProductPluginWrapper",