From d1fee39c0257fadc59b52638dba1b3b347272375 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 21 Jun 2024 15:41:02 +0200 Subject: [PATCH] add new version 5.0.1-SNAPSHOT-373 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index e55d471..9471131 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .branch("snapshots") + .exact("11.0.1") ), .package( name: "AusweisApp2", @@ -28,8 +28,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdEIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/5.0.1/WebIdEIdentPlugin.framework-v5.0.1-SNAPSHOT-372.zip", - checksum: "79ad8205024d71c2b0cd85a4074a2adfab82ff2557ba87926c57a8d23eef31bb" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/5.0.1/WebIdEIdentPlugin.framework-v5.0.1-SNAPSHOT-373.zip", + checksum: "2fe892e71e091e0aae46aa9ff9aadd4768cd7e7488ce0af11d0925414f22a1a1" ), .target( name: "WebIdEIdentPluginWrapper",