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

Side by Side Diff: test/ios/watch/WatchApp/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
(Empty)
1 {
2 "images" : [
3 {
4 "orientation" : "portrait",
5 "idiom" : "watch",
6 "extent" : "full-screen",
7 "minimum-system-version" : "8.0",
8 "subtype" : "38mm",
9 "scale" : "2x"
10 },
11 {
12 "orientation" : "portrait",
13 "idiom" : "watch",
14 "extent" : "full-screen",
15 "minimum-system-version" : "8.0",
16 "subtype" : "42mm",
17 "scale" : "2x"
18 }
19 ],
20 "info" : {
21 "version" : 1,
22 "author" : "xcode"
23 }
24 }
OLDNEW
« no previous file with comments | « test/ios/watch/WatchApp/Images.xcassets/AppIcon.appiconset/Contents.json ('k') | test/ios/watch/WatchApp/Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698