From 336087098a82cf613df780fc1189e9f20419ce9c Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 9 Oct 2025 21:51:12 +0200 Subject: [PATCH] add new version 21.1.2-SNAPSHOT-1535 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 77ef33d..8baf2d0 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", - .exact("20.3.4") + .branch("snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("20.3.4") + .branch("snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("20.3.1") + .branch("snapshots") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("20.3.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/21.0.4/WebIdVideoIdProductPlugin.framework-v21.0.4-SNAPSHOT-1533.zip", - checksum: "6b9a2d5f29f7e95df86df42e783a438698a86ca3ac5435298258762b04c856d5" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/21.1.2/WebIdVideoIdProductPlugin.framework-v21.1.2-SNAPSHOT-1535.zip", + checksum: "618100e30219a4bed84bac18d6997f2b48f50d0399999f7ec9243a897137ae18" ), .target( name: "WebIdVideoIdProductPluginWrapper",