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

Unified Diff: webrtc/sdk/objc/Framework/Info.plist

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, 8 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
Index: webrtc/sdk/objc/Framework/Info.plist
diff --git a/webrtc/build/ios/SDK/Framework/WebRTC/Info.plist b/webrtc/sdk/objc/Framework/Info.plist
similarity index 79%
rename from webrtc/build/ios/SDK/Framework/WebRTC/Info.plist
rename to webrtc/sdk/objc/Framework/Info.plist
index d3de8eefb69556c5bf61c107232e095548dc387c..38c437e7feda9bfa1ee8aafb864174af1c891913 100644
--- a/webrtc/build/ios/SDK/Framework/WebRTC/Info.plist
+++ b/webrtc/sdk/objc/Framework/Info.plist
@@ -5,13 +5,13 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
- <string>$(EXECUTABLE_NAME)</string>
+ <string>WebRTC</string>
<key>CFBundleIdentifier</key>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+ <string>org.webrtc.WebRTC</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
- <string>$(PRODUCT_NAME)</string>
+ <string>WebRTC</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
@@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>$(CURRENT_PROJECT_VERSION)</string>
+ <string>1.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
« no previous file with comments | « webrtc/sdk/objc/Framework/Headers/WebRTC/WebRTC.h ('k') | webrtc/sdk/objc/Framework/Modules/module.modulemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698