diff --git a/Package.swift b/Package.swift index eda853b..9d749b2 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.5") + .branch("snapshots") ), .package( name: "AhoyKit", @@ -33,8 +33,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdVideoIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/21.1.2/WebIdVideoIdentPlugin.framework-v21.1.2-SNAPSHOT-553.zip", - checksum: "0c509cbe897b9d46bef57db1fac28276dd79cffd928abf4c65eccd676863c736" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/21.1.3/WebIdVideoIdentPlugin.framework-v21.1.3-SNAPSHOT-555.zip", + checksum: "04311db26c2808e6461018ea62b522ceda16a22ff5a28f2cef758550316fd393" ), .target( name: "WebIdVideoIdentPluginWrapper",