Skip to content

78.2

Compare
Choose a tag to compare
@akihikodaki akihikodaki released this 02 Dec 12:06
· 27 commits to branch-heads/pixiv-m78 since this release

See https://github.com/pixiv/webrtc/blob/pixiv-m78.2/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
cd out_ios_libs
zip -q -r --symlinks WebRTC.framework.zip WebRTC.framework

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