|
@@ -2,28 +2,28 @@
|
|
|
"images" : [
|
|
|
{
|
|
|
"idiom" : "iphone",
|
|
|
- "scale" : "1x",
|
|
|
- "filename" : "PlayingExternally~iphone.png"
|
|
|
+ "filename" : "PlayingExternally~iphone.png",
|
|
|
+ "scale" : "1x"
|
|
|
},
|
|
|
{
|
|
|
"idiom" : "iphone",
|
|
|
- "scale" : "2x",
|
|
|
- "filename" : "PlayingExternally@2x~iphone.png"
|
|
|
+ "filename" : "PlayingExternally@2x~iphone.png",
|
|
|
+ "scale" : "2x"
|
|
|
},
|
|
|
{
|
|
|
"idiom" : "iphone",
|
|
|
- "scale" : "3x",
|
|
|
- "filename" : "PlayingExternally@3x~iphone.png"
|
|
|
+ "filename" : "PlayingExternally@3x~iphone.png",
|
|
|
+ "scale" : "3x"
|
|
|
},
|
|
|
{
|
|
|
"idiom" : "ipad",
|
|
|
- "scale" : "1x",
|
|
|
- "filename" : "PlayingExternally~ipad.png"
|
|
|
+ "filename" : "PlayingExternally~ipad.png",
|
|
|
+ "scale" : "1x"
|
|
|
},
|
|
|
{
|
|
|
"idiom" : "ipad",
|
|
|
- "scale" : "2x",
|
|
|
- "filename" : "PlayingExternally@2x~ipad.png"
|
|
|
+ "filename" : "PlayingExternally@2x~ipad.png",
|
|
|
+ "scale" : "2x"
|
|
|
},
|
|
|
{
|
|
|
"idiom" : "watch",
|
|
@@ -31,13 +31,23 @@
|
|
|
},
|
|
|
{
|
|
|
"idiom" : "watch",
|
|
|
- "screenWidth" : "{130,145}",
|
|
|
- "scale" : "2x"
|
|
|
+ "scale" : "2x",
|
|
|
+ "screen-width" : "<=145"
|
|
|
},
|
|
|
{
|
|
|
"idiom" : "watch",
|
|
|
- "screenWidth" : "{146,165}",
|
|
|
- "scale" : "2x"
|
|
|
+ "scale" : "2x",
|
|
|
+ "screen-width" : ">161"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "idiom" : "watch",
|
|
|
+ "scale" : "2x",
|
|
|
+ "screen-width" : ">145"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "idiom" : "watch",
|
|
|
+ "scale" : "2x",
|
|
|
+ "screen-width" : ">183"
|
|
|
}
|
|
|
],
|
|
|
"info" : {
|