7
0

add new version 15.1.1

This commit is contained in:
mac-mini-003 2026-01-12 20:32:49 +01:00
parent aaa717f4da
commit e78727f822

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("15.1.0")
.exact("15.1.1")
),
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.exact("15.1.0")
.exact("15.1.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/15.1.0/WebIdOnDeviceDocumentScanner.framework-v15.1.0.zip",
checksum: "9aa84b652d7b6a1ce0e1b208a72d5c80ea86d523bdf6516e617532fbaa43a921"
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnDeviceDocumentScanner/15.1.1/WebIdOnDeviceDocumentScanner.framework-v15.1.1.zip",
checksum: "0c0daffcd3e223bb69e67c6af0d80516b9dc5d80559a797b73bd296b78eeadf1"
),
.target(
name: "WebIdOnDeviceDocumentScannerWrapper",