diff --git a/Package.swift b/Package.swift index ee92be1..af92cf6 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .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") ), .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: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("15.1.1") + .exact("15.2.0") ), .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") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/15.3.3/WebIdEIdProductPlugin.framework-v15.3.3.zip", - checksum: "1fef9b3815865b409004a162f618f56ec84e9dbcb9f4f53db3d44f1cb8c8cb45" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/15.4.0/WebIdEIdProductPlugin.framework-v15.4.0.zip", + checksum: "3c85a846db2cad22f3f7c8082f847a1ce93ba41ab8b420c763152fe044536868" ), .target( name: "WebIdEIdProductPluginWrapper",