6
0

add new version 21.1.1

This commit is contained in:
mac-mini-003 2025-10-09 21:39:09 +02:00
parent 761fa6c2a4
commit 651d17b45b

View File

@ -22,24 +22,24 @@ let package = Package(
.package(
name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
.exact("20.3.1")
.exact("20.3.2")
),
.package(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
.exact("20.3.4")
.exact("20.3.5")
),
.package(
name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
.exact("20.3.4")
.exact("20.3.5")
)
],
targets: [
.binaryTarget(
name: "WebIdMetaPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdMetaPlugin/21.1.0/WebIdMetaPlugin.framework-v21.1.0.zip",
checksum: "5d1c91dab55d9094b0d68cbae2bf5e8e26be4229462fb5e3582fe1221f14f209"
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdMetaPlugin/21.1.1/WebIdMetaPlugin.framework-v21.1.1.zip",
checksum: "f59fceda95886d927c11a8fd644c56b5b27a860d41b4fbdd2e30df5071564298"
),
.target(
name: "WebIdMetaPluginWrapper",