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

Unified Diff: webrtc/build/ios/SDK/PodTest/Podfile

Issue 1829783003: Build dynamic framework with podspec for Objective-C API. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Import Foundation instead of UIKit Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/build/ios/SDK/PodTest/PodTest/main.m ('k') | webrtc/build/ios/SDK/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/ios/SDK/PodTest/Podfile
diff --git a/webrtc/build/ios/SDK/PodTest/Podfile b/webrtc/build/ios/SDK/PodTest/Podfile
new file mode 100644
index 0000000000000000000000000000000000000000..730afcfa185b8d6983a86d163e8f20c11b3636a1
--- /dev/null
+++ b/webrtc/build/ios/SDK/PodTest/Podfile
@@ -0,0 +1,9 @@
+# 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_framework"
+end
+
« no previous file with comments | « webrtc/build/ios/SDK/PodTest/PodTest/main.m ('k') | webrtc/build/ios/SDK/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698