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

Unified Diff: webrtc/examples/objc/AppRTCMobile/ios/Info.plist

Issue 2343403002: Rename AppRTCDemo on Android and iOS to AppRTCMobile (Closed)
Patch Set: Rebase Created 4 years, 3 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/examples/objc/AppRTCMobile/ios/Info.plist
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/Info.plist b/webrtc/examples/objc/AppRTCMobile/ios/Info.plist
similarity index 94%
rename from webrtc/examples/objc/AppRTCDemo/ios/Info.plist
rename to webrtc/examples/objc/AppRTCMobile/ios/Info.plist
index 5cde6f52c45d9811a89eb562d16707efcde0469d..e46d0e679b30d19128b7901438ca6fac49ae26e5 100644
--- a/webrtc/examples/objc/AppRTCDemo/ios/Info.plist
+++ b/webrtc/examples/objc/AppRTCMobile/ios/Info.plist
@@ -7,9 +7,9 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
- <string>AppRTCDemo</string>
+ <string>AppRTCMobile</string>
<key>CFBundleExecutable</key>
- <string>AppRTCDemo</string>
+ <string>AppRTCMobile</string>
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
@@ -21,11 +21,11 @@
</dict>
</dict>
<key>CFBundleIdentifier</key>
- <string>com.google.AppRTCDemo</string>
+ <string>com.google.AppRTCMobile</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
- <string>AppRTCDemo</string>
+ <string>AppRTCMobile</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>

Powered by Google App Engine
This is Rietveld 408576698