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

Side by Side Diff: third_party/protobuf/objectivec/Tests/iOSTestHarness/Images.xcassets/LaunchImage.launchimage/Contents.json

Issue 1842653006: Update //third_party/protobuf to version 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 8 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 "minimum-system-version" : "7.0",
7 "extent" : "full-screen",
8 "scale" : "2x"
9 },
10 {
11 "orientation" : "landscape",
12 "idiom" : "ipad",
13 "minimum-system-version" : "7.0",
14 "extent" : "full-screen",
15 "scale" : "1x"
16 },
17 {
18 "orientation" : "landscape",
19 "idiom" : "ipad",
20 "minimum-system-version" : "7.0",
21 "extent" : "full-screen",
22 "scale" : "2x"
23 },
24 {
25 "orientation" : "portrait",
26 "idiom" : "iphone",
27 "minimum-system-version" : "7.0",
28 "scale" : "2x"
29 },
30 {
31 "orientation" : "portrait",
32 "idiom" : "iphone",
33 "minimum-system-version" : "7.0",
34 "subtype" : "retina4",
35 "scale" : "2x"
36 },
37 {
38 "orientation" : "portrait",
39 "idiom" : "ipad",
40 "minimum-system-version" : "7.0",
41 "extent" : "full-screen",
42 "scale" : "1x"
43 }
44 ],
45 "info" : {
46 "version" : 1,
47 "author" : "xcode"
48 }
49 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698