Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(339)

Side by Side Diff: webrtc/build/ios/SDK/PodTest/Podfile

Issue 1903663002: Build dynamic iOS SDK. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix test gyp Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/build/ios/SDK/Framework/WebRTC/WebRTC.h ('k') | webrtc/build/ios/SDK/README » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Uncomment this line to define a global platform for your project 1 # Uncomment this line to define a global platform for your project
2 # platform :ios, '8.0' 2 # platform :ios, '8.0'
3 # Uncomment this line if you're using Swift 3 # Uncomment this line if you're using Swift
4 # use_frameworks! 4 # use_frameworks!
5 5
6 target 'PodTest' do 6 target 'PodTest' do
7 pod "WebRTC", :path => "../../../../../out_ios_framework" 7 pod "WebRTC", :path => "../../../../../out_ios_libs"
8 end 8 end
9 9
OLDNEW
« no previous file with comments | « webrtc/build/ios/SDK/Framework/WebRTC/WebRTC.h ('k') | webrtc/build/ios/SDK/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698