From c3d0f5d75512a86db543d19b225ed3fe2c5b93ab Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 12 Jan 2026 09:53:18 +0100 Subject: [PATCH] add new version 15.2.0 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 7256759..ae0d2fa 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("15.0.2") + .exact("15.1.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("15.0.2") + .exact("15.1.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.0.2") + .exact("15.1.0") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("15.1.1") + .exact("15.2.0") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/15.1.4/WebIdVideoIdentProductPlugin.framework-v15.1.4.zip", - checksum: "722977a5995291a118c0587971096af6c47da055ed5680b3150d35af34e19205" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/15.2.0/WebIdVideoIdentProductPlugin.framework-v15.2.0.zip", + checksum: "918504a824eca86b1b7c5e7d9fc407aff60851a5d700ecc0dad8ba0458848379" ), .target( name: "WebIdVideoIdentProductPluginWrapper",