diff --git a/Package.swift b/Package.swift index 5de657e..48d9570 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("12.3.2") + .exact("12.4.0") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("12.1.0") + .exact("12.2.0") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/12.3.2/WebIdIosIdentScanPlugin.framework-v12.3.2.zip", - checksum: "eabf4bd474d29d621f919e733528cbbca955b5d81f418203389ad61bc5b8f836" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/12.4.0/WebIdIosIdentScanPlugin.framework-v12.4.0.zip", + checksum: "cdd07b2ee4b27005dc2258ffd5cb4cc27edcfe0ffdd12d1f6f08840c3f11b4f2" ), .target( name: "WebIdIosIdentScanPluginWrapper",