From 2a72df5452e8870e9213effbe6d90ebf0965e617 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 1 Apr 2026 16:37:11 +0200 Subject: [PATCH] add new version 22.3.2-SNAPSHOT-1680 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 5e1c7a5..80b5515 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.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .branch("snapshots") + .exact("22.0.0") ) ], targets: [ .binaryTarget( name: "WebIdEPassProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassProductPlugin/22.3.2/WebIdEPassProductPlugin.framework-v22.3.2-SNAPSHOT-1678.zip", - checksum: "359cef5d96a6abc1d4b43a8942e937c922d351e70cba5d471e6b97fd0f1adf95" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassProductPlugin/22.3.2/WebIdEPassProductPlugin.framework-v22.3.2-SNAPSHOT-1680.zip", + checksum: "55af97e3065b954e113d9483ba06d62a189c47e49f32fdc14a07e70e2f41c873" ), .target( name: "WebIdEPassProductPluginWrapper",