6
0

add new version 20.2.1

This commit is contained in:
mac-mini-003 2025-09-05 18:38:11 +02:00
parent e2d8125352
commit 357d740bbb

View File

@ -17,19 +17,19 @@ let package = Package(
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.exact("15.0.0")
.exact("20.2.1")
),
.package(
name: "WebIdSdkUiKitComponents",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git",
.exact("15.0.0")
.exact("20.2.1")
)
],
targets: [
.binaryTarget(
name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDigitalSigningPlugin/15.0.0/WebIdDigitalSigningPlugin.framework-v15.0.0.zip",
checksum: "a5bf0c33d29ee27651c86fca496c84f061d80e2c7e020dacf28dee8ec3865416"
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdDigitalSigningPlugin/20.2.1/WebIdDigitalSigningPlugin.framework-v20.2.1.zip",
checksum: "dfb578d5d060636bbb4b4a97e92a10f241f63f2fbc222c356c2c3f981203cb98"
),
.target(
name: "WebIdDigitalSigningPluginWrapper",