add new version 21.0.2-SNAPSHOT-528
This commit is contained in:
parent
a97a0f25c7
commit
c6b320c69c
@ -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("snapshots")
|
.branch("snapshots")
|
||||||
),
|
),
|
||||||
.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/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/21.0.2/WebIdVideoIdentPlugin.framework-v21.0.2-SNAPSHOT-527.zip",
|
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/21.0.2/WebIdVideoIdentPlugin.framework-v21.0.2-SNAPSHOT-528.zip",
|
||||||
checksum: "0b575cb35beafb0b96c58d88ad134c34e34e871828931ab391e961c55df758e7"
|
checksum: "43838c5e78e1484272e824f0ad5144232f924b354bc6f3e72aee729f6c3ee67d"
|
||||||
),
|
),
|
||||||
.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