From 5f42c021ac54e882ecbd1834e4992d0cf769afba Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 10 Jun 2026 15:01:42 +0200 Subject: [PATCH] add new version 22.5.5-SNAPSHOT-1730 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index 7bd7a30..653fd8c 100644 --- a/Package.swift +++ b/Package.swift @@ -17,34 +17,34 @@ let package = Package( .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") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("23.1.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: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("23.0.3") + .branch("snapshots") ), .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .exact("22.0.1") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdAccountIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/22.5.3/WebIdAccountIdProductPlugin.framework-v22.5.3-SNAPSHOT-1728.zip", - checksum: "7743e8d5b29bfec30caaa2b794dd15ad9fc7e585f457ffd7100a13a7b2fcf2ce" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/22.5.5/WebIdAccountIdProductPlugin.framework-v22.5.5-SNAPSHOT-1730.zip", + checksum: "31cb5a826f6c92554742dc4facef52e9cfe0b074b4751852e3d431cd20817b23" ), .target( name: "WebIdAccountIdProductPluginWrapper",