6
0

add new version 21.2.1

This commit is contained in:
mac-mini-003 2025-11-27 18:25:18 +01:00
parent 357834f052
commit f3dc83ca63

View File

@ -27,19 +27,19 @@ let package = Package(
.package( .package(
name: "WebIdEIdentPlugin", name: "WebIdEIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm",
.exact("20.4.1") .exact("20.4.2")
), ),
.package( .package(
name: "WebIdDigitalSigningPlugin", name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
.exact("20.4.0") .exact("20.4.1")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdEIdProductPlugin", name: "WebIdEIdProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdProductPlugin/21.2.0/WebIdEIdProductPlugin.framework-v21.2.0.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdProductPlugin/21.2.1/WebIdEIdProductPlugin.framework-v21.2.1.zip",
checksum: "d1cb2fa53854350653a4a0854b2e4895b3c02d31de190c67df3fae50d1f86d25" checksum: "5803f518aeb030bc9092937a58dada16ca658a13bede0e32d8a4bf6fffe548ee"
), ),
.target( .target(
name: "WebIdEIdProductPluginWrapper", name: "WebIdEIdProductPluginWrapper",