1bc1954174
Things included in this CL: - updated READMEs to provide an exact/reproable set of steps for getting the app running. - gyp changes to build the iOS AppRTCDemo sample app using gyp+ninja instead of the hand-crafted Xcode project (which has never worked in its checked-in form), including a gyp action to sign the sample app for deployment to an iOS device (the app can also be used in the simulator) - deleted the busted hand-crafted Xcode project for the sample app - updated the sample app to match the PeerConnection API that ended up landing (in a surprising twist of fate, the API landed quite a bit later than the sample app and this is the first time the CR-time changes in the API are reflected in the sample app) - updated the sample app to reflect apprtc.appspot.com HTML/JS changes (equiv to the AppRTCClient.java changes in http://s10/47299162) - picked up the iossim DEPS to enable launching the sample app in the simulator from the command-line. - renamed some files to match capitalization of the classes they contain (Ice -> ICE) per ObjC naming guidelines. - ran the files involved in this CL through clang-format to deal with xcode formatting craxy. BUG=2106 RISK=P2 TESTED=unittest builds with ninja and passes on OS=mac; sample app builds with ninja and runs on simulator and device, though no audio flows from simulator/device (will fix in a follow-up CL) R=andrew@webrtc.org, justincohen@google.com, wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1874005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4466 4adac7df-926f-26a2-2b94-8c16560cd09d
97 lines
1.6 KiB
Plaintext
97 lines
1.6 KiB
Plaintext
*.DS_Store
|
|
*.Makefile
|
|
*.host.mk
|
|
*.ncb
|
|
*.ninja
|
|
*.props
|
|
*.pyc
|
|
*.rules
|
|
*.scons
|
|
*.sdf
|
|
*.sln
|
|
*.suo
|
|
*.target.mk
|
|
*.targets
|
|
*.user
|
|
*.vcproj
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.vpj
|
|
*.vpw
|
|
*.vpwhistu
|
|
*.vtg
|
|
*.xcodeproj
|
|
*_proto.xml
|
|
*_proto_cpp.xml
|
|
*~
|
|
.*.sw?
|
|
.sw?
|
|
.cproject
|
|
.gdb_history
|
|
.gdbinit
|
|
.metadata
|
|
.project
|
|
.pydevproject
|
|
.settings
|
|
/Makefile
|
|
/build
|
|
/chromium_deps
|
|
/google_apis/build
|
|
/gyp-mac-tool
|
|
/net/third_party/nss/
|
|
/out
|
|
/resources
|
|
/talk/examples/android/bin
|
|
/talk/examples/android/gen
|
|
/talk/examples/android/libs
|
|
/talk/examples/android/obj
|
|
/testing
|
|
/third_party/WebKit/Tools/Scripts
|
|
/third_party/android_testrunner
|
|
/third_party/android_tools
|
|
/third_party/asan
|
|
/third_party/cygwin
|
|
/third_party/directxsdk
|
|
/third_party/expat
|
|
/third_party/gaeunit
|
|
/third_party/gold
|
|
/third_party/google-gflags/src
|
|
/third_party/google-visualization-python
|
|
/third_party/icu
|
|
/third_party/jsoncpp
|
|
/third_party/junit
|
|
/third_party/libjingle
|
|
/third_party/libjpeg
|
|
/third_party/libjpeg_turbo
|
|
/third_party/libsrtp
|
|
/third_party/libvpx
|
|
/third_party/libyuv
|
|
/third_party/llvm
|
|
/third_party/llvm-build
|
|
/third_party/nss
|
|
/third_party/oauth2
|
|
/third_party/openssl
|
|
/third_party/opus
|
|
/third_party/protobuf
|
|
/third_party/sqlite
|
|
/third_party/valgrind
|
|
/third_party/winsdk_samples/src
|
|
/third_party/yasm
|
|
/tools/android
|
|
/tools/android-dummy-test
|
|
/tools/clang
|
|
/tools/grit
|
|
/tools/gritsettings
|
|
/tools/gyp
|
|
/tools/protoc_wrapper
|
|
/tools/python
|
|
/tools/valgrind
|
|
/tools/win
|
|
/webrtc/supplement.gypi
|
|
/webrtc/video_engine/test/android/bin
|
|
/webrtc/video_engine/test/android/gen
|
|
/webrtc/video_engine/test/android/libs
|
|
/webrtc/video_engine/test/android/obj
|
|
/x86-generic_out/
|
|
/xcodebuild
|