diff --git a/Package.swift b/Package.swift index b608727..0c4fca8 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("experimental") + .branch("snapshots") ), .package( name: "OpenSSL", @@ -48,8 +48,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdEPassPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdEPassPlugin/1.1.2/WebIdEPassPlugin.framework-v1.1.2-SNAPSHOT-73.zip", - checksum: "55af89b3975f6fb2c3b2431f4c16ce878656f06d3b873547b35f746c63dbeda9" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdEPassPlugin/1.1.1/WebIdEPassPlugin.framework-v1.1.1-SNAPSHOT-67.zip", + checksum: "6dbe62659a6eff43d01d57dccc424c54617ea91afd5eda4e708145b3ef049a1f" ), .target( name: "WebIdEPassPluginWrapper",