AppRTCMobile: Use high resolution app icon on retina screens.
Finally, no more hurting your eyes when looking at the app icon on a retina device. BUG=None TBR=magjed@webrtc.org Review-Url: https://codereview.webrtc.org/3001693002 Cr-Commit-Position: refs/heads/master@{#19351}
This commit is contained in:
parent
1bf0ff36ea
commit
b5ed905ce7
@ -325,6 +325,8 @@ if (is_ios || (is_mac && target_cpu != "x86")) {
|
||||
"objc/AppRTCMobile/ios/resources/ic_switch_video_black_24dp.png",
|
||||
"objc/AppRTCMobile/ios/resources/ic_switch_video_black_24dp@2x.png",
|
||||
"objc/AppRTCMobile/ios/resources/mozart.mp3",
|
||||
"objc/Icon-120.png",
|
||||
"objc/Icon-180.png",
|
||||
"objc/Icon.png",
|
||||
]
|
||||
outputs = [
|
||||
|
||||
@ -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>
|
||||
|
||||
BIN
webrtc/examples/objc/Icon-120.png
Normal file
BIN
webrtc/examples/objc/Icon-120.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.9 KiB |
BIN
webrtc/examples/objc/Icon-180.png
Normal file
BIN
webrtc/examples/objc/Icon-180.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Loading…
x
Reference in New Issue
Block a user