6
0

add new version 15.1.1

This commit is contained in:
mac-mini-003 2026-01-12 14:59:35 +01:00
parent bba9140e56
commit f465334837

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("15.1.0") .exact("15.1.1")
), ),
.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("15.1.0") .exact("15.1.1")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdDigitalSigningPlugin", name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDigitalSigningPlugin/15.1.0/WebIdDigitalSigningPlugin.framework-v15.1.0.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDigitalSigningPlugin/15.1.1/WebIdDigitalSigningPlugin.framework-v15.1.1.zip",
checksum: "18b4ec9c60544ff62c4c373647674291010caecdef69ae2d3acd3c2e6fe61dc3" checksum: "3a7af0eae252c32a7ba280e870b4469cb41156e01d84a67b5cffde7f7bc2deb6"
), ),
.target( .target(
name: "WebIdDigitalSigningPluginWrapper", name: "WebIdDigitalSigningPluginWrapper",