7
0

add new version 15.1.0

This commit is contained in:
mac-mini-003 2026-01-11 01:02:59 +01:00 committed by Mario Rotz
parent 9507cedf44
commit 229bb0b21a

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.0.2")
.exact("15.1.0")
),
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.exact("15.0.1")
.exact("15.1.0")
)
],
targets: [
.binaryTarget(
name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnServerDocumentScanner/15.0.2/WebIdOnServerDocumentScanner.framework-v15.0.2.zip",
checksum: "e8cd971ad1f23b9208a62262b244debca03a5ca52cd6206413f50daf8788ac3f"
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"
),
.target(
name: "WebIdOnServerDocumentScannerWrapper",