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

Side by Side Diff: remoting/ios/app/resources/launchscreen_images.xcassets/launchscreen_app_logo.imageset/Contents.json

Issue 2871993003: Moving the iOS directory to be remoting top level. (Closed)
Patch Set: //remoting/ios was the old landing target for the internal iOS application. Fix. Created 3 years, 7 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
OLDNEW
1 { 1 {
2 "images" : [ 2 "images" : [
3 { 3 {
4 "idiom" : "universal", 4 "idiom" : "universal",
5 "filename" : "launchscreen_app_logo.png", 5 "filename" : "launchscreen_app_logo.png",
6 "scale" : "1x" 6 "scale" : "1x"
7 }, 7 },
8 { 8 {
9 "idiom" : "universal", 9 "idiom" : "universal",
10 "filename" : "launchscreen_app_logo@2x.png", 10 "filename" : "launchscreen_app_logo@2x.png",
11 "scale" : "2x" 11 "scale" : "2x"
12 }, 12 },
13 { 13 {
14 "idiom" : "universal", 14 "idiom" : "universal",
15 "filename" : "launchscreen_app_logo@3x.png", 15 "filename" : "launchscreen_app_logo@3x.png",
16 "scale" : "3x" 16 "scale" : "3x"
17 } 17 }
18 ], 18 ],
19 "info" : { 19 "info" : {
20 "version" : 1, 20 "version" : 1,
21 "author" : "xcode" 21 "author" : "xcode"
22 } 22 }
23 } 23 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698