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

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

Issue 1214113015: Update AppRTCDemo resolution for iPhone6/6+ (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Fix names Created 5 years, 5 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 | talk/examples/objc/AppRTCDemo/ios/resources/Default-568h.png » ('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>
11 <key>CFBundleExecutable</key> 11 <key>CFBundleExecutable</key>
12 <string>AppRTCDemo</string> 12 <string>AppRTCDemo</string>
13 <key>CFBundleIcons</key> 13 <key>CFBundleIcons</key>
14 <dict> 14 <dict>
15 <key>CFBundlePrimaryIcon</key> 15 <key>CFBundlePrimaryIcon</key>
16 <dict> 16 <dict>
17 <key>CFBundleIconFiles</key> 17 <key>CFBundleIconFiles</key>
18 <array> 18 <array>
19 <string>Icon.png</string> 19 <string>Icon.png</string>
20 </array> 20 </array>
21 </dict> 21 </dict>
22 </dict> 22 </dict>
23 <key>CFBundleIdentifier</key> 23 <key>CFBundleIdentifier</key>
24 <string>com.google.AppRTCDemo</string> 24 <string>com.google.AppRTCDemo</string>
25 <key>CFBundleInfoDictionaryVersion</key> 25 <key>CFBundleInfoDictionaryVersion</key>
26 <string>6.0</string> 26 <string>6.0</string>
27 <key>CFBundleName</key> 27 <key>CFBundleName</key>
28 <string>AppRTCDemo</string> 28 <string>AppRTCDemo</string>
29 <key>CFBundlePackageType</key> 29 <key>CFBundlePackageType</key>
30 <string>APPL</string> 30 <string>APPL</string>
31 <key>CFBundleShortVersionString</key> 31 <key>CFBundleShortVersionString</key>
32 <string>1.0</string> 32 <string>1.0</string>
33 <key>CFBundleSignature</key> 33 <key>CFBundleSignature</key>
34 <string>????</string> 34 <string>????</string>
35 <key>CFBundleSupportedPlatforms</key> 35 <key>CFBundleSupportedPlatforms</key>
36 <array> 36 <array>
37 <string>iPhoneOS</string> 37 <string>iPhoneOS</string>
38 </array> 38 </array>
39 <key>CFBundleVersion</key> 39 <key>CFBundleVersion</key>
40 <string>1.0</string> 40 <string>1.0</string>
41 <key>UIRequiredDeviceCapabilities</key> 41 <key>UIStatusBarTintParameters</key>
42 <array> 42 <dict>
43 <string>armv7</string> 43 <key>UINavigationBar</key>
44 </array> 44 <dict>
45 <key>UIStatusBarTintParameters</key> 45 <key>Style</key>
46 <dict> 46 <string>UIBarStyleDefault</string>
47 <key>UINavigationBar</key> 47 <key>Translucent</key>
48 <dict> 48 <false/>
49 <key>Style</key> 49 </dict>
50 <string>UIBarStyleDefault</string> 50 </dict>
51 <key>Translucent</key> 51 <key>UISupportedInterfaceOrientations</key>
52 <false/> 52 <array>
53 </dict> 53 <string>UIInterfaceOrientationPortrait</string>
54 </dict> 54 </array>
55 <key>UISupportedInterfaceOrientations</key> 55 <key>UIAppFonts</key>
56 <array> 56 <array>
57 <string>UIInterfaceOrientationPortrait</string> 57 <string>Roboto-Regular.ttf</string>
58 </array> 58 </array>
59 <key>UIAppFonts</key> 59 <key>UIBackgroundModes</key>
60 <array> 60 <array>
61 <string>Roboto-Regular.ttf</string> 61 <string>voip</string>
62 </array> 62 </array>
63 <key>UIBackgroundModes</key> 63 <key>UILaunchImages</key>
64 <array> 64 <array>
65 <string>voip</string> 65 <dict>
66 </array> 66 <key>UILaunchImageMinimumOSVersion</key>
67 <string>7.0</string>
68 <key>UILaunchImageName</key>
69 <string>iPhone5</string>
70 <key>UILaunchImageOrientation</key>
71 <string>Portrait</string>
72 <key>UILaunchImageSize</key>
73 <string>{320, 568}</string>
74 </dict>
75 <dict>
76 <key>UILaunchImageMinimumOSVersion</key>
77 <string>8.0</string>
78 <key>UILaunchImageName</key>
79 <string>iPhone6</string>
80 <key>UILaunchImageOrientation</key>
81 <string>Portrait</string>
82 <key>UILaunchImageSize</key>
83 <string>{375, 667}</string>
84 </dict>
85 <dict>
86 <key>UILaunchImageMinimumOSVersion</key>
87 <string>8.0</string>
88 <key>UILaunchImageName</key>
89 <string>iPhone6p</string>
90 <key>UILaunchImageOrientation</key>
91 <string>Portrait</string>
92 <key>UILaunchImageSize</key>
93 <string>{414, 736}</string>
94 </dict>
95 </array>
67 </dict> 96 </dict>
68 </plist> 97 </plist>
OLDNEW
« no previous file with comments | « no previous file | talk/examples/objc/AppRTCDemo/ios/resources/Default-568h.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698