We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6b2d3 commit dc66ca0Copy full SHA for dc66ca0
Package.swift
@@ -23,8 +23,8 @@ let package = Package(
23
// Targets can depend on other targets in this package, and on products in packages this package depends on.
24
.binaryTarget(
25
name: "MillicastSDK",
26
- url: "https://github.com/millicast/millicast-native-sdk/releases/download/v1.8.0-beta.1/millicast-native-sdk-1.8.0-beta.1-XCFramework.zip",
27
- checksum: "44de1ada52bce4d5b0647d161a6bd053f36f9cfd089df4f42b8977a09d1373e8"
+ url: "https://github.com/millicast/millicast-native-sdk/releases/download/v1.8.0/millicast-native-sdk-1.8.0-XCFramework.zip",
+ checksum: "a1f725f1ff992be0539c02bb3592391b7251c3f8fefce710b6546b1274930e7e"
28
)
29
]
30
0 commit comments