add new version 22.1.0-SNAPSHOT-659
This commit is contained in:
parent
b8fe40afa6
commit
a18247bdca
@ -19,11 +19,6 @@ let package = Package(
|
|||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
|
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
|
||||||
.branch("experimental")
|
.branch("experimental")
|
||||||
),
|
),
|
||||||
.package(
|
|
||||||
name: "DeviceKit",
|
|
||||||
url: "https://github.com/devicekit/DeviceKit.git",
|
|
||||||
.exact("5.2.2")
|
|
||||||
),
|
|
||||||
.package(
|
.package(
|
||||||
name: "AhoyKit",
|
name: "AhoyKit",
|
||||||
url: "https://github.com/ahoyconference/ahoykit-swift",
|
url: "https://github.com/ahoyconference/ahoykit-swift",
|
||||||
@ -38,8 +33,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/200.3.1/WebIdVideoIdentPlugin.framework-v200.3.1-SNAPSHOT-534.zip",
|
url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdVideoIdentPlugin/22.1.0/WebIdVideoIdentPlugin.framework-v22.1.0-SNAPSHOT-659.zip",
|
||||||
checksum: "1eb1eb80f9a5c3b92917e81fe03a2ca7843ed3f75a8fe6c49ecf0f37a49334f9"
|
checksum: "748cb9e309d3ea19238d0d2c4784c4361584ffb1e00e3086dc3a7c86d85e9312"
|
||||||
),
|
),
|
||||||
.target(
|
.target(
|
||||||
name: "WebIdVideoIdentPluginWrapper",
|
name: "WebIdVideoIdentPluginWrapper",
|
||||||
@ -48,7 +43,6 @@ let package = Package(
|
|||||||
// [target dependecies here]
|
// [target dependecies here]
|
||||||
|
|
||||||
.product(name: "WebIdPluginCore", package: "WebIdPluginCore"),
|
.product(name: "WebIdPluginCore", package: "WebIdPluginCore"),
|
||||||
.product(name: "DeviceKit", package: "DeviceKit"),
|
|
||||||
.product(name: "AhoyKit", package: "AhoyKit"),
|
.product(name: "AhoyKit", package: "AhoyKit"),
|
||||||
.product(name: "AhoyWebRTC", package: "AhoyWebRTC"),
|
.product(name: "AhoyWebRTC", package: "AhoyWebRTC"),
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user