6
0

add new version 20.2.3-SNAPSHOT-493

This commit is contained in:
mac-mini-003 2025-09-19 11:10:08 +02:00
parent 93eb052f3e
commit 620b5061c8

View File

@ -14,6 +14,11 @@ let package = Package(
], ],
dependencies: [ dependencies: [
// Dependencies declare other packages that this package depends on. // Dependencies declare other packages that this package depends on.
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.branch("experimental")
),
.package( .package(
name: "DeviceKit", name: "DeviceKit",
url: "https://github.com/devicekit/DeviceKit.git", url: "https://github.com/devicekit/DeviceKit.git",
@ -22,12 +27,7 @@ let package = Package(
.package( .package(
name: "AhoyKit", name: "AhoyKit",
url: "https://github.com/ahoyconference/ahoykit-swift", url: "https://github.com/ahoyconference/ahoykit-swift",
.exact("6.0.0") .exact("6.1.0")
),
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.branch("experimental")
), ),
.package( .package(
name: "AhoyWebRTC", name: "AhoyWebRTC",
@ -38,8 +38,8 @@ let package = Package(
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdVideoIdentPlugin", name: "WebIdVideoIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdVideoIdentPlugin/10.0.1/WebIdVideoIdentPlugin.framework-v10.0.1-SNAPSHOT-333.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdVideoIdentPlugin/20.2.3/WebIdVideoIdentPlugin.framework-v20.2.3-SNAPSHOT-493.zip",
checksum: "86945a23892f6e5bcc3800a19ab2108a52b64f8628caa6cb0413e9f1a44de101" checksum: "fa6931cf756ffbf5bb3813b300467c094af6ca0a006b2141cb14f73b094f8a1c"
), ),
.target( .target(
name: "WebIdVideoIdentPluginWrapper", name: "WebIdVideoIdentPluginWrapper",
@ -47,9 +47,9 @@ let package = Package(
.target(name: "WebIdVideoIdentPlugin"), .target(name: "WebIdVideoIdentPlugin"),
// [target dependecies here] // [target dependecies here]
.product(name: "WebIdPluginCore", package: "WebIdPluginCore"),
.product(name: "DeviceKit", package: "DeviceKit"), .product(name: "DeviceKit", package: "DeviceKit"),
.product(name: "AhoyKit", package: "AhoyKit"), .product(name: "AhoyKit", package: "AhoyKit"),
.product(name: "WebIdPluginCore", package: "WebIdPluginCore"),
.product(name: "AhoyWebRTC", package: "AhoyWebRTC"), .product(name: "AhoyWebRTC", package: "AhoyWebRTC"),
] ]
) )