Skip to content

78.3

Compare
Choose a tag to compare
@akihikodaki akihikodaki released this 04 Dec 11:31
· 26 commits to branch-heads/pixiv-m78 since this release

See https://github.com/pixiv/webrtc/blob/pixiv-m78.3/README.pixiv.md for details.

WebRTC.framework.zip

WebRTC.framework.zip contains an iOS framework.

The archive was created by executing following commands on the root directory of the repository already set up:

tools_webrtc/ios/build_ios_libs.py --arch arm64 x64 -e --extra-gn-args rtc_enable_protobuf=false
cd out_ios_libs
zip -q -r --symlinks WebRTC.framework.zip WebRTC.framework

The build option is expected to compatible with sora-ios-sdk. rtc_enable_protobuf=false suppresses the event log, which consumes lots of memory, for memory-constrained environment like broadcast extension.

The command line creating the archive mimics one used by Carthage 0.34.0 to make the archive compatible with as described in:
https://github.com/Carthage/Carthage/tree/0.34.0#archive-prebuilt-frameworks-into-one-zip-file