6
0

add new version 20.1.0

This commit is contained in:
mac-mini-003 2025-08-01 13:17:46 +02:00
parent a882c3ca7f
commit 7eab2f0e6c

View File

@ -17,19 +17,19 @@ let package = Package(
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git",
.exact("20.0.0")
.exact("20.1.0")
),
.package(
name: "WebIdSdkUiKitComponents",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-sdk-ui-components-spm.git",
.exact("20.0.1")
.exact("20.1.0")
)
],
targets: [
.binaryTarget(
name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdDigitalSigningPlugin/20.0.1/WebIdDigitalSigningPlugin.framework-v20.0.1.zip",
checksum: "99e2247b5ba7b2bcf11c2f5d9bf4b5ec071036f2f2437826ec299ed5678e06a9"
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdDigitalSigningPlugin/20.1.0/WebIdDigitalSigningPlugin.framework-v20.1.0.zip",
checksum: "e047d3ad5fa3f9440cf21a70e16f11a512798c9fe823f4d24ce82bc4c1826689"
),
.target(
name: "WebIdDigitalSigningPluginWrapper",