diff --git a/Package.swift b/Package.swift index 8790dab..3463c1a 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("10.1.1") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .branch("snapshots") + .exact("7.0.0") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/10.0.0/WebIdDigitalSigningPlugin.framework-v10.0.0-SNAPSHOT-752.zip", - checksum: "94484f44efc733676f20aed776096f711e294c6b11c0bdd9a4678f7dc4c08b21" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/10.0.0/WebIdDigitalSigningPlugin.framework-v10.0.0-SNAPSHOT-753.zip", + checksum: "ab3fab219070671f6135f7ce9a3067d1d45e846f29da180fd2ffe1ead3adceaf" ), .target( name: "WebIdDigitalSigningPluginWrapper",