6
0

add new version 12.0.2

This commit is contained in:
mac-mini-003 2024-06-27 12:43:55 +02:00
parent 860edbb856
commit befc7f6c00

View File

@ -17,7 +17,7 @@ let package = Package(
.package(
name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
.exact("12.0.1")
.exact("12.0.2")
),
.package(
name: "WebIdPluginCore",
@ -28,8 +28,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "WebIdOnDeviceDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.0.1/WebIdOnDeviceDocumentScanner.framework-v12.0.1.zip",
checksum: "2f75a8e4593a1ab3b0da52cf4965ed36457fd7b0c20f55a21e4e01eee8451761"
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.0.2/WebIdOnDeviceDocumentScanner.framework-v12.0.2.zip",
checksum: "272099b8fca91920a1db76540bcb63d7fb75e0832bde95bb82e3f30d3db9d21a"
),
.target(
name: "WebIdOnDeviceDocumentScannerWrapper",