AgoraRtcEngine_iOS icon indicating copy to clipboard operation
AgoraRtcEngine_iOS copied to clipboard

[INTEGRATION] Package.swift

Open muukii opened this issue 1 month ago • 0 comments

Why do we need have this target descriptions?

      .target(
            name: "AgoraInfra_iOS",
            dependencies: [
                .product(name: "AgoraInfra_iOS", package: "AgoraInfra_iOS")
            ]
        )

even the Manifest has a dependency as the same name

muukii avatar Sep 26 '25 13:09 muukii