diff --git a/Package.swift b/Package.swift index cca72c0..8d4dffd 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/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("13.3.2") + .exact("13.4.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", - .exact("13.3.2") + .exact("13.4.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("12.2.1") + .exact("12.3.0") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-plugin-spm", - .exact("11.2.3") + .exact("11.3.0") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdVideoIdentProductPlugin/14.4.3/WebIdVideoIdentProductPlugin.framework-v14.4.3.zip", - checksum: "61c81e0855871f8cd3db7c4c267860c99f9ab8feb61e663618cb5ecdcfc44c1e" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdVideoIdentProductPlugin/14.5.0/WebIdVideoIdentProductPlugin.framework-v14.5.0.zip", + checksum: "b19102329391b4313a649b73239267fc24f116cf21682c6ad9fc7e5c15036a9b" ), .target( name: "WebIdVideoIdentProductPluginWrapper",