Permalink
Please sign in to comment.
Showing
with
64 additions
and 14 deletions.
| @@ -0,0 +1,49 @@ | ||
| +{ | ||
| + "images" : [ | ||
| + { | ||
| + "orientation" : "portrait", | ||
| + "idiom" : "ipad", | ||
| + "minimum-system-version" : "7.0", | ||
| + "extent" : "full-screen", | ||
| + "scale" : "2x" | ||
| + }, | ||
| + { | ||
| + "orientation" : "landscape", | ||
| + "idiom" : "ipad", | ||
| + "minimum-system-version" : "7.0", | ||
| + "extent" : "full-screen", | ||
| + "scale" : "1x" | ||
| + }, | ||
| + { | ||
| + "orientation" : "landscape", | ||
| + "idiom" : "ipad", | ||
| + "minimum-system-version" : "7.0", | ||
| + "extent" : "full-screen", | ||
| + "scale" : "2x" | ||
| + }, | ||
| + { | ||
| + "orientation" : "portrait", | ||
| + "idiom" : "iphone", | ||
| + "minimum-system-version" : "7.0", | ||
| + "scale" : "2x" | ||
| + }, | ||
| + { | ||
| + "orientation" : "portrait", | ||
| + "idiom" : "iphone", | ||
| + "minimum-system-version" : "7.0", | ||
| + "subtype" : "retina4", | ||
| + "scale" : "2x" | ||
| + }, | ||
| + { | ||
| + "orientation" : "portrait", | ||
| + "idiom" : "ipad", | ||
| + "minimum-system-version" : "7.0", | ||
| + "extent" : "full-screen", | ||
| + "scale" : "1x" | ||
| + } | ||
| + ], | ||
| + "info" : { | ||
| + "version" : 1, | ||
| + "author" : "xcode" | ||
| + } | ||
| +} |
0 comments on commit
ba1278c