From d4d2ac3c5ad6785c7a1c1d617b3b008873722833 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 8 May 2024 14:49:14 +0200 Subject: [PATCH] add new version 12.0.4 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index d869176..dd473b5 100644 --- a/Package.swift +++ b/Package.swift @@ -17,34 +17,34 @@ let package = Package( .package( name: "WebIdVideoIdentProductPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-product-plugin-spm.git", - .exact("12.0.3") + .exact("12.0.4") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("9.0.1") + .exact("9.0.2") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("10.0.1") + .exact("10.0.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm.git", - .exact("11.1.0") + .exact("11.1.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm.git", - .exact("11.1.0") + .exact("11.1.1") ) ], targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/12.0.3/WebIdMetaPlugin.framework-v12.0.3.zip", - checksum: "b0c321432bfba25663197dbb8171ae571fc2b737ccb7e029c5f552a0a1dc8db5" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/12.0.4/WebIdMetaPlugin.framework-v12.0.4.zip", + checksum: "18681796c24f20f46af418d70e952de5ce0a583e357469eac3ca7e4c95646f00" ), .target( name: "WebIdMetaPluginWrapper",