diff --git a/Package.swift b/Package.swift index 40e2f05..f58db2c 100644 --- a/Package.swift +++ b/Package.swift @@ -17,14 +17,14 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("12.3.3") + .exact("15.0.0") ) ], targets: [ .binaryTarget( name: "WebIdDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDocumentScanner/12.6.0/WebIdDocumentScanner.framework-v12.6.0.zip", - checksum: "29c6d3e04077a19c9518246b3cd01b97ca09d9289afe3df9e1cdd9a1d9bc030e" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDocumentScanner/15.0.0/WebIdDocumentScanner.framework-v15.0.0.zip", + checksum: "5a07ca3af9338190fc955e13aa2d9c3b1d02593855931b6047dec29965a7c674" ), .target( name: "WebIdDocumentScannerWrapper",