pristineio / webrtc-build-scripts

A set of build scripts useful for building WebRTC libraries for Android and iOS.
BSD 3-Clause "New" or "Revised" License
1.12k stars 448 forks source link

Add ability to create an iOS "framework" #52

Closed paynerc closed 9 years ago

paynerc commented 9 years ago

We aren't using CocoaPods in our development efforts and find it handy to create the "framework" structure of the static library and header files for easy inclusion into iOS projects.

Added the framework_dance.sh script which is just like the dance script but with the addition of calling the framework build function after compiling and creating the universal binary.

paynerc commented 9 years ago

I've made a few other small tweaks to the build script that allow the revision parameter to be passed in when running the dance and pull scripts from the CLI as well as tested the "framework" building with the new shared library target. All seems to be well.

thebehera commented 9 years ago

Thank you so much!!!

thebehera commented 9 years ago

I'll update cocoapods to include the framework soon instead of the static library + headers