diff --git a/Package.swift b/Package.swift index 63822d7..2b4d21f 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .branch("modernize") + .branch("snapshots") ), .package( name: "WebIdSdkUiKitComponents", @@ -28,8 +28,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/22.1.1/WebIdDigitalSigningPlugin.framework-v22.1.1-SNAPSHOT-1076.zip", - checksum: "c6f3d8d2625d1e75942af006cea327db07dc9f20d0ef6f7cf970b8ba442180a5" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/22.1.1/WebIdDigitalSigningPlugin.framework-v22.1.1-SNAPSHOT-1077.zip", + checksum: "e96e18c839d65b4c57107bc4838226b29842ae2a4bb3a00341951e32bc8bd723" ), .target( name: "WebIdDigitalSigningPluginWrapper",