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 5fa59a7 commit 8f349ab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ let package = Package(
.package(url: "https://github.com/AgoraIO/AgoraInfra_iOS.git", from: "0.0.6-test")
],
targets: [
.target(name: "AgoraInfra_iOS", dependencies: [
.product(name: "AgoraInfra_iOS", package: "AgoraInfra_iOS")
]),
.target(name: "AgoraInfra_iOS", dependencies: ["AgoraInfra_iOS"]),
.binaryTarget(
name: "AgoraRtcKit",
url: "https://download.agora.io/swiftpm/AgoraRtcEngine_iOS/0.0.7-test-with-aosl/AgoraRtcKit.xcframework.zip",
Expand Down

0 comments on commit 8f349ab

Please sign in to comment.