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

Side by Side Diff: remoting/ios/Chromoting/Images.xcassets/LaunchImage.launchimage/Contents.json

Issue 475333004: Remove old Chromoting iOS client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
OLDNEW
(Empty)
1 {
2 "images" : [
3 {
4 "orientation" : "portrait",
5 "idiom" : "ipad",
6 "extent" : "full-screen",
7 "minimum-system-version" : "7.0",
8 "scale" : "1x"
9 },
10 {
11 "orientation" : "landscape",
12 "idiom" : "ipad",
13 "extent" : "full-screen",
14 "minimum-system-version" : "7.0",
15 "scale" : "1x"
16 },
17 {
18 "orientation" : "portrait",
19 "idiom" : "ipad",
20 "extent" : "full-screen",
21 "minimum-system-version" : "7.0",
22 "scale" : "2x"
23 },
24 {
25 "orientation" : "landscape",
26 "idiom" : "ipad",
27 "extent" : "full-screen",
28 "minimum-system-version" : "7.0",
29 "scale" : "2x"
30 }
31 ],
32 "info" : {
33 "version" : 1,
34 "author" : "xcode"
35 }
36 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698