Skip to content

WebRTC Framework for iOS. Custom build.

Notifications You must be signed in to change notification settings

alex-balobanov/webrtc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

webrtc

WebRTC framework for iOS. Custom builds.

compile

  • $git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
  • $export PATH=pwd/depot_tools:"$PATH"
  • $fetch --nohooks --no-history webrtc_ios
  • $gclient sync
  • $cd src
  • $git checkout
  • $gn gen out/ios_64 --args='target_os="ios" target_cpu="arm64" is_debug=false'
  • $ninja -C out/ios_64 framework_objc
  • $cp -r out/ios_64/WebRTC.framework ../

fat framework

  • src/tools_webrtc/ios/build_ios_libs.py --arch {'arm64','x64','arm','x86'} --build_config debug --bitcode
  • rm -rf WebRTC.framework
  • cp -r src/out_ios_libs/WebRTC.framework .

About

WebRTC Framework for iOS. Custom build.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages