6
0

add new version 10.4.0-SNAPSHOT-357

This commit is contained in:
mac-mini-003 2025-01-07 16:11:02 +01:00
parent f550a85bff
commit 8af93e2b3e

View File

@ -14,11 +14,6 @@ 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",
@ -38,8 +33,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-356.zip",
checksum: "47de8bb8c984f4a57551c9c28d1ffedb01e1c93001d6acbcd3ff6a59a4ed5968"
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/10.4.0/WebIdVideoIdentPlugin.framework-v10.4.0-SNAPSHOT-357.zip",
checksum: "d38aaf36334fc35bdfb8b25071fa2fe02ac2e104d8656061656397ca688d3736"
),
.target(
name: "WebIdVideoIdentPluginWrapper",
@ -47,7 +42,6 @@ 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"),