6
0

add new version 20.2.3-SNAPSHOT-490

This commit is contained in:
mac-mini-003 2025-09-10 14:04:21 +02:00
parent e5f6931b54
commit be99f2659d

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("snapshots")
),
.package( .package(
name: "DeviceKit", name: "DeviceKit",
url: "https://github.com/devicekit/DeviceKit.git", url: "https://github.com/devicekit/DeviceKit.git",
@ -24,11 +29,6 @@ let package = Package(
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",
.branch("snapshots")
),
.package( .package(
name: "AhoyWebRTC", name: "AhoyWebRTC",
url: "https://github.com/ahoyconference/ahoywebrtc-swift.git", url: "https://github.com/ahoyconference/ahoywebrtc-swift.git",
@ -38,8 +38,8 @@ let package = Package(
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdVideoIdentPlugin", name: "WebIdVideoIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/15.0.1/WebIdVideoIdentPlugin.framework-v15.0.1-SNAPSHOT-384.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/20.2.3/WebIdVideoIdentPlugin.framework-v20.2.3-SNAPSHOT-490.zip",
checksum: "0dc71cb75b9349148ba64cf13af0bd64644842d8b921f9d7c79ff2e2677fbca3" checksum: "d0ce569d3a897c3172bf8614e803e3a0e85401f92d4c6f1d330004c937ffcaf3"
), ),
.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"),
] ]
) )