From 667eef4c2da6d1b402e7b967899de8e1328c5c0e Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 23 Jan 2025 15:22:27 +0100 Subject: [PATCH] add new version 11.2.0-SNAPSHOT-787 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 117f6e9..64e9251 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", - .branch("snapshots") + .exact("12.1.0") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .branch("snapshots") + .exact("9.2.0") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/11.2.0/WebIdDigitalSigningPlugin.framework-v11.2.0-SNAPSHOT-786.zip", - checksum: "61a961e80a65c43a1b1ab2b26607e832191e598a2a19fbb7687ca17833e7a5d0" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/11.2.0/WebIdDigitalSigningPlugin.framework-v11.2.0-SNAPSHOT-787.zip", + checksum: "44af11a7b4a71925bd8ac547033a697f1dcba0ed06e627af620478a47ead0e1b" ), .target( name: "WebIdDigitalSigningPluginWrapper",