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

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

Issue 1796983004: Use RTCAudioSessionDelegate in AudioDeviceIOS. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Some nits. 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 unified diff | Download patch
« no previous file with comments | « webrtc/base/objc/RTCMacros.h ('k') | webrtc/modules/audio_device/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 <key>UISupportedInterfaceOrientations</key> 51 <key>UISupportedInterfaceOrientations</key>
52 <array> 52 <array>
53 <string>UIInterfaceOrientationPortrait</string> 53 <string>UIInterfaceOrientationPortrait</string>
54 </array> 54 </array>
55 <key>UIAppFonts</key> 55 <key>UIAppFonts</key>
56 <array> 56 <array>
57 <string>Roboto-Regular.ttf</string> 57 <string>Roboto-Regular.ttf</string>
58 </array> 58 </array>
59 <key>UIBackgroundModes</key> 59 <key>UIBackgroundModes</key>
60 <array> 60 <array>
61 <string>audio</string>
61 <string>voip</string> 62 <string>voip</string>
62 </array> 63 </array>
63 <key>UILaunchImages</key> 64 <key>UILaunchImages</key>
64 <array> 65 <array>
65 <dict> 66 <dict>
66 <key>UILaunchImageMinimumOSVersion</key> 67 <key>UILaunchImageMinimumOSVersion</key>
67 <string>7.0</string> 68 <string>7.0</string>
68 <key>UILaunchImageName</key> 69 <key>UILaunchImageName</key>
69 <string>iPhone5</string> 70 <string>iPhone5</string>
70 <key>UILaunchImageOrientation</key> 71 <key>UILaunchImageOrientation</key>
(...skipping 17 matching lines...) Expand all
88 <key>UILaunchImageName</key> 89 <key>UILaunchImageName</key>
89 <string>iPhone6p</string> 90 <string>iPhone6p</string>
90 <key>UILaunchImageOrientation</key> 91 <key>UILaunchImageOrientation</key>
91 <string>Portrait</string> 92 <string>Portrait</string>
92 <key>UILaunchImageSize</key> 93 <key>UILaunchImageSize</key>
93 <string>{414, 736}</string> 94 <string>{414, 736}</string>
94 </dict> 95 </dict>
95 </array> 96 </array>
96 </dict> 97 </dict>
97 </plist> 98 </plist>
OLDNEW
« no previous file with comments | « webrtc/base/objc/RTCMacros.h ('k') | webrtc/modules/audio_device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698