diff --git a/Package.swift b/Package.swift index 16ba058..afda1a0 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-76.zip", - checksum: "4f28fe2f8212bf2d2c448d6bb8db2057329b750b36ea04f2e2fe60766ab3e50a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassPlugin/1.2.0/WebIdEPassPlugin.framework-v1.2.0-SNAPSHOT-78.zip", + checksum: "b92c4426ee1faefae61a0a25a12a477be61dcbab3c6d264539123d5418f9d189" ), .target( name: "WebIdEPassPluginWrapper",