6
0

add new version 13.4.1

This commit is contained in:
mac-mini-003 2025-01-31 14:50:48 +01:00
parent 9285acb82e
commit d083b256a9

View File

@ -17,7 +17,7 @@ let package = Package(
.package(
name: "WebIdVideoIdentProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-product-plugin-spm.git",
.exact("13.4.0")
.exact("13.4.1")
),
.package(
name: "WebIdVideoIdentPlugin",
@ -32,19 +32,19 @@ let package = Package(
.package(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm.git",
.exact("12.3.0")
.exact("12.3.1")
),
.package(
name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm.git",
.exact("12.3.0")
.exact("12.3.1")
)
],
targets: [
.binaryTarget(
name: "WebIdMetaPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/13.4.0/WebIdMetaPlugin.framework-v13.4.0.zip",
checksum: "4e0c3c6cc29b1099949b08ba58f358f4b357fdc78719298b00a85be27d6d9403"
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/13.4.1/WebIdMetaPlugin.framework-v13.4.1.zip",
checksum: "176d3b2cec21875ed327c3de99e5c3a3057ffb76db87bae7733aa2d2334dadd9"
),
.target(
name: "WebIdMetaPluginWrapper",