diff --git a/Package.swift b/Package.swift index b25318a..1fb1620 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", - .exact("22.0.0") + .branch("experimental") ), .package( name: "OpenSSL", @@ -48,8 +48,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdEPassPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassPlugin/1.2.0/WebIdEPassPlugin.framework-v1.2.0-SNAPSHOT-75.zip", - checksum: "5a3f0460118aa566ac162c9a2c00de5998a1d016ea5e0fd4cc32226504edfff9" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassPlugin/1.2.0/WebIdEPassPlugin.framework-v1.2.0-SNAPSHOT-77.zip", + checksum: "54aa132a65609dcb67e1840ba2b41d62be10f7d711357e4052d3336b97aefd6f" ), .target( name: "WebIdEPassPluginWrapper",