diff --git a/Package.swift b/Package.swift index 585d7b2..9a90830 100644 --- a/Package.swift +++ b/Package.swift @@ -27,7 +27,7 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .branch("legacy-snapshots") + .exact("15.0.1") ), .package( name: "AhoyWebRTC", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdVideoIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdVideoIdentPlugin/15.0.1/WebIdVideoIdentPlugin.framework-v15.0.1-SNAPSHOT-387.zip", - checksum: "23a1a105112de986510d7ba0d97d673f5bfb0c4582a39bd363bcb7ee23f8cd83" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdVideoIdentPlugin/15.0.1/WebIdVideoIdentPlugin.framework-v15.0.1-SNAPSHOT-390.zip", + checksum: "edfbf8354ee0e5fd083fb48dd810cb7ca90d1aaa674ec70cedbcf2645a001427" ), .target( name: "WebIdVideoIdentPluginWrapper",