7
0

add new version 15.1.1

This commit is contained in:
mac-mini-003 2026-01-12 20:33:09 +01:00
parent 229bb0b21a
commit 00a0ae505c

View File

@ -17,19 +17,19 @@ 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")
)
],
targets: [
.binaryTarget(
name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnServerDocumentScanner/15.1.0/WebIdOnServerDocumentScanner.framework-v15.1.0.zip",
checksum: "fbf922a16b4394cadeed65edd978937d233e998709d537795df4c9296931ce20"
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnServerDocumentScanner/15.1.1/WebIdOnServerDocumentScanner.framework-v15.1.1.zip",
checksum: "a6e2008027254ac6b022c1cd3844a5525173eecb2cda00a5d1640108a85006cb"
),
.target(
name: "WebIdOnServerDocumentScannerWrapper",