Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Oct 25, 2024
1 parent 81f3892 commit 92b4826
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,11 @@ let package = Package(
checksum: "8af3a91f979c13c0c7c85c7ac545326c8c6b3209d6cba0a3e1d1f69af928e972"
),
.target(name: "RtcBasic", dependencies: [
"AgoraRtcKit", "Agorafdkaac", "Agoraffmpeg", "AgoraSoundTouch", "AgoraInfra_iOS"
.target(name: "AgoraRtcKit"),
.target(name: "Agorafdkaac"),
.target(name: "Agoraffmpeg"),
.target(name: "AgoraSoundTouch"),
.product(name: "AgoraInfra_iOS", package: "AgoraInfra")
])
]
)

0 comments on commit 92b4826

Please sign in to comment.