From 8d5a63d92b17ee18983873b7bf4f24da146afa09 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 7 Jan 2026 13:16:12 +0100 Subject: [PATCH] add new version 21.2.2-SNAPSHOT-1565 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 30723fc..5427a53 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("experimental") + .branch("snapshots") ), .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: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("experimental") + .branch("snapshots") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .branch("experimental") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdVideoIdProductPlugin/201.1.5/WebIdVideoIdProductPlugin.framework-v201.1.5-SNAPSHOT-1579.zip", - checksum: "134e85ac2626b97522454967cf65743886c83e42cd01ba35b97c86525d2de839" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdVideoIdProductPlugin/21.2.2/WebIdVideoIdProductPlugin.framework-v21.2.2-SNAPSHOT-1565.zip", + checksum: "5789adcac0e8614233fe5b693a7d6ef2860c62551e98470035b201f4cb45764a" ), .target( name: "WebIdVideoIdProductPluginWrapper",