From 11e9753e79da84897d5260d4c96d213e2692bac7 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 7 Jan 2026 10:40:50 +0100 Subject: [PATCH] add new version 21.2.2-SNAPSHOT-1563 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index 713a7b7..1ed4597 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", - .branch("experimental") + .branch("snapshots") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .branch("experimental") + .branch("snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("experimental") + .branch("snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("experimental") + .branch("snapshots") ), .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .branch("experimental") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdAccountIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdAccountIdProductPlugin/201.1.5/WebIdAccountIdProductPlugin.framework-v201.1.5-SNAPSHOT-1579.zip", - checksum: "3d165723ecd10acc8a29d26445c4c3693015d97d6d77e3e97633ddcfc9830529" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdAccountIdProductPlugin/21.2.2/WebIdAccountIdProductPlugin.framework-v21.2.2-SNAPSHOT-1563.zip", + checksum: "69be8962970fdd30d27402f57f8e170fa939a90c8e51325d55f8f3c4c68ca53b" ), .target( name: "WebIdAccountIdProductPluginWrapper",