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

Side by Side Diff: webrtc/examples/objc/AppRTCDemo/ios/Info.plist

Issue 1235563006: Move talk/examples/* to webrtc/examples. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 201508051337 Created 5 years, 4 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>BuildMachineOSBuild</key> 5 <key>BuildMachineOSBuild</key>
6 <string>12E55</string> 6 <string>12E55</string>
7 <key>CFBundleDevelopmentRegion</key> 7 <key>CFBundleDevelopmentRegion</key>
8 <string>en</string> 8 <string>en</string>
9 <key>CFBundleDisplayName</key> 9 <key>CFBundleDisplayName</key>
10 <string>AppRTCDemo</string> 10 <string>AppRTCDemo</string>
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 <key>UILaunchImageName</key> 88 <key>UILaunchImageName</key>
89 <string>iPhone6p</string> 89 <string>iPhone6p</string>
90 <key>UILaunchImageOrientation</key> 90 <key>UILaunchImageOrientation</key>
91 <string>Portrait</string> 91 <string>Portrait</string>
92 <key>UILaunchImageSize</key> 92 <key>UILaunchImageSize</key>
93 <string>{414, 736}</string> 93 <string>{414, 736}</string>
94 </dict> 94 </dict>
95 </array> 95 </array>
96 </dict> 96 </dict>
97 </plist> 97 </plist>
OLDNEW
« no previous file with comments | « webrtc/examples/objc/AppRTCDemo/ios/AppRTCDemo-Prefix.pch ('k') | webrtc/examples/objc/AppRTCDemo/ios/UIImage+ARDUtilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698