6
0

add new version 10.4.0-SNAPSHOT-357

This commit is contained in:
mac-mini-003 2025-01-23 14:54:31 +01:00
parent 8af93e2b3e
commit ffd4e28ff4

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: "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",
@ -22,7 +27,7 @@ let package = Package(
.package( .package(
name: "WebIdPluginCore", name: "WebIdPluginCore",
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") .exact("12.1.0")
), ),
.package( .package(
name: "AhoyWebRTC", name: "AhoyWebRTC",
@ -34,7 +39,7 @@ let package = Package(
.binaryTarget( .binaryTarget(
name: "WebIdVideoIdentPlugin", name: "WebIdVideoIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/10.4.0/WebIdVideoIdentPlugin.framework-v10.4.0-SNAPSHOT-357.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/10.4.0/WebIdVideoIdentPlugin.framework-v10.4.0-SNAPSHOT-357.zip",
checksum: "d38aaf36334fc35bdfb8b25071fa2fe02ac2e104d8656061656397ca688d3736" checksum: "0b31c62386d199502a1191ed4d1d960d9afa7efe4a1b671eb7809e602f652b2e"
), ),
.target( .target(
name: "WebIdVideoIdentPluginWrapper", name: "WebIdVideoIdentPluginWrapper",
@ -42,6 +47,7 @@ let package = Package(
.target(name: "WebIdVideoIdentPlugin"), .target(name: "WebIdVideoIdentPlugin"),
// [target dependecies here] // [target dependecies here]
.product(name: "DeviceKit", package: "DeviceKit"),
.product(name: "AhoyKit", package: "AhoyKit"), .product(name: "AhoyKit", package: "AhoyKit"),
.product(name: "WebIdPluginCore", package: "WebIdPluginCore"), .product(name: "WebIdPluginCore", package: "WebIdPluginCore"),
.product(name: "AhoyWebRTC", package: "AhoyWebRTC"), .product(name: "AhoyWebRTC", package: "AhoyWebRTC"),