Set up iOS asset catalog automatically
@ -37,4 +37,5 @@
|
|||||||
<allow-intent href="itms-apps:*" />
|
<allow-intent href="itms-apps:*" />
|
||||||
</platform>
|
</platform>
|
||||||
<hook src="scripts/npm_prepare.sh" type="before_prepare" />
|
<hook src="scripts/npm_prepare.sh" type="before_prepare" />
|
||||||
|
<hook src="scripts/ios_assetcopy.sh" type="before_compile" />
|
||||||
</widget>
|
</widget>
|
||||||
|
158
res/ios/Images.xcassets/AppIcon.appiconset/Contents.json
Normal file
@ -0,0 +1,158 @@
|
|||||||
|
{
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
},
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"size" : "40x40",
|
||||||
|
"scale" : "1x",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "icon-40.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "40x40",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "icon-40@2x.png",
|
||||||
|
"idiom" : "ipad"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "60x60",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "icon-60@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "72x72",
|
||||||
|
"filename" : "icon-72.png",
|
||||||
|
"scale" : "1x",
|
||||||
|
"idiom" : "ipad"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "72x72",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "icon-72@2x.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "icon-76.png",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"scale" : "1x",
|
||||||
|
"size" : "76x76"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "76x76",
|
||||||
|
"filename" : "icon-76@2x.png",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "icon-small-50.png",
|
||||||
|
"scale" : "1x",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"size" : "50x50"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "icon-small-50@2x.png",
|
||||||
|
"scale" : "2x",
|
||||||
|
"size" : "50x50",
|
||||||
|
"idiom" : "ipad"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scale" : "1x",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "icon-small.png",
|
||||||
|
"size" : "29x29"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "icon-small@2x.png",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"size" : "29x29",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "icon.png",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"size" : "57x57",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "icon@2x.png",
|
||||||
|
"scale" : "2x",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"size" : "57x57"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "icon-small@3x.png",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"scale" : "3x",
|
||||||
|
"size" : "29x29"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scale" : "3x",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"size" : "40x40",
|
||||||
|
"filename" : "icon-40@3x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "icon-60@3x.png",
|
||||||
|
"scale" : "3x",
|
||||||
|
"size" : "60x60",
|
||||||
|
"idiom" : "iphone"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "40x40",
|
||||||
|
"filename" : "icon-40@2x.png",
|
||||||
|
"scale" : "2x",
|
||||||
|
"idiom" : "iphone"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "icon-small.png",
|
||||||
|
"size" : "29x29",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scale" : "2x",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"size" : "29x29",
|
||||||
|
"filename" : "icon-small@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "icon-83.5@2x.png",
|
||||||
|
"size" : "83.5x83.5",
|
||||||
|
"idiom" : "ipad"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "notification-icon@2x.png",
|
||||||
|
"size" : "20x20",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "notification-icon@3x.png",
|
||||||
|
"scale" : "3x",
|
||||||
|
"size" : "20x20",
|
||||||
|
"idiom" : "iphone"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "notification-icon~ipad.png",
|
||||||
|
"size" : "20x20",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "20x20",
|
||||||
|
"filename" : "notification-icon~ipad@2x.png",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "ios-marketing",
|
||||||
|
"size" : "1024x1024",
|
||||||
|
"scale" : "1x",
|
||||||
|
"filename" : "ios-marketing.png"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-1024.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-20.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-20@2x.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-20@3x.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-24@2x.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-27.5@2x.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-29.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-29@2x.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-29@3x.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-40.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-40@2x.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-40@3x.png
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-44@2x.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-50.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-50@2x.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-60@2x.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-60@3x.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-72.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-72@2x.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-76.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-76@2x.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-83.5@2x.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-86@2x.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-98@2x.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-small-50.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-small-50@2x.png
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-small.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-small@2x.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon-small@3x.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/icon@2x.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
res/ios/Images.xcassets/AppIcon.appiconset/ios-marketing.png
Normal file
After Width: | Height: | Size: 100 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 781 B |
After Width: | Height: | Size: 1.9 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"colors": [
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"color": {
|
||||||
|
"platform": "ios",
|
||||||
|
"reference": "systemBackgroundColor"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info": {
|
||||||
|
"author": "Xcode",
|
||||||
|
"version": 1
|
||||||
|
}
|
||||||
|
}
|
6
res/ios/Images.xcassets/Contents.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
216
res/ios/Images.xcassets/LaunchImage.launchimage/Contents.json
Normal file
@ -0,0 +1,216 @@
|
|||||||
|
{
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
},
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"scale" : "2x",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "default-portrait-1792h@3x.png",
|
||||||
|
"extent" : "full-screen",
|
||||||
|
"subtype" : "1792h",
|
||||||
|
"orientation" : "portrait",
|
||||||
|
"minimum-system-version" : "12.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"minimum-system-version" : "12.0",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "default-landscape-1792h@3x.png",
|
||||||
|
"orientation" : "landscape",
|
||||||
|
"scale" : "2x",
|
||||||
|
"extent" : "full-screen",
|
||||||
|
"subtype" : "1792h"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"scale" : "3x",
|
||||||
|
"orientation" : "portrait",
|
||||||
|
"minimum-system-version" : "12.0",
|
||||||
|
"extent" : "full-screen",
|
||||||
|
"subtype" : "2688h",
|
||||||
|
"filename" : "default-portrait-2688h@3x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"minimum-system-version" : "12.0",
|
||||||
|
"extent" : "full-screen",
|
||||||
|
"orientation" : "landscape",
|
||||||
|
"subtype" : "2688h",
|
||||||
|
"scale" : "3x",
|
||||||
|
"filename" : "default-landscape-2688h@3x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"extent" : "full-screen",
|
||||||
|
"filename" : "default-portrait-2436h@3x.png",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"minimum-system-version" : "11.0",
|
||||||
|
"scale" : "3x",
|
||||||
|
"subtype" : "2436h",
|
||||||
|
"orientation" : "portrait"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"orientation" : "landscape",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"scale" : "3x",
|
||||||
|
"filename" : "default-landscape-2436h@3x.png",
|
||||||
|
"subtype" : "2436h",
|
||||||
|
"minimum-system-version" : "11.0",
|
||||||
|
"extent" : "full-screen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scale" : "1x",
|
||||||
|
"filename" : "default.png",
|
||||||
|
"orientation" : "portrait",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"extent" : "full-screen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "default@2x.png",
|
||||||
|
"minimum-system-version" : "7.0",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"scale" : "2x",
|
||||||
|
"extent" : "full-screen",
|
||||||
|
"orientation" : "portrait"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scale" : "2x",
|
||||||
|
"subtype" : "retina4",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"extent" : "full-screen",
|
||||||
|
"filename" : "default-568h@2x.png",
|
||||||
|
"orientation" : "portrait"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"extent" : "full-screen",
|
||||||
|
"scale" : "2x",
|
||||||
|
"orientation" : "portrait",
|
||||||
|
"filename" : "default-568h@2x.png",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"subtype" : "retina4",
|
||||||
|
"minimum-system-version" : "7.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"orientation" : "portrait",
|
||||||
|
"scale" : "2x",
|
||||||
|
"filename" : "default@2x.png",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"extent" : "full-screen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"extent" : "to-status-bar",
|
||||||
|
"orientation" : "portrait",
|
||||||
|
"scale" : "1x",
|
||||||
|
"filename" : "default~ipad.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"orientation" : "portrait",
|
||||||
|
"filename" : "default~ipad@2x.png",
|
||||||
|
"scale" : "2x",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"extent" : "to-status-bar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"extent" : "to-status-bar",
|
||||||
|
"filename" : "default~ipad~landscape.png",
|
||||||
|
"orientation" : "landscape",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "default~ipad~landscape@2x.png",
|
||||||
|
"orientation" : "landscape",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"extent" : "to-status-bar",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"minimum-system-version" : "7.0",
|
||||||
|
"extent" : "full-screen",
|
||||||
|
"orientation" : "portrait",
|
||||||
|
"filename" : "default~ipad~nostatusbar.png",
|
||||||
|
"scale" : "1x",
|
||||||
|
"idiom" : "ipad"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"extent" : "full-screen",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"scale" : "1x",
|
||||||
|
"orientation" : "portrait",
|
||||||
|
"filename" : "default~ipad~nostatusbar.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"minimum-system-version" : "7.0",
|
||||||
|
"scale" : "2x",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"extent" : "full-screen",
|
||||||
|
"orientation" : "portrait",
|
||||||
|
"filename" : "default~ipad~nostatusbar@2x.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "default~ipad~nostatusbar@2x.png",
|
||||||
|
"scale" : "2x",
|
||||||
|
"extent" : "full-screen",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"orientation" : "portrait"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"extent" : "full-screen",
|
||||||
|
"scale" : "1x",
|
||||||
|
"orientation" : "landscape",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"minimum-system-version" : "7.0",
|
||||||
|
"filename" : "default~ipad~landscape~nostatusbar.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"orientation" : "landscape",
|
||||||
|
"extent" : "full-screen",
|
||||||
|
"scale" : "1x",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "default~ipad~landscape~nostatusbar.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"minimum-system-version" : "7.0",
|
||||||
|
"orientation" : "landscape",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"extent" : "full-screen",
|
||||||
|
"filename" : "default~ipad~landscape~nostatusbar@2x.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"extent" : "full-screen",
|
||||||
|
"scale" : "2x",
|
||||||
|
"orientation" : "landscape",
|
||||||
|
"filename" : "default~ipad~landscape~nostatusbar@2x.png",
|
||||||
|
"idiom" : "ipad"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"scale" : "3x",
|
||||||
|
"orientation" : "portrait",
|
||||||
|
"subtype" : "736h",
|
||||||
|
"extent" : "full-screen",
|
||||||
|
"filename" : "default-portrait-736h@3x.png",
|
||||||
|
"minimum-system-version" : "8.0",
|
||||||
|
"idiom" : "iphone"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"subtype" : "736h",
|
||||||
|
"extent" : "full-screen",
|
||||||
|
"scale" : "3x",
|
||||||
|
"orientation" : "landscape",
|
||||||
|
"filename" : "default-landscape-736h@3x.png",
|
||||||
|
"minimum-system-version" : "8.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"minimum-system-version" : "8.0",
|
||||||
|
"filename" : "default-667h@2x.png",
|
||||||
|
"extent" : "full-screen",
|
||||||
|
"scale" : "2x",
|
||||||
|
"orientation" : "portrait",
|
||||||
|
"subtype" : "667h"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
After Width: | Height: | Size: 61 KiB |
After Width: | Height: | Size: 74 KiB |
After Width: | Height: | Size: 103 KiB |
After Width: | Height: | Size: 165 KiB |
After Width: | Height: | Size: 177 KiB |
After Width: | Height: | Size: 170 KiB |
After Width: | Height: | Size: 96 KiB |
After Width: | Height: | Size: 156 KiB |
After Width: | Height: | Size: 167 KiB |
After Width: | Height: | Size: 142 KiB |
BIN
res/ios/Images.xcassets/LaunchImage.launchimage/default.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
res/ios/Images.xcassets/LaunchImage.launchimage/default@2x.png
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
res/ios/Images.xcassets/LaunchImage.launchimage/default~ipad.png
Normal file
After Width: | Height: | Size: 70 KiB |
After Width: | Height: | Size: 173 KiB |
After Width: | Height: | Size: 73 KiB |
After Width: | Height: | Size: 179 KiB |
After Width: | Height: | Size: 68 KiB |
After Width: | Height: | Size: 166 KiB |
After Width: | Height: | Size: 59 KiB |
After Width: | Height: | Size: 149 KiB |
872
res/ios/Images.xcassets/LaunchStoryboard.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,872 @@
|
|||||||
|
{
|
||||||
|
"images": [
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "1x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"height-class": "compact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "1x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "1x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "1x",
|
||||||
|
"width-class": "compact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "1x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "1x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "1x",
|
||||||
|
"height-class": "compact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "1x",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "1x",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "1x",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "1x",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "2x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"height-class": "compact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "2x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "2x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "2x",
|
||||||
|
"width-class": "compact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "2x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "2x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "2x",
|
||||||
|
"height-class": "compact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "2x",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "2x",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "2x",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "2x",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "3x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"height-class": "compact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "3x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "3x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "3x",
|
||||||
|
"width-class": "compact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "3x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "3x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "3x",
|
||||||
|
"height-class": "compact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "3x",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "3x",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "3x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "3x",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "universal",
|
||||||
|
"scale": "3x",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "ipad",
|
||||||
|
"scale": "1x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"height-class": "compact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "ipad",
|
||||||
|
"scale": "1x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "ipad",
|
||||||
|
"scale": "1x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "ipad",
|
||||||
|
"scale": "1x",
|
||||||
|
"width-class": "compact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "ipad",
|
||||||
|
"scale": "1x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "ipad",
|
||||||
|
"scale": "1x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "ipad",
|
||||||
|
"scale": "1x",
|
||||||
|
"height-class": "compact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "ipad",
|
||||||
|
"scale": "1x",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "ipad",
|
||||||
|
"scale": "1x",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "ipad",
|
||||||
|
"scale": "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "ipad",
|
||||||
|
"scale": "1x",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "ipad",
|
||||||
|
"scale": "1x",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "ipad",
|
||||||
|
"scale": "2x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"height-class": "compact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "ipad",
|
||||||
|
"scale": "2x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "ipad",
|
||||||
|
"scale": "2x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "ipad",
|
||||||
|
"scale": "2x",
|
||||||
|
"width-class": "compact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "ipad",
|
||||||
|
"scale": "2x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "ipad",
|
||||||
|
"scale": "2x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "ipad",
|
||||||
|
"scale": "2x",
|
||||||
|
"height-class": "compact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "ipad",
|
||||||
|
"scale": "2x",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "ipad",
|
||||||
|
"scale": "2x",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "ipad",
|
||||||
|
"scale": "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "ipad",
|
||||||
|
"scale": "2x",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "ipad",
|
||||||
|
"scale": "2x",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "1x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"height-class": "compact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "1x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "1x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "1x",
|
||||||
|
"width-class": "compact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "1x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "1x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "1x",
|
||||||
|
"height-class": "compact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "1x",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "1x",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "1x",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "1x",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "2x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"height-class": "compact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "2x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "2x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "2x",
|
||||||
|
"width-class": "compact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "2x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "2x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "2x",
|
||||||
|
"height-class": "compact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "2x",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "2x",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "2x",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "2x",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "3x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"height-class": "compact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "3x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "3x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "3x",
|
||||||
|
"width-class": "compact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "3x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "3x",
|
||||||
|
"width-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "3x",
|
||||||
|
"height-class": "compact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "3x",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "3x",
|
||||||
|
"height-class": "compact",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "3x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "3x",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "dark"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom": "iphone",
|
||||||
|
"scale": "3x",
|
||||||
|
"appearances": [
|
||||||
|
{
|
||||||
|
"appearance": "luminosity",
|
||||||
|
"value": "light"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info": {
|
||||||
|
"author": "Xcode",
|
||||||
|
"version": 1
|
||||||
|
}
|
||||||
|
}
|
5
scripts/ios_assetcopy.sh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
rm -rf "platforms/ios/Helena Express/Images.xcassets"
|
||||||
|
|
||||||
|
rsync -r res/ios/Images.xcassets "platforms/ios/Helena Express/"
|