6
0

add new version 15.1.0

This commit is contained in:
mac-mini-003 2026-01-10 02:54:37 +01:00 committed by Mario Rotz
parent a9ee318ab2
commit bba9140e56

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.1")
.exact("15.1.0")
),
.package(
name: "WebIdSdkUiKitComponents",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git",
.exact("15.0.1")
.exact("15.1.0")
)
],
targets: [
.binaryTarget(
name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDigitalSigningPlugin/15.0.2/WebIdDigitalSigningPlugin.framework-v15.0.2.zip",
checksum: "6fe8b76664a466b743006d761a7c5bd3b37a964db37b84584beb8047ab0350e1"
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDigitalSigningPlugin/15.1.0/WebIdDigitalSigningPlugin.framework-v15.1.0.zip",
checksum: "18b4ec9c60544ff62c4c373647674291010caecdef69ae2d3acd3c2e6fe61dc3"
),
.target(
name: "WebIdDigitalSigningPluginWrapper",