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

Side by Side Diff: test/ios/watch/WatchApp/Images.xcassets/AppIcon.appiconset/Contents.json

Issue 762673002: Add support for iOS WatchKit apps in GYP (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Specify code sign identity in extension test Created 6 years 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "images" : [
3 {
4 "size" : "14.5x14.5",
5 "idiom" : "watch",
6 "scale" : "2x",
7 "role" : "notificationCenter",
8 "subtype" : "38mm"
9 },
10 {
11 "size" : "18x18",
12 "idiom" : "watch",
13 "scale" : "2x",
14 "role" : "notificationCenter",
15 "subtype" : "42mm"
16 },
17 {
18 "size" : "29x29",
19 "idiom" : "watch",
20 "role" : "companionSettings",
21 "scale" : "2x"
22 },
23 {
24 "size" : "29.3x29.3",
25 "idiom" : "watch",
26 "role" : "companionSettings",
27 "scale" : "3x"
28 },
29 {
30 "size" : "40x40",
31 "idiom" : "watch",
32 "scale" : "2x",
33 "role" : "appLauncher",
34 "subtype" : "38mm"
35 },
36 {
37 "size" : "44x44",
38 "idiom" : "watch",
39 "scale" : "2x",
40 "role" : "appLauncher",
41 "subtype" : "42mm"
42 },
43 {
44 "size" : "86x86",
45 "idiom" : "watch",
46 "scale" : "2x",
47 "role" : "quickLook",
48 "subtype" : "38mm"
49 },
50 {
51 "size" : "98x98",
52 "idiom" : "watch",
53 "scale" : "2x",
54 "role" : "quickLook",
55 "subtype" : "42mm"
56 }
57 ],
58 "info" : {
59 "version" : 1,
60 "author" : "xcode"
61 }
62 }
OLDNEW
« no previous file with comments | « test/ios/gyptest-watch.py ('k') | test/ios/watch/WatchApp/Images.xcassets/LaunchImage.launchimage/Contents.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698