From abbf1eeaba7baef9adf3e15fd58cf7ec08eba09b Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 8 May 2026 18:15:32 +0200 Subject: [PATCH] add new version 22.1.2-SNAPSHOT-1761 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 6a8c9f9..ed42dec 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,14 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .branch("snapshots") + .branch("experimental") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdIosIdentScanPlugin/22.0.1/WebIdIosIdentScanPlugin.framework-v22.0.1-SNAPSHOT-1609.zip", - checksum: "3262bb48e888b8469cff84d59b417a1acac6a263249c9e6814eba929fabe8d76" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdIosIdentScanPlugin/22.1.2/WebIdIosIdentScanPlugin.framework-v22.1.2-SNAPSHOT-1761.zip", + checksum: "7ea5023c407f75731475c793326b17407c1010e1b09656e3a041f416ddf8e378" ), .target( name: "WebIdIosIdentScanPluginWrapper",