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

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

Issue 2372203002: Add usage description strings to Info.plist (Closed)
Patch Set: Altered message Created 4 years, 2 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 | « no previous file | no next file » | 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>AppRTCMobile</string> 10 <string>AppRTCMobile</string>
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
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>audio</string>
62 <string>voip</string> 62 <string>voip</string>
63 </array> 63 </array>
64 <key>NSCameraUsageDescription</key>
65 <string>Camera access needed for video calling</string>
66 <key>NSMicrophoneUsageDescription</key>
67 <string>Microphone access needed for video calling</string>
64 <key>UILaunchImages</key> 68 <key>UILaunchImages</key>
65 <array> 69 <array>
66 <dict> 70 <dict>
67 <key>UILaunchImageMinimumOSVersion</key> 71 <key>UILaunchImageMinimumOSVersion</key>
68 <string>7.0</string> 72 <string>7.0</string>
69 <key>UILaunchImageName</key> 73 <key>UILaunchImageName</key>
70 <string>iPhone5</string> 74 <string>iPhone5</string>
71 <key>UILaunchImageOrientation</key> 75 <key>UILaunchImageOrientation</key>
72 <string>Portrait</string> 76 <string>Portrait</string>
73 <key>UILaunchImageSize</key> 77 <key>UILaunchImageSize</key>
(...skipping 15 matching lines...) Expand all
89 <key>UILaunchImageName</key> 93 <key>UILaunchImageName</key>
90 <string>iPhone6p</string> 94 <string>iPhone6p</string>
91 <key>UILaunchImageOrientation</key> 95 <key>UILaunchImageOrientation</key>
92 <string>Portrait</string> 96 <string>Portrait</string>
93 <key>UILaunchImageSize</key> 97 <key>UILaunchImageSize</key>
94 <string>{414, 736}</string> 98 <string>{414, 736}</string>
95 </dict> 99 </dict>
96 </array> 100 </array>
97 </dict> 101 </dict>
98 </plist> 102 </plist>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698