From 142d476fbea014a3e602e9247955a94a1973ff5b Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 22 Oct 2024 11:41:14 +0200 Subject: [PATCH] add new version 13.3.0 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 545b73b..511f367 100644 --- a/Package.swift +++ b/Package.swift @@ -27,19 +27,19 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.1.4") + .exact("11.1.5") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("10.2.1") + .exact("10.3.1") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/13.2.0/WebIdVideoIdentProductPlugin.framework-v13.2.0.zip", - checksum: "52d171279a49d7d6c02d9f4d8c59460a7787b301f56074891ec24b93aff250c6" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/13.3.0/WebIdVideoIdentProductPlugin.framework-v13.3.0.zip", + checksum: "8cfef6862e73a6f5e7bc74fc52cee26e14e019b52147fb65a18d8b2404b7f1c1" ), .target( name: "WebIdVideoIdentProductPluginWrapper",