From bdf4b464070e3fc32960d1d962a6bbc5f6ded421 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 22 Oct 2024 11:27:35 +0200 Subject: [PATCH] add new version 13.2.0-SNAPSHOT-1221 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 031e126..be98cea 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.git", - .exact("12.2.0") + .exact("12.2.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm.git", - .exact("12.2.0") + .exact("12.2.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.1.2") + .exact("11.1.5") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("10.1.2") + .exact("10.3.1") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/13.0.2/WebIdVideoIdentProductPlugin.framework-v13.0.2-SNAPSHOT-1203.zip", - checksum: "58ca2f3176f341f4fe737a80ef723783c23ee41af8b7ffb9bc2914292a7e1203" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/13.2.0/WebIdVideoIdentProductPlugin.framework-v13.2.0-SNAPSHOT-1221.zip", + checksum: "c7bd7e41db5044b7912bb19e48848955eaea765b820bcb6f40c793b280727cc4" ), .target( name: "WebIdVideoIdentProductPluginWrapper",