From f550a85bffd885cf5a77da54ee30ba1a52a35466 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 7 Jan 2025 14:49:31 +0100 Subject: [PATCH] add new version 10.4.0-SNAPSHOT-356 --- Package.swift | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index d868304..76b525e 100644 --- a/Package.swift +++ b/Package.swift @@ -14,6 +14,11 @@ let package = Package( ], dependencies: [ // Dependencies declare other packages that this package depends on. + .package( + name: "DeviceKit", + url: "https://github.com/devicekit/DeviceKit.git", + .exact("5.2.2") + ), .package( name: "AhoyKit", url: "https://github.com/ahoyconference/ahoykit-swift", @@ -33,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdVideoIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/10.4.0/WebIdVideoIdentPlugin.framework-v10.4.0-SNAPSHOT-358.zip", - checksum: "8746b2677504136d371f35a3c35cb5cc2e7fe0bb3d0eee34fbc41ecddcaba53a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/10.4.0/WebIdVideoIdentPlugin.framework-v10.4.0-SNAPSHOT-356.zip", + checksum: "47de8bb8c984f4a57551c9c28d1ffedb01e1c93001d6acbcd3ff6a59a4ed5968" ), .target( name: "WebIdVideoIdentPluginWrapper", @@ -42,6 +47,7 @@ let package = Package( .target(name: "WebIdVideoIdentPlugin"), // [target dependecies here] + .product(name: "DeviceKit", package: "DeviceKit"), .product(name: "AhoyKit", package: "AhoyKit"), .product(name: "WebIdPluginCore", package: "WebIdPluginCore"), .product(name: "AhoyWebRTC", package: "AhoyWebRTC"),