7
0

add new version 22.1.1-SNAPSHOT-573

This commit is contained in:
mac-mini-003 2026-05-04 23:01:36 +02:00
parent fff5fc857a
commit 6b5742861e

View File

@ -15,20 +15,15 @@ let package = Package(
dependencies: [ dependencies: [
// Dependencies declare other packages that this package depends on. // Dependencies declare other packages that this package depends on.
.package( .package(
name: "DeviceKit", name: "WebIdPluginCore",
url: "https://github.com/devicekit/DeviceKit.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.exact("5.2.2") .branch("snapshots")
), ),
.package( .package(
name: "AhoyKit", name: "AhoyKit",
url: "https://github.com/ahoyconference/ahoykit-swift", url: "https://github.com/ahoyconference/ahoykit-swift",
.exact("6.1.0") .exact("6.1.0")
), ),
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.exact("15.1.1")
),
.package( .package(
name: "AhoyWebRTC", name: "AhoyWebRTC",
url: "https://github.com/ahoyconference/ahoywebrtc-swift.git", url: "https://github.com/ahoyconference/ahoywebrtc-swift.git",
@ -38,8 +33,8 @@ let package = Package(
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdVideoIdentPlugin", name: "WebIdVideoIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentPlugin/15.2.1/WebIdVideoIdentPlugin.framework-v15.2.1.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/modernize/de/webid-solutions/WebIdVideoIdentPlugin/22.1.1/WebIdVideoIdentPlugin.framework-v22.1.1-SNAPSHOT-573.zip",
checksum: "d3ec98095583ac2598a0c77d376bc1ada6c70f5913a125a86fcc67cff1942bdf" checksum: "f7e6f64da9830c5d491451a4d051ddc8d3276a6475084e88ee27a1c2b7edabe6"
), ),
.target( .target(
name: "WebIdVideoIdentPluginWrapper", name: "WebIdVideoIdentPluginWrapper",
@ -47,9 +42,8 @@ let package = Package(
.target(name: "WebIdVideoIdentPlugin"), .target(name: "WebIdVideoIdentPlugin"),
// [target dependecies here] // [target dependecies here]
.product(name: "DeviceKit", package: "DeviceKit"),
.product(name: "AhoyKit", package: "AhoyKit"),
.product(name: "WebIdPluginCore", package: "WebIdPluginCore"), .product(name: "WebIdPluginCore", package: "WebIdPluginCore"),
.product(name: "AhoyKit", package: "AhoyKit"),
.product(name: "AhoyWebRTC", package: "AhoyWebRTC"), .product(name: "AhoyWebRTC", package: "AhoyWebRTC"),
] ]
) )