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 ed984a4 commit ddd6903
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ let package = Package(
.package(url: "https://github.com/AgoraIO/AgoraInfra_iOS.git", from: "0.0.6-test")
],
targets: [
.target(name: "RtcBasic", dependencies: [
"AgoraRtcKit", "Agorafdkaac", "Agoraffmpeg", "AgoraSoundTouch", "AgoraInfra_iOS"
]),
.binaryTarget(
name: "AgoraRtcKit",
url: "https://download.agora.io/swiftpm/AgoraRtcEngine_iOS/0.0.7-test-with-aosl/AgoraRtcKit.xcframework.zip",
Expand Down Expand Up @@ -154,6 +151,9 @@ let package = Package(
name: "AgoraReplayKitExtension",
url: "https://download.agora.io/swiftpm/AgoraRtcEngine_iOS/0.0.7-test-with-aosl/AgoraReplayKitExtension.xcframework.zip",
checksum: "8af3a91f979c13c0c7c85c7ac545326c8c6b3209d6cba0a3e1d1f69af928e972"
)
),
.target(name: "RtcBasic", dependencies: [
"AgoraRtcKit", "Agorafdkaac", "Agoraffmpeg", "AgoraSoundTouch", "AgoraInfra"
])
]
)

0 comments on commit ddd6903

Please sign in to comment.