From 0d15ed34caf0e79dbf1c29eeb400f11032ce67b7 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 20 Dec 2024 10:47:48 +0100 Subject: [PATCH] add new version 11.0.1-SNAPSHOT-785 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 9ca07e3..96eeaec 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("12.0.0") + .branch("snapshots") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("9.1.1") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/11.0.1/WebIdDigitalSigningPlugin.framework-v11.0.1-SNAPSHOT-783.zip", - checksum: "e0e46e7b64890a44196062ba0bd94bef3ac52aefe4732bcdd539cc321657b1cc" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/11.0.1/WebIdDigitalSigningPlugin.framework-v11.0.1-SNAPSHOT-785.zip", + checksum: "7e50267c77e6854d5834845e040f3df15ba8afebf605fe1edbf8a79cc04d5e98" ), .target( name: "WebIdDigitalSigningPluginWrapper",