diff --git a/Package.swift b/Package.swift index fd79c81..bd62899 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("experimental") + .branch("snapshots") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .branch("experimental") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdDigitalSigningPlugin/200.3.2/WebIdDigitalSigningPlugin.framework-v200.3.2-SNAPSHOT-1028.zip", - checksum: "2fe45c289922ebec9b0e1a1afbef8cdda0192d0ed6e3fba33242685e1baf563a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdDigitalSigningPlugin/201.0.5/WebIdDigitalSigningPlugin.framework-v201.0.5-SNAPSHOT-1046.zip", + checksum: "1385e5677f716fcfad1a1217302bf9cb651b1f93717ebf93bc0775422d61d0ae" ), .target( name: "WebIdDigitalSigningPluginWrapper",