diff --git a/Package.swift b/Package.swift index 6d8457e..0b7c449 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("13.3.4") + .exact("13.4.0") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("10.3.1") + .exact("10.4.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.1.5") + .exact("11.2.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm.git", - .exact("12.2.1") + .exact("12.3.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm.git", - .exact("12.2.1") + .exact("12.3.0") ) ], targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/13.3.4/WebIdMetaPlugin.framework-v13.3.4.zip", - checksum: "0cd76bd9401ef7456c75b1b883db4f41d3f54c25bfecb4b2b421dc5c84cd81bb" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/13.4.0/WebIdMetaPlugin.framework-v13.4.0.zip", + checksum: "4e0c3c6cc29b1099949b08ba58f358f4b357fdc78719298b00a85be27d6d9403" ), .target( name: "WebIdMetaPluginWrapper",