diff --git a/Package.swift b/Package.swift index bb94fcf..fe3176f 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.1.1") + .exact("15.2.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.1.2") + .exact("15.2.0") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("15.1.2") + .exact("15.2.0") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.3.3/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.3.3.zip", - checksum: "bdc04348ed3220afa8b6dc2f0da27a184aef092f990c07ae88e47f0a0917341b" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.4.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.4.0.zip", + checksum: "5b777565d32213179762a24c74c9c6bd10561d3c05c4c0722df80b5258afe1ec" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",