diff --git a/Package.swift b/Package.swift index c5fe95b..5d2b7b0 100644 --- a/Package.swift +++ b/Package.swift @@ -17,24 +17,24 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.3.0") + .exact("11.4.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.4.0") + .exact("12.5.2") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.4.0") + .exact("12.5.2") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.6.2/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.6.2.zip", - checksum: "6f5b31792b3fd35111749f543d0a1b850c1683eeeab1964feb1477fba17d80ac" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.7.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.7.0.zip", + checksum: "dc8752f7557764d9bc584668aa53320de964720363ba633a10010e5246f3888e" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",