Skip to content

Commit 8935b85

Browse files
authored
Update README.md
1 parent 81d8089 commit 8935b85

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@
55
[![Cocoapods](https://img.shields.io/cocoapods/v/WebRTC-lib)](https://cocoapods.org/pods/WebRTC-lib)
66

77

8-
This repository contains unofficial distribution of WebRTC framework binaries for iOS and macOS.
8+
This repository contains a community-driven distribution of WebRTC framework binaries for iOS and macOS.
99

1010
Since version M80, Google has [deprecated](https://groups.google.com/g/discuss-webrtc/c/Ozvbd0p7Q1Y/m/M4WN2cRKCwAJ?pli=1) their mobile binary libraries distributions (Was officially using the [GoogleWebRTC pod](https://cocoapods.org/pods/GoogleWebRTC)). To get the most up to date WebRTC library, you can compile it on your own, or you can use precompiled binaries from here or other sources.
1111

1212
## 📦 Releases
1313
The binary releases correspond with official Chromium releases and branches as specified in the [Chromium dashboard](https://chromiumdash.appspot.com/branches).
1414

1515
## 💡 Things to know
16-
* All binaries in this repository are compiled from the official WebRTC [source code](https://webrtc.googlesource.com/src/) without any modifications to the source code or to the output binaries.
16+
* All binaries in this repository are compiled from the official WebRTC [source code](https://webrtc.googlesource.com/src/) .
17+
* No modifications are made to the source code or the output binaries.
18+
* The build process is open source using GitHub actions.
1719
* Dynamic framework (xcframework format) which contains multiple binaries for macOS and iOS.
1820
* Since [Xcode 14](https://developer.apple.com/documentation/Xcode-Release-Notes/xcode-14-release-notes), bitcode is deprecated. Version M103 and above does not include bitcode.
1921

0 commit comments

Comments
 (0)