diff --git a/Package.swift b/Package.swift index 2279f60..63822d7 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("snapshots") + .branch("modernize") ), .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-1073.zip", - checksum: "4d31ec4a7633db1f23236f55e1bbcac005b8517cf9a14391209bf3bb8219955e" + 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" ), .target( name: "WebIdDigitalSigningPluginWrapper",