diff --git a/Package.swift b/Package.swift index 4f85d9e..578e859 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("21.0.0") + .branch("snapshots") ), .package( name: "DeviceKit", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdVideoIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/20.4.1/WebIdVideoIdentPlugin.framework-v20.4.1-SNAPSHOT-519.zip", - checksum: "411ab57fcebd8cdc57116f16f7ffa2feb44b6b9df89172549de34fa967ccff7b" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/20.4.1/WebIdVideoIdentPlugin.framework-v20.4.1-SNAPSHOT-520.zip", + checksum: "e9f8164c475b7f6ac9c6bf161a68394c199d95a58159c7959b446b7201c7df2d" ), .target( name: "WebIdVideoIdentPluginWrapper",