diff --git a/Package.swift b/Package.swift index 5a06835..60b1bfa 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("22.0.0") + .branch("snapshots") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("21.2.2") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/23.0.2/WebIdDigitalSigningPlugin.framework-v23.0.2-SNAPSHOT-1095.zip", - checksum: "4ebfb9c8c74b50a1f72216a861d265f9bd092439c53cf41952b24c1cc0b203a7" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/23.0.3/WebIdDigitalSigningPlugin.framework-v23.0.3-SNAPSHOT-1097.zip", + checksum: "9cce0e3788207bd795769a0d977ca5bc890aa7710152a895354aafada5b7027c" ), .target( name: "WebIdDigitalSigningPluginWrapper",