From a2c929784684586e80b87cc4e716319d3e4fabf7 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 10 Jun 2026 15:02:51 +0200 Subject: [PATCH] add new version 22.5.5-SNAPSHOT-1730 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 6603f79..aeef72b 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.3") + .branch("snapshots") ), .package( name: "WebIdEPassPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-epass-plugin-spm.git", - .exact("1.2.1") + .branch("snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("23.1.1") + .branch("snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("23.1.1") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdEPassProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassProductPlugin/22.5.3/WebIdEPassProductPlugin.framework-v22.5.3-SNAPSHOT-1728.zip", - checksum: "c1e7fee88f60ac0adebcc4f3d64a0b0208c7902908609efa71cc6ef1f4a5d63b" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassProductPlugin/22.5.5/WebIdEPassProductPlugin.framework-v22.5.5-SNAPSHOT-1730.zip", + checksum: "c7d3dd56b0597aa30f4c0fa3af56e46dd5c353c38659ea82e47ad3554cd32054" ), .target( name: "WebIdEPassProductPluginWrapper",