7
0

add new version 21.0.2-SNAPSHOT-528

This commit is contained in:
mac-mini-003 2026-01-28 11:21:33 +01:00
parent a97a0f25c7
commit c6b320c69c

View File

@ -19,11 +19,6 @@ let package = Package(
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.branch("snapshots")
),
.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/21.0.2/WebIdVideoIdentPlugin.framework-v21.0.2-SNAPSHOT-527.zip",
checksum: "0b575cb35beafb0b96c58d88ad134c34e34e871828931ab391e961c55df758e7"
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/21.0.2/WebIdVideoIdentPlugin.framework-v21.0.2-SNAPSHOT-528.zip",
checksum: "43838c5e78e1484272e824f0ad5144232f924b354bc6f3e72aee729f6c3ee67d"
),
.target(
name: "WebIdVideoIdentPluginWrapper",
@ -48,7 +43,6 @@ let package = Package(
// [target dependecies here]
.product(name: "WebIdPluginCore", package: "WebIdPluginCore"),
.product(name: "DeviceKit", package: "DeviceKit"),
.product(name: "AhoyKit", package: "AhoyKit"),
.product(name: "AhoyWebRTC", package: "AhoyWebRTC"),
]