add new version 20.2.3-SNAPSHOT-490
This commit is contained in:
parent
e5f6931b54
commit
be99f2659d
@ -14,6 +14,11 @@ let package = Package(
|
||||
],
|
||||
dependencies: [
|
||||
// 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(
|
||||
name: "DeviceKit",
|
||||
url: "https://github.com/devicekit/DeviceKit.git",
|
||||
@ -24,11 +29,6 @@ let package = Package(
|
||||
url: "https://github.com/ahoyconference/ahoykit-swift",
|
||||
.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(
|
||||
name: "AhoyWebRTC",
|
||||
url: "https://github.com/ahoyconference/ahoywebrtc-swift.git",
|
||||
@ -38,8 +38,8 @@ let package = Package(
|
||||
targets: [
|
||||
.binaryTarget(
|
||||
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",
|
||||
checksum: "0dc71cb75b9349148ba64cf13af0bd64644842d8b921f9d7c79ff2e2677fbca3"
|
||||
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: "d0ce569d3a897c3172bf8614e803e3a0e85401f92d4c6f1d330004c937ffcaf3"
|
||||
),
|
||||
.target(
|
||||
name: "WebIdVideoIdentPluginWrapper",
|
||||
@ -47,9 +47,9 @@ let package = Package(
|
||||
.target(name: "WebIdVideoIdentPlugin"),
|
||||
// [target dependecies here]
|
||||
|
||||
.product(name: "WebIdPluginCore", package: "WebIdPluginCore"),
|
||||
.product(name: "DeviceKit", package: "DeviceKit"),
|
||||
.product(name: "AhoyKit", package: "AhoyKit"),
|
||||
.product(name: "WebIdPluginCore", package: "WebIdPluginCore"),
|
||||
.product(name: "AhoyWebRTC", package: "AhoyWebRTC"),
|
||||
]
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user