From ca32043b66b64d5237487e0cb67433557dcde005 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 2 Apr 2026 15:14:12 +0200 Subject: [PATCH] add new version 22.3.4-SNAPSHOT-1683 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 1e9a37e..245b804 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", - .upToNextMinor(from: "21.1.0") + .branch("snapshots") ), .package( name: "WebIdEPassPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-epass-plugin-spm.git", - .exact("1.0.2") + .branch("snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("22.0.1") + .branch("snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("22.0.1") + .branch("snapshots") ) ], 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-1681.zip", - checksum: "ab17a2d8e228df93e5702389ebc5924b251ff9ca57d63dea024fed5412ea165a" + 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: "5167d57f3fe60fb0c3fc263e055b5211c9d06f3d57e74e1cd6ca8222ef75c3a2" ), .target( name: "WebIdEPassProductPluginWrapper",