- 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}
10 lines
231 B
Ruby
10 lines
231 B
Ruby
# Uncomment this line to define a global platform for your project
|
|
# platform :ios, '8.0'
|
|
# Uncomment this line if you're using Swift
|
|
# use_frameworks!
|
|
|
|
target 'PodTest' do
|
|
pod "WebRTC", :path => "../../../../../out_ios_libs"
|
|
end
|
|
|