6
0

add new version 10.4.0-SNAPSHOT-356

This commit is contained in:
mac-mini-003 2025-01-07 14:49:31 +01:00
parent 2826bb2ad3
commit f550a85bff

View File

@ -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"),