7
0

add new version 21.0.0

This commit is contained in:
mac-mini-003 2026-01-08 15:38:32 +01:00
parent cd30867971
commit 92cea620f8

View File

@ -17,19 +17,19 @@ let package = Package(
.package( .package(
name: "WebIdPluginCore", name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.exact("20.4.0") .exact("21.0.0")
), ),
.package( .package(
name: "WebIdSdkUiKitComponents", name: "WebIdSdkUiKitComponents",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git",
.exact("20.4.0") .exact("21.0.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdDigitalSigningPlugin", name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdDigitalSigningPlugin/20.4.1/WebIdDigitalSigningPlugin.framework-v20.4.1.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdDigitalSigningPlugin/21.0.0/WebIdDigitalSigningPlugin.framework-v21.0.0.zip",
checksum: "37696c10e5ee82aed3d5f442bbd1ca47cf29e361023421d79ef103c07b51904d" checksum: "1d3dac85bb8905b22efb582bb6a937cedea211c9525072ed23224e1c78dbbb7d"
), ),
.target( .target(
name: "WebIdDigitalSigningPluginWrapper", name: "WebIdDigitalSigningPluginWrapper",