6
0

add new version 20.1.0

This commit is contained in:
mac-mini-003 2025-08-01 14:51:35 +02:00
parent b48dd1d9c6
commit 162be39047

View File

@ -17,34 +17,34 @@ let package = Package(
.package(
name: "WebIdVideoIdentProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-product-plugin-spm.git",
.exact("20.0.4")
.exact("20.1.0")
),
.package(
name: "WebIdVideoIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-plugin-spm",
.exact("20.0.1")
.exact("20.1.0")
),
.package(
name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm",
.exact("20.0.1")
.exact("20.1.0")
),
.package(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm",
.exact("20.0.1")
.exact("20.1.0")
),
.package(
name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm",
.exact("20.0.1")
.exact("20.1.0")
)
],
targets: [
.binaryTarget(
name: "WebIdMetaPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdMetaPlugin/20.0.4/WebIdMetaPlugin.framework-v20.0.4.zip",
checksum: "8d43fdf2dcaa5786a3c10f9632a7fea2c1ced3d0089b269b4f02a51110e6f048"
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdMetaPlugin/20.1.0/WebIdMetaPlugin.framework-v20.1.0.zip",
checksum: "0671a89a075afa5d320fd9d42088a2824a760c5caed06128ed8eb243d981c332"
),
.target(
name: "WebIdMetaPluginWrapper",