7
0

add new version 22.1.0

This commit is contained in:
mac-mini-003 2026-04-23 14:20:47 +02:00
parent 6c6193fa76
commit 606fda6b1b

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("21.1.0")
.exact("21.2.0")
),
.package(
name: "WebIdSdkUiKitComponents",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git",
.exact("21.1.0")
.exact("21.2.0")
)
],
targets: [
.binaryTarget(
name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdDigitalSigningPlugin/22.0.2/WebIdDigitalSigningPlugin.framework-v22.0.2.zip",
checksum: "17fa12eb8998477930411fef1280cb97ced121f61d92c985df6d5bbb1f24479b"
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdDigitalSigningPlugin/22.1.0/WebIdDigitalSigningPlugin.framework-v22.1.0.zip",
checksum: "d2d2ec7dd80bc3240cb8df7045cc6dca68d5365da341d841a226e1339ba68db6"
),
.target(
name: "WebIdDigitalSigningPluginWrapper",