From bb0cfa7f735117627e13774883fa8b0196f288ee Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 3 Nov 2025 15:06:12 +0100 Subject: [PATCH] add new version 20.3.2-SNAPSHOT-611 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 1a5730e..7e786b1 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("experimental") + .exact("20.3.0") ), .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/20.3.2/WebIdEIdentPlugin.framework-v20.3.2-SNAPSHOT-610.zip", - checksum: "ce6974d84a2ee97d3c98128bc1123f3b95ccd4af801b2c0a9719a23e641c28a5" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/20.3.2/WebIdEIdentPlugin.framework-v20.3.2-SNAPSHOT-611.zip", + checksum: "f1cb8c1f8d7c6472709dd42df400a67aabc3bcdea4bb4a024d3e4497efa05713" ), .target( name: "WebIdEIdentPluginWrapper",