6
0

add new version 21.2.0

This commit is contained in:
mac-mini-003 2025-11-25 20:04:19 +01:00
parent e06cd758c7
commit 397d40e2da

View File

@ -17,29 +17,29 @@ let package = Package(
.package(
name: "WebIdVideoIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm",
.exact("20.3.0")
.exact("20.4.0")
),
.package(
name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
.exact("20.3.3")
.exact("20.4.0")
),
.package(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
.exact("20.3.5")
.exact("20.4.0")
),
.package(
name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
.exact("20.3.5")
.exact("20.4.0")
)
],
targets: [
.binaryTarget(
name: "WebIdMetaPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdMetaPlugin/21.1.2/WebIdMetaPlugin.framework-v21.1.2.zip",
checksum: "c6b155b6a783dcfc56b3b7bd03dbe14adb950943286e99989a93a1a6a3b2c35c"
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdMetaPlugin/21.2.0/WebIdMetaPlugin.framework-v21.2.0.zip",
checksum: "713f18181a32711fa53de8752bbf5bff78c7c67b9dc53ec8b62cacadfbaee03f"
),
.target(
name: "WebIdMetaPluginWrapper",