Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions Package.resolved

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ let package = Package(
// .package(url: /* package url */, from: "1.0.0"),
.package(
url: "https://github.com/AgoraIO/AgoraInfra_iOS.git",
.upToNextMinor(from: "1.2.0")
.upToNextMinor(from: "1.3.0")
),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
// 1️⃣ binary SDK (name must match .xcframework inside the zip)
.binaryTarget(name: "AgoraChat", url: "https://download.agora.io/sdk/release/AgoraChat1_4_0_beta.zip", checksum: "16623c4d9cb0270a4582a74a9ef49732153d399a0b8cf87e17f4a2e86899a0d7"),
.binaryTarget(name: "AgoraChat", url: "https://download.agora.io/sdk/release/AgoraChat1_4_0.zip", checksum: "d62e0be73efeeafcb8ee14e89a72e33b2c0456b8144f4aacba682799df0e66b6"),

// 2️⃣ wrapper target
.target(
Expand All @@ -35,5 +34,6 @@ let package = Package(
.product(name: "AgoraInfra_iOS", package: "AgoraInfra_iOS")
]
),

]
)
Loading