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

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

Issue 3001693002: AppRTCMobile: Use high resolution app icon on retina screens. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « webrtc/examples/BUILD.gn ('k') | webrtc/examples/objc/Icon-120.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>AppRTCMobile</string> 10 <string>AppRTCMobile</string>
11 <key>CFBundleExecutable</key> 11 <key>CFBundleExecutable</key>
12 <string>${EXECUTABLE_NAME}</string> 12 <string>${EXECUTABLE_NAME}</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 <string>Icon-120.png</string>
21 <string>Icon-180.png</string>
20 </array> 22 </array>
21 </dict> 23 </dict>
22 </dict> 24 </dict>
23 <key>CFBundleIdentifier</key> 25 <key>CFBundleIdentifier</key>
24 <string>com.google.AppRTCMobile</string> 26 <string>com.google.AppRTCMobile</string>
25 <key>CFBundleInfoDictionaryVersion</key> 27 <key>CFBundleInfoDictionaryVersion</key>
26 <string>6.0</string> 28 <string>6.0</string>
27 <key>CFBundleName</key> 29 <key>CFBundleName</key>
28 <string>${EXECUTABLE_NAME}</string> 30 <string>${EXECUTABLE_NAME}</string>
29 <key>CFBundlePackageType</key> 31 <key>CFBundlePackageType</key>
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 <key>UILaunchImageName</key> 95 <key>UILaunchImageName</key>
94 <string>iPhone6p</string> 96 <string>iPhone6p</string>
95 <key>UILaunchImageOrientation</key> 97 <key>UILaunchImageOrientation</key>
96 <string>Portrait</string> 98 <string>Portrait</string>
97 <key>UILaunchImageSize</key> 99 <key>UILaunchImageSize</key>
98 <string>{414, 736}</string> 100 <string>{414, 736}</string>
99 </dict> 101 </dict>
100 </array> 102 </array>
101 </dict> 103 </dict>
102 </plist> 104 </plist>
OLDNEW
« no previous file with comments | « webrtc/examples/BUILD.gn ('k') | webrtc/examples/objc/Icon-120.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698