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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/examples/BUILD.gn ('k') | webrtc/examples/objc/Icon-120.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/objc/AppRTCMobile/ios/Info.plist
diff --git a/webrtc/examples/objc/AppRTCMobile/ios/Info.plist b/webrtc/examples/objc/AppRTCMobile/ios/Info.plist
index 48016b3a4aeba3e1bba5d01d4f51ba33522b70f4..2b382c4d43701f88f32fff7e48f90d66803d7845 100644
--- a/webrtc/examples/objc/AppRTCMobile/ios/Info.plist
+++ b/webrtc/examples/objc/AppRTCMobile/ios/Info.plist
@@ -17,6 +17,8 @@
<key>CFBundleIconFiles</key>
<array>
<string>Icon.png</string>
+ <string>Icon-120.png</string>
+ <string>Icon-180.png</string>
</array>
</dict>
</dict>
« 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