diff --git a/Package.swift b/Package.swift index dd473b5..6cf756e 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.4") + .exact("13.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") ), .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: "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") ) ], targets: [ .binaryTarget( name: "WebIdMetaPlugin", - 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" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/13.0.0/WebIdMetaPlugin.framework-v13.0.0.zip", + checksum: "e988d0797ef16183761e27957c4a31fdf19bb883741e5cf1ec57f3b0acbb31dd" ), .target( name: "WebIdMetaPluginWrapper",