diff --git a/Package.swift b/Package.swift index 3ac2acd..3060015 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("snapshots") + .branch("experimental") ), .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.3.1/WebIdVideoIdentPlugin.framework-v20.3.1-SNAPSHOT-501.zip", - checksum: "368897f7a60bea4eea304ecc89e18a3d6058c4732d2d29e6b6a090fdb2f50726" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/20.3.1/WebIdVideoIdentPlugin.framework-v20.3.1-SNAPSHOT-503.zip", + checksum: "b95efa4617a7ee3b67d9d4a8775b71e85e7f27f2bb25f212a763e252259307af" ), .target( name: "WebIdVideoIdentPluginWrapper",