6
0

add new version 12.5.0

This commit is contained in:
mac-mini-003 2025-05-23 10:40:47 +02:00
parent 28de0cbd52
commit 92901aea63

View File

@ -17,12 +17,12 @@ let package = Package(
.package(
name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
.exact("12.4.0")
.exact("12.5.0")
),
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.exact("12.2.0")
.exact("12.3.1")
),
.package(
name: "DocumentReader",
@ -38,8 +38,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "WebIdOnDeviceDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.4.0/WebIdOnDeviceDocumentScanner.framework-v12.4.0.zip",
checksum: "c1f97460a31fca36c32a6fa3e334a62e9f3936ec6a556af75eb35a2058ab98f6"
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.5.0/WebIdOnDeviceDocumentScanner.framework-v12.5.0.zip",
checksum: "9677bd1b8f93e5bec90f1aeba5186c62968d85c3b9e64ed0e19af4d57b92f8e7"
),
.target(
name: "WebIdOnDeviceDocumentScannerWrapper",