Skip to content

Commit 4c29213

Browse files
committed
fix: fix VideoInfosResponse not having a valid streaming url
1 parent 4b6f01f commit 4c29213

5 files changed

Lines changed: 1708 additions & 78 deletions

File tree

Package.swift

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ let package = Package(
2020
// Targets can depend on other targets in this package, and on products in packages this package depends on.
2121
.target(
2222
name: "YouTubeKit",
23-
dependencies: []/*,
24-
swiftSettings: [.unsafeFlags(["-Xfrontend", "-strict-concurrency=complete"])]*/),
23+
resources: [
24+
.copy("Resources/.")
25+
]
26+
),
27+
2528
.testTarget(
2629
name: "YouTubeKitTests",
2730
dependencies: ["YouTubeKit"]),

0 commit comments

Comments
 (0)