diff --git a/Package.swift b/Package.swift index ab403b4..fe70342 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.git", - .exact("11.1.1") + .exact("12.0.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm.git", - .exact("11.1.1") + .exact("12.0.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("10.0.2") + .exact("11.0.0") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("9.0.2") + .exact("10.0.0") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/12.0.4/WebIdVideoIdentProductPlugin.framework-v12.0.4.zip", - checksum: "50a7234ebc7786e4729d7ad5c512a7f205106ec93eb9bd917dbcee4c2745999a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/MWI-1288/de/webid-solutions/WebIdVideoIdentProductPlugin/13.0.0/WebIdVideoIdentProductPlugin.framework-v13.0.0-SNAPSHOT-1159.zip", + checksum: "3f4bfc94adf37579a01c3beac48fe63b24984a2460cc494f6a2d74a4bbaffaab" ), .target( name: "WebIdVideoIdentProductPluginWrapper",