commit | 9eeb6240c93efe2219d4d6f4cf706030e00f64d7 | [log] [tgz] |
---|---|---|
author | tkchin <tkchin@webrtc.org> | Wed Apr 27 01:54:20 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Apr 27 08:54:27 2016 +0000 |
tree | 49ef93711a4139dc663497b852c298e2972b7208 | |
parent | 06f7e49438dca7446db02daeaa596772e4be20f8 [diff] [blame] |
Build dynamic iOS SDK. - Places most ObjC code into webrtc/sdk/objc instead. - New gyp targets to build, strip and export symbols for dylib. - Removes old script used to generate dylib. BUG= Review URL: https://codereview.webrtc.org/1903663002 Cr-Commit-Position: refs/heads/master@{#12524}
diff --git a/webrtc/examples/objc/AppRTCDemo/RTCSessionDescription+JSON.h b/webrtc/examples/objc/AppRTCDemo/RTCSessionDescription+JSON.h index 2f952ee..cccff9a 100644 --- a/webrtc/examples/objc/AppRTCDemo/RTCSessionDescription+JSON.h +++ b/webrtc/examples/objc/AppRTCDemo/RTCSessionDescription+JSON.h
@@ -8,7 +8,7 @@ * be found in the AUTHORS file in the root of the source tree. */ -#import "webrtc/api/objc/RTCSessionDescription.h" +#import "WebRTC/RTCSessionDescription.h" @interface RTCSessionDescription (JSON)