From b4121b0448840f9be4b54c3b756f71e26a4d7e9e Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 13 May 2026 11:23:19 +0200 Subject: [PATCH] add new version 22.1.3-SNAPSHOT-1655 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 175a975..b7e556a 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") + .exact("22.0.0") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/22.1.3/WebIdIosIdentScanPlugin.framework-v22.1.3-SNAPSHOT-1652.zip", - checksum: "8440c9cae1f23012a00bc44b695d362315b25541d83e1236ad6e6bd323b45848" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/22.1.3/WebIdIosIdentScanPlugin.framework-v22.1.3-SNAPSHOT-1655.zip", + checksum: "17eac1d803e2e36350052158e930abcd6a8a9ec7c83ada1bfacf7386f6473d1e" ), .target( name: "WebIdIosIdentScanPluginWrapper",