From 6a5f8b5c8811d3bc9050c7bb6df55ecfbad06982 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 9 Sep 2024 10:38:44 +0200 Subject: [PATCH] add new version 11.0.0-SNAPSHOT-370 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index fc480ff..e5460c1 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/SwiftPackageRedesignV4/webid-plugin-core-spm.git", - .branch("redesign-v4-snapshots") + .upToNextMinor(from: "13.0.1") ), .package( name: "DeviceKit", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdVideoIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdVideoIdentPlugin/11.0.0/WebIdVideoIdentPlugin.framework-v11.0.0-SNAPSHOT-367.zip", - checksum: "6bc233ce35a91e5ebf4b4bcadeaab421ace63cdcecdba3469394a26304c00d54" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdVideoIdentPlugin/11.0.0/WebIdVideoIdentPlugin.framework-v11.0.0-SNAPSHOT-370.zip", + checksum: "66229e12bdd4aaeedf204b17d1abfa883a07b1ae8799ad1956201a2ff081cd7b" ), .target( name: "WebIdVideoIdentPluginWrapper",