Chromium Code Reviews| Index: remoting/ios/app/resources/Assets.xcassets/Background.imageset/Contents.json |
| diff --git a/remoting/ios/app/resources/Assets.xcassets/Background.imageset/Contents.json b/remoting/ios/app/resources/Assets.xcassets/Background.imageset/Contents.json |
| index 85dc9590cdec18e952b8fdf037f45ed4fb14ea55..486721ff6665ef7d09b0f6ca5a9d0920f4416b58 100644 |
| --- a/remoting/ios/app/resources/Assets.xcassets/Background.imageset/Contents.json |
| +++ b/remoting/ios/app/resources/Assets.xcassets/Background.imageset/Contents.json |
| @@ -9,6 +9,10 @@ |
| "idiom" : "universal", |
| "filename" : "bkg1_2x.jpg", |
| "scale" : "2x" |
| + }, |
| + { |
| + "idiom" : "universal", |
|
Yuwei
2017/06/07 20:54:09
XCode attempts to add back the nonexisting 3x imag
nicholss
2017/06/07 21:01:42
yeah it will just use the 2x and scale it.
Yuwei
2017/06/07 22:25:23
Acknowledged.
|
| + "scale" : "3x" |
| } |
| ], |
| "info" : { |