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

Unified Diff: webrtc/build/ios/SDK/Framework/WebRTC/Info.plist

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
Index: webrtc/build/ios/SDK/Framework/WebRTC/Info.plist
diff --git a/talk/app/webrtc/objctests/Info.plist b/webrtc/build/ios/SDK/Framework/WebRTC/Info.plist
similarity index 64%
copy from talk/app/webrtc/objctests/Info.plist
copy to webrtc/build/ios/SDK/Framework/WebRTC/Info.plist
index c2fb0617f33ba5432fdf4b833222a52e3f1ce5d4..d3de8eefb69556c5bf61c107232e095548dc387c 100644
--- a/talk/app/webrtc/objctests/Info.plist
+++ b/webrtc/build/ios/SDK/Framework/WebRTC/Info.plist
@@ -4,21 +4,23 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
- <key>CFBundleDisplayName</key>
- <string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
- <string>${EXECUTABLE_NAME}</string>
+ <string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
- <string>com.Google.${PRODUCT_NAME:rfc1034identifier}</string>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
- <string>${PRODUCT_NAME}</string>
+ <string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
- <string>APPL</string>
+ <string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
<key>CFBundleVersion</key>
- <string>1.0</string>
+ <string>$(CURRENT_PROJECT_VERSION)</string>
+ <key>NSPrincipalClass</key>
+ <string></string>
</dict>
</plist>

Powered by Google App Engine
This is Rietveld 408576698