From fe70de73bfdc7570ae3d0cbe9e9fbd4644e929f7 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 22 May 2024 10:53:00 +0200 Subject: [PATCH] add new version 10.0.0-SNAPSHOT-325 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 93949ff..2425ecd 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", - .exact("10.1.1") + .exact("11.0.0") ) ], targets: [ .binaryTarget( name: "WebIdIosBankIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/9.0.3/WebIdIosBankIdentPlugin.framework-v9.0.3-SNAPSHOT-322.zip", - checksum: "94ffe2fce6ca0f0036230f6c66abba6630e2b1ce9b6338136727fd6247a57f9c" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/10.0.0/WebIdIosBankIdentPlugin.framework-v10.0.0-SNAPSHOT-325.zip", + checksum: "9699afd209a863ec39425b61103a43ecda066aac45f4e0e17da337eba553d337" ), .target( name: "WebIdIosBankIdentPluginWrapper",