diff --git a/Package.swift b/Package.swift index 6bc800c..e7ef8f2 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("15.0.2") + .exact("15.1.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.0.2") + .exact("15.1.0") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("15.0.2") + .exact("15.1.0") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.1.4/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.1.4.zip", - checksum: "3d7b91a6780a3e4c570df2f78330613b6c23ce44f7136c588cfb36eb2197febe" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.2.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.2.0.zip", + checksum: "dae6c919fa8350241a3f6c035821972364efd6182388c4a02502f2f2fe78cce5" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",