创建xcode的mac 工程
export GYP_GENERATOR_FLAGS="xcode_project_version=7.2 xcode_ninja_target_pattern=All_mac xcode_ninja_executable_target_pattern=AppRTCDemo output_dir=out_mac"
export GYP_GENERATORS="ninja,xcode-ninja"
./webrtc/build/gyp_webrtc.py
创建xcode的iOS工程 <