Skip to content

Commit fac3c5c

Browse files
pblazejclaude
andcommitted
docs: add XCFramework binary distribution note, fix Xcode typo
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8950b13 commit fac3c5c

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,20 @@ let package = Package(
5252
}
5353
```
5454

55-
### XCode
55+
### Xcode
5656

5757
Go to Project Settings -> Swift Packages.
5858

5959
Add a new package and enter: `https://github.com/livekit/client-sdk-swift`
6060

61+
### Pre-built XCFramework
62+
63+
A pre-built binary distribution is available for faster integration and CI builds. Add the XCFramework package instead:
64+
65+
`https://github.com/livekit/client-sdk-swift-xcframework`
66+
67+
This package bundles `LiveKit.xcframework` (dynamic framework) along with its dependencies (`LiveKitWebRTC`, `RustLiveKitUniFFI`). It contains the same code as the source package above, just pre-compiled.
68+
6169
### CocoaPods
6270

6371
> [!IMPORTANT]

0 commit comments

Comments
 (0)