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

Side by Side Diff: test/ios/watch/WatchContainer/Images.xcassets/LaunchImage.launchimage/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
1 { 1 {
2 "images" : [ 2 "images" : [
3 { 3 {
4 "orientation" : "portrait", 4 "orientation" : "portrait",
5 "idiom" : "iphone", 5 "idiom" : "iphone",
6 "extent" : "full-screen", 6 "extent" : "full-screen",
7 "minimum-system-version" : "7.0", 7 "minimum-system-version" : "7.0",
8 "scale" : "2x" 8 "scale" : "2x"
9 }, 9 },
10 { 10 {
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "extent" : "full-screen", 42 "extent" : "full-screen",
43 "minimum-system-version" : "7.0", 43 "minimum-system-version" : "7.0",
44 "scale" : "2x" 44 "scale" : "2x"
45 } 45 }
46 ], 46 ],
47 "info" : { 47 "info" : {
48 "version" : 1, 48 "version" : 1,
49 "author" : "xcode" 49 "author" : "xcode"
50 } 50 }
51 } 51 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698