diff --git a/Package.swift b/Package.swift index 9d6d723..cf9f449 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("11.0.1") + .exact("12.0.0") ) ], targets: [ .binaryTarget( name: "WebIdDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDocumentScanner/12.0.3/WebIdDocumentScanner.framework-v12.0.3.zip", - checksum: "ac4d695aec752226ac7da22e94e21ee475c89053b26f49437298ff6e23b9b91a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDocumentScanner/12.1.0/WebIdDocumentScanner.framework-v12.1.0.zip", + checksum: "f07f9566d3b62866696d82063a11df1d30dd8f8de8f75a1758a2107c26c899a8" ), .target( name: "WebIdDocumentScannerWrapper",