6
0

add new version 13.4.0

This commit is contained in:
mac-mini-003 2025-04-17 11:33:33 +02:00
parent 3b756492bf
commit 917ffab659

View File

@ -17,19 +17,19 @@ let package = Package(
.package(
name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-document-scanner-spm.git",
.exact("13.3.2")
.exact("13.4.0")
),
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git",
.exact("13.3.1")
.exact("13.4.0")
)
],
targets: [
.binaryTarget(
name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdOnServerDocumentScanner/13.3.2/WebIdOnServerDocumentScanner.framework-v13.3.2.zip",
checksum: "f2eb4618dafb1b4e497d05a582b0b09bbb3127e8d2d67e6dbfe203ec105fc213"
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdOnServerDocumentScanner/13.4.0/WebIdOnServerDocumentScanner.framework-v13.4.0.zip",
checksum: "99a1dd60e45165d289f40a07e03943927b34bc9673451cc3bb2688959b0a66da"
),
.target(
name: "WebIdOnServerDocumentScannerWrapper",