From 2f43f8fd15e3f53d83438e7af0258d11d366dfda Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 27 Apr 2026 13:41:58 +0200 Subject: [PATCH] add new version 22.4.3-SNAPSHOT-1696 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 1046f47..1085649 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.2.0") + .branch("snapshots") ), .package( name: "WebIdEPassPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-epass-plugin-spm.git", - .exact("1.1.0") + .branch("snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("22.1.1") + .branch("snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("22.1.1") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdEPassProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassProductPlugin/22.4.1/WebIdEPassProductPlugin.framework-v22.4.1-SNAPSHOT-1693.zip", - checksum: "b2e1cbdcdd103720518ddd16daba532da4ffaed78285d8786f9ea2e46bccde91" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassProductPlugin/22.4.3/WebIdEPassProductPlugin.framework-v22.4.3-SNAPSHOT-1696.zip", + checksum: "54773431155dc63b96fb138eb1640b8f7084310680dabceaf39287a1f7d287a9" ), .target( name: "WebIdEPassProductPluginWrapper",