6
0

add new version 11.1.0

This commit is contained in:
mac-mini-003 2024-04-18 21:48:58 +02:00
parent eb080d877a
commit 1756704643

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("11.0.0")
.exact("11.1.0")
),
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.exact("10.0.0")
.exact("10.1.1")
)
],
targets: [
.binaryTarget(
name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnServerDocumentScanner/11.0.0/WebIdOnServerDocumentScanner.framework-v11.0.0.zip",
checksum: "1d1f5c74adba0d6a1eb566b52285705fa4129220e571a5edc661f26e85b81441"
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnServerDocumentScanner/11.1.0/WebIdOnServerDocumentScanner.framework-v11.1.0.zip",
checksum: "2bfd49cf675a78219782ec8b310380c88ef9bafb6733038daa431cb22e389ee8"
),
.target(
name: "WebIdOnServerDocumentScannerWrapper",