From fc0b686b332f7e4c07467f82f67c8ed9dd6e411c Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 12 Jan 2026 14:44:09 +0100 Subject: [PATCH] add new version 15.1.1 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 6c66c15..74f09b8 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,14 @@ let package = Package( .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .upToNextMinor(from: "15.1.0") + .upToNextMinor(from: "15.1.1") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPluginCore/15.1.0/WebIdPluginCore.framework-v15.1.0.zip", - checksum: "ba55c1cad072b1836caeab0574c9d4fef7c308c9f40e82ddd492e0a508eec7b0" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPluginCore/15.1.1/WebIdPluginCore.framework-v15.1.1.zip", + checksum: "67a8a1db77b1ece45e9256cc587664a6b62d22533a5881b0a410d2cb924123c9" ), .target( name: "WebIdPluginCoreWrapper",