diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-10-26 01:41:16 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-10-26 01:41:16 +0200 |
| commit | 8dae6a5044f9c1b7a8497cc1c96155fd262b40cf (patch) | |
| tree | 6f546503efcb198a193f919efafb83977abb9535 /StoneIsland/res/screen/ios | |
| parent | 531c60ee7ecbee516812d560b63a8317c3cf3590 (diff) | |
iphone x fixes
Diffstat (limited to 'StoneIsland/res/screen/ios')
30 files changed, 213 insertions, 0 deletions
diff --git a/StoneIsland/res/screen/ios/1024x1024bb.png b/StoneIsland/res/screen/ios/1024x1024bb.png Binary files differnew file mode 100644 index 00000000..ee0b3903 --- /dev/null +++ b/StoneIsland/res/screen/ios/1024x1024bb.png diff --git a/StoneIsland/res/screen/ios/Contents.json b/StoneIsland/res/screen/ios/Contents.json new file mode 100644 index 00000000..56254c1d --- /dev/null +++ b/StoneIsland/res/screen/ios/Contents.json @@ -0,0 +1,213 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "3x" + }, + { + "size" : "29x29", + "idiom" : "iphone", + "filename" : "icon-small.png", + "scale" : "1x" + }, + { + "size" : "29x29", + "idiom" : "iphone", + "filename" : "icon-small@2x.png", + "scale" : "2x" + }, + { + "size" : "29x29", + "idiom" : "iphone", + "filename" : "icon-small@3x.png", + "scale" : "3x" + }, + { + "size" : "40x40", + "idiom" : "iphone", + "filename" : "icon-40@2x.png", + "scale" : "2x" + }, + { + "size" : "40x40", + "idiom" : "iphone", + "filename" : "icon-60@2x.png", + "scale" : "3x" + }, + { + "size" : "57x57", + "idiom" : "iphone", + "filename" : "icon.png", + "scale" : "1x" + }, + { + "size" : "57x57", + "idiom" : "iphone", + "filename" : "icon@2x.png", + "scale" : "2x" + }, + { + "size" : "60x60", + "idiom" : "iphone", + "filename" : "icon-60@2x.png", + "scale" : "2x" + }, + { + "size" : "60x60", + "idiom" : "iphone", + "filename" : "icon-60@3x.png", + "scale" : "3x" + }, + { + "idiom" : "ipad", + "size" : "20x20", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "20x20", + "scale" : "2x" + }, + { + "size" : "29x29", + "idiom" : "ipad", + "filename" : "icon-small.png", + "scale" : "1x" + }, + { + "size" : "29x29", + "idiom" : "ipad", + "filename" : "icon-small@2x.png", + "scale" : "2x" + }, + { + "size" : "40x40", + "idiom" : "ipad", + "filename" : "icon-40.png", + "scale" : "1x" + }, + { + "size" : "40x40", + "idiom" : "ipad", + "filename" : "icon-40@2x.png", + "scale" : "2x" + }, + { + "size" : "50x50", + "idiom" : "ipad", + "filename" : "icon-50.png", + "scale" : "1x" + }, + { + "size" : "50x50", + "idiom" : "ipad", + "filename" : "icon-50@2x.png", + "scale" : "2x" + }, + { + "size" : "72x72", + "idiom" : "ipad", + "filename" : "icon-72.png", + "scale" : "1x" + }, + { + "size" : "72x72", + "idiom" : "ipad", + "filename" : "icon-72@2x.png", + "scale" : "2x" + }, + { + "size" : "76x76", + "idiom" : "ipad", + "filename" : "icon-76.png", + "scale" : "1x" + }, + { + "size" : "76x76", + "idiom" : "ipad", + "filename" : "icon-76@2x.png", + "scale" : "2x" + }, + { + "size" : "83.5x83.5", + "idiom" : "ipad", + "filename" : "icon-83.5@2x.png", + "scale" : "2x" + }, + { + "size" : "1024x1024", + "idiom" : "ios-marketing", + "filename" : "1024x1024bb.png", + "scale" : "1x" + }, + { + "size" : "24x24", + "idiom" : "watch", + "scale" : "2x", + "role" : "notificationCenter", + "subtype" : "38mm" + }, + { + "size" : "27.5x27.5", + "idiom" : "watch", + "scale" : "2x", + "role" : "notificationCenter", + "subtype" : "42mm" + }, + { + "size" : "29x29", + "idiom" : "watch", + "role" : "companionSettings", + "scale" : "2x" + }, + { + "size" : "29x29", + "idiom" : "watch", + "role" : "companionSettings", + "scale" : "3x" + }, + { + "size" : "40x40", + "idiom" : "watch", + "scale" : "2x", + "role" : "appLauncher", + "subtype" : "38mm" + }, + { + "size" : "44x44", + "idiom" : "watch", + "scale" : "2x", + "role" : "longLook", + "subtype" : "42mm" + }, + { + "size" : "86x86", + "idiom" : "watch", + "scale" : "2x", + "role" : "quickLook", + "subtype" : "38mm" + }, + { + "size" : "98x98", + "idiom" : "watch", + "scale" : "2x", + "role" : "quickLook", + "subtype" : "42mm" + }, + { + "idiom" : "watch-marketing", + "size" : "1024x1024", + "scale" : "1x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/StoneIsland/res/screen/ios/Default-568h@2x~iphone.png b/StoneIsland/res/screen/ios/Default-568h@2x~iphone.png Binary files differnew file mode 100644 index 00000000..db85b885 --- /dev/null +++ b/StoneIsland/res/screen/ios/Default-568h@2x~iphone.png diff --git a/StoneIsland/res/screen/ios/Default-667h.png b/StoneIsland/res/screen/ios/Default-667h.png Binary files differnew file mode 100644 index 00000000..b299cefa --- /dev/null +++ b/StoneIsland/res/screen/ios/Default-667h.png diff --git a/StoneIsland/res/screen/ios/Default-736h.png b/StoneIsland/res/screen/ios/Default-736h.png Binary files differnew file mode 100644 index 00000000..6c83b6af --- /dev/null +++ b/StoneIsland/res/screen/ios/Default-736h.png diff --git a/StoneIsland/res/screen/ios/Default-Landscape-736h.png b/StoneIsland/res/screen/ios/Default-Landscape-736h.png Binary files differnew file mode 100644 index 00000000..50dcc57f --- /dev/null +++ b/StoneIsland/res/screen/ios/Default-Landscape-736h.png diff --git a/StoneIsland/res/screen/ios/Default-Landscape@2x~ipad.png b/StoneIsland/res/screen/ios/Default-Landscape@2x~ipad.png Binary files differnew file mode 100644 index 00000000..33bf55d9 --- /dev/null +++ b/StoneIsland/res/screen/ios/Default-Landscape@2x~ipad.png diff --git a/StoneIsland/res/screen/ios/Default-Landscape~ipad.png b/StoneIsland/res/screen/ios/Default-Landscape~ipad.png Binary files differnew file mode 100644 index 00000000..076dffbc --- /dev/null +++ b/StoneIsland/res/screen/ios/Default-Landscape~ipad.png diff --git a/StoneIsland/res/screen/ios/Default-Portrait@2x~ipad.png b/StoneIsland/res/screen/ios/Default-Portrait@2x~ipad.png Binary files differnew file mode 100644 index 00000000..b4f2ea21 --- /dev/null +++ b/StoneIsland/res/screen/ios/Default-Portrait@2x~ipad.png diff --git a/StoneIsland/res/screen/ios/Default-Portrait~ipad.png b/StoneIsland/res/screen/ios/Default-Portrait~ipad.png Binary files differnew file mode 100644 index 00000000..0f28a4c8 --- /dev/null +++ b/StoneIsland/res/screen/ios/Default-Portrait~ipad.png diff --git a/StoneIsland/res/screen/ios/Default@2x~iphone.png b/StoneIsland/res/screen/ios/Default@2x~iphone.png Binary files differnew file mode 100644 index 00000000..371b1241 --- /dev/null +++ b/StoneIsland/res/screen/ios/Default@2x~iphone.png diff --git a/StoneIsland/res/screen/ios/Default@2x~universal~anyany.png b/StoneIsland/res/screen/ios/Default@2x~universal~anyany.png Binary files differnew file mode 100644 index 00000000..507cf688 --- /dev/null +++ b/StoneIsland/res/screen/ios/Default@2x~universal~anyany.png diff --git a/StoneIsland/res/screen/ios/Default~iphone.png b/StoneIsland/res/screen/ios/Default~iphone.png Binary files differnew file mode 100644 index 00000000..d898d145 --- /dev/null +++ b/StoneIsland/res/screen/ios/Default~iphone.png diff --git a/StoneIsland/res/screen/ios/icon-40.png b/StoneIsland/res/screen/ios/icon-40.png Binary files differnew file mode 100644 index 00000000..d2617e23 --- /dev/null +++ b/StoneIsland/res/screen/ios/icon-40.png diff --git a/StoneIsland/res/screen/ios/icon-40@2x.png b/StoneIsland/res/screen/ios/icon-40@2x.png Binary files differnew file mode 100644 index 00000000..1813fa48 --- /dev/null +++ b/StoneIsland/res/screen/ios/icon-40@2x.png diff --git a/StoneIsland/res/screen/ios/icon-50.png b/StoneIsland/res/screen/ios/icon-50.png Binary files differnew file mode 100644 index 00000000..531435f3 --- /dev/null +++ b/StoneIsland/res/screen/ios/icon-50.png diff --git a/StoneIsland/res/screen/ios/icon-50@2x.png b/StoneIsland/res/screen/ios/icon-50@2x.png Binary files differnew file mode 100644 index 00000000..dffdf8ba --- /dev/null +++ b/StoneIsland/res/screen/ios/icon-50@2x.png diff --git a/StoneIsland/res/screen/ios/icon-60.png b/StoneIsland/res/screen/ios/icon-60.png Binary files differnew file mode 100644 index 00000000..dd612e83 --- /dev/null +++ b/StoneIsland/res/screen/ios/icon-60.png diff --git a/StoneIsland/res/screen/ios/icon-60@2x.png b/StoneIsland/res/screen/ios/icon-60@2x.png Binary files differnew file mode 100644 index 00000000..23c5b259 --- /dev/null +++ b/StoneIsland/res/screen/ios/icon-60@2x.png diff --git a/StoneIsland/res/screen/ios/icon-60@3x.png b/StoneIsland/res/screen/ios/icon-60@3x.png Binary files differnew file mode 100644 index 00000000..da2863a4 --- /dev/null +++ b/StoneIsland/res/screen/ios/icon-60@3x.png diff --git a/StoneIsland/res/screen/ios/icon-72.png b/StoneIsland/res/screen/ios/icon-72.png Binary files differnew file mode 100644 index 00000000..3094af16 --- /dev/null +++ b/StoneIsland/res/screen/ios/icon-72.png diff --git a/StoneIsland/res/screen/ios/icon-72@2x.png b/StoneIsland/res/screen/ios/icon-72@2x.png Binary files differnew file mode 100644 index 00000000..9515e8dc --- /dev/null +++ b/StoneIsland/res/screen/ios/icon-72@2x.png diff --git a/StoneIsland/res/screen/ios/icon-76.png b/StoneIsland/res/screen/ios/icon-76.png Binary files differnew file mode 100644 index 00000000..93e7a05d --- /dev/null +++ b/StoneIsland/res/screen/ios/icon-76.png diff --git a/StoneIsland/res/screen/ios/icon-76@2x.png b/StoneIsland/res/screen/ios/icon-76@2x.png Binary files differnew file mode 100644 index 00000000..351f06c9 --- /dev/null +++ b/StoneIsland/res/screen/ios/icon-76@2x.png diff --git a/StoneIsland/res/screen/ios/icon-83.5@2x.png b/StoneIsland/res/screen/ios/icon-83.5@2x.png Binary files differnew file mode 100644 index 00000000..52bafc1d --- /dev/null +++ b/StoneIsland/res/screen/ios/icon-83.5@2x.png diff --git a/StoneIsland/res/screen/ios/icon-small.png b/StoneIsland/res/screen/ios/icon-small.png Binary files differnew file mode 100644 index 00000000..cbe03b26 --- /dev/null +++ b/StoneIsland/res/screen/ios/icon-small.png diff --git a/StoneIsland/res/screen/ios/icon-small@2x.png b/StoneIsland/res/screen/ios/icon-small@2x.png Binary files differnew file mode 100644 index 00000000..8e3a96d6 --- /dev/null +++ b/StoneIsland/res/screen/ios/icon-small@2x.png diff --git a/StoneIsland/res/screen/ios/icon-small@3x.png b/StoneIsland/res/screen/ios/icon-small@3x.png Binary files differnew file mode 100644 index 00000000..a40b6358 --- /dev/null +++ b/StoneIsland/res/screen/ios/icon-small@3x.png diff --git a/StoneIsland/res/screen/ios/icon.png b/StoneIsland/res/screen/ios/icon.png Binary files differnew file mode 100644 index 00000000..2c9b6664 --- /dev/null +++ b/StoneIsland/res/screen/ios/icon.png diff --git a/StoneIsland/res/screen/ios/icon@2x.png b/StoneIsland/res/screen/ios/icon@2x.png Binary files differnew file mode 100644 index 00000000..cf5b68db --- /dev/null +++ b/StoneIsland/res/screen/ios/icon@2x.png |
