Build date: 2022-11-09 17:13
Chrome version: M103(Bitcode disabled)
Build date: 2022-06-23 13:49
Chrome version: M103
Build date: 2020-12-07 18:54
Commit: '0d863f72a8c747c1b41f2798e5201e1abcdaec2b'
In your Xcode project go to: File -> Swift Packages -> Add Package Dependency
https://github.com/TechTeamer/ios-xc-webrtc.git
Just copy into your podfile, looks like this.
------------------------ Podfile ------------------------
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/TechTeamer/ios-xc-webrtc.git'
use_frameworks!
target 'YourApp' do
pod 'XCWebRTC'
end
---------------------------------------------------------
run:
pod repo update
pod install
This is a new generation xcframework is built for Apple machines including iOS/iPadOS/macOS & Silicon processors. WITHOUT bitcode!
You can find the release commits here: https://webrtc.googlesource.com/src
You can find the official source here: https://chromium.googlesource.com/chromium/tools/depot_tools/+/refs/heads/master
Sorry for the Release structure, but the GIT-LFS inside the Xcode 12.2 is NOT supported yet. 🙁