Splashscreen and iOS icons
75
config.xml
@ -1,5 +1,5 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<widget id="com.netsyms.helenaexpress.app" version="1.1.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||
<widget id="com.netsyms.helenaexpress.app" version="1.2.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||
<name short="Helena Express">Helena Express</name>
|
||||
<description>
|
||||
|
||||
@ -23,6 +23,11 @@
|
||||
<preference name="HeaderColor" value="#82b1ff" />
|
||||
<preference name="StatusBarBackgroundColor" value="#d0f2fc" />
|
||||
<preference name="StatusBarStyle" value="default" />
|
||||
<preference name="SplashScreenDelay" value="3000" />
|
||||
<preference name="AutoHideSplashScreen" value="true" />
|
||||
<preference name="FadeSplashScreen" value="true"/>
|
||||
<preference name="ShowSplashScreenSpinner" value="false"/>
|
||||
|
||||
<platform name="android">
|
||||
<allow-intent href="market:*" />
|
||||
<resource-file src="/res/android/drawable/ic_launcher_background.xml" target="/app/src/main/res/drawable/ic_launcher_background.xml" />
|
||||
@ -33,14 +38,80 @@
|
||||
<icon background="res/android/drawable/ic_launcher_background.xml" density="xhdpi" foreground="res/android/drawable/ic_launcher_foreground.xml" src="res/android/mipmap-xhdpi/ic_launcher.png" />
|
||||
<icon background="res/android/drawable/ic_launcher_background.xml" density="xxhdpi" foreground="res/android/drawable/ic_launcher_foreground.xml" src="res/android/mipmap-xxhdpi/ic_launcher.png" />
|
||||
<icon background="res/android/drawable/ic_launcher_background.xml" density="xxxhdpi" foreground="res/android/drawable/ic_launcher_foreground.xml" src="res/android/mipmap-xxxhdpi/ic_launcher.png" />
|
||||
|
||||
<preference name="SplashMaintainAspectRatio" value="true" />
|
||||
|
||||
<splash src="res/android/splash/splash-land-hdpi.png" density="land-hdpi" />
|
||||
<splash src="res/android/splash/splash-land-ldpi.png" density="land-ldpi" />
|
||||
<splash src="res/android/splash/splash-land-mdpi.png" density="land-mdpi" />
|
||||
<splash src="res/android/splash/splash-land-xhdpi.png" density="land-xhdpi" />
|
||||
<splash src="res/android/splash/splash-land-xxhdpi.png" density="land-xxhdpi" />
|
||||
<splash src="res/android/splash/splash-land-xxxhdpi.png" density="land-xxxhdpi" />
|
||||
|
||||
<splash src="res/android/splash/splash-port-hdpi.png" density="port-hdpi" />
|
||||
<splash src="res/android/splash/splash-port-ldpi.png" density="port-ldpi" />
|
||||
<splash src="res/android/splash/splash-port-mdpi.png" density="port-mdpi" />
|
||||
<splash src="res/android/splash/splash-port-xhdpi.png" density="port-xhdpi" />
|
||||
<splash src="res/android/splash/splash-port-xxhdpi.png" density="port-xxhdpi" />
|
||||
<splash src="res/android/splash/splash-port-xxxhdpi.png" density="port-xxxhdpi" />
|
||||
|
||||
<splash src="res/android/splash-dark/splash-land-hdpi.png" density="land-night-hdpi" />
|
||||
<splash src="res/android/splash-dark/splash-land-ldpi.png" density="land-night-ldpi" />
|
||||
<splash src="res/android/splash-dark/splash-land-mdpi.png" density="land-night-mdpi" />
|
||||
<splash src="res/android/splash-dark/splash-land-xhdpi.png" density="land-night-xhdpi" />
|
||||
<splash src="res/android/splash-dark/splash-land-xxhdpi.png" density="land-night-xxhdpi" />
|
||||
<splash src="res/android/splash-dark/splash-land-xxxhdpi.png" density="land-night-xxxhdpi" />
|
||||
|
||||
<splash src="res/android/splash-dark/splash-port-hdpi.png" density="port-night-hdpi" />
|
||||
<splash src="res/android/splash-dark/splash-port-ldpi.png" density="port-night-ldpi" />
|
||||
<splash src="res/android/splash-dark/splash-port-mdpi.png" density="port-night-mdpi" />
|
||||
<splash src="res/android/splash-dark/splash-port-xhdpi.png" density="port-night-xhdpi" />
|
||||
<splash src="res/android/splash-dark/splash-port-xxhdpi.png" density="port-night-xxhdpi" />
|
||||
<splash src="res/android/splash-dark/splash-port-xxxhdpi.png" density="port-night-xxxhdpi" />
|
||||
</platform>
|
||||
<platform name="ios">
|
||||
<preference name="StatusBarOverlaysWebView" value="false" />
|
||||
<allow-intent href="itms:*" />
|
||||
<allow-intent href="itms-apps:*" />
|
||||
<hook src="scripts/ios_assetcopy.sh" type="before_compile" />
|
||||
<preference name="scheme" value="app" />
|
||||
<preference name="hostname" value="localhost" />
|
||||
<config-file platform="ios" target="*-Info.plist" parent="NSCameraUsageDescription">
|
||||
<string>Camera is used to scan receipts and redelivery notice slips</string>
|
||||
</config-file>
|
||||
|
||||
<splash src="res/ios/splash/Default@2x~universal~anyany.png" />
|
||||
<splash src="res/ios/splash/Default@2x~universal~anyany~dark.png" />
|
||||
|
||||
<icon src="res/ios/icon/Icon-100.png" width="100" height="100" />
|
||||
<icon src="res/ios/icon/Icon-1024.png" width="1024" height="1024" />
|
||||
<icon src="res/ios/icon/Icon-114.png" width="114" height="114" />
|
||||
<icon src="res/ios/icon/Icon-120.png" width="120" height="120" />
|
||||
<icon src="res/ios/icon/Icon-128.png" width="128" height="128" />
|
||||
<icon src="res/ios/icon/Icon-144.png" width="144" height="144" />
|
||||
<icon src="res/ios/icon/Icon-152.png" width="152" height="152" />
|
||||
<icon src="res/ios/icon/Icon-16.png" width="16" height="16" />
|
||||
<icon src="res/ios/icon/Icon-167.png" width="167" height="167" />
|
||||
<icon src="res/ios/icon/Icon-172.png" width="172" height="172" />
|
||||
<icon src="res/ios/icon/Icon-180.png" width="180" height="180" />
|
||||
<icon src="res/ios/icon/Icon-196.png" width="196" height="196" />
|
||||
<icon src="res/ios/icon/Icon-20.png" width="20" height="20" />
|
||||
<icon src="res/ios/icon/Icon-256.png" width="256" height="256" />
|
||||
<icon src="res/ios/icon/Icon-29.png" width="29" height="29" />
|
||||
<icon src="res/ios/icon/Icon-32.png" width="32" height="32" />
|
||||
<icon src="res/ios/icon/Icon-40.png" width="40" height="40" />
|
||||
<icon src="res/ios/icon/Icon-48.png" width="48" height="48" />
|
||||
<icon src="res/ios/icon/Icon-50.png" width="50" height="50" />
|
||||
<icon src="res/ios/icon/Icon-512.png" width="512" height="512" />
|
||||
<icon src="res/ios/icon/Icon-55.png" width="55" height="55" />
|
||||
<icon src="res/ios/icon/Icon-57.png" width="57" height="57" />
|
||||
<icon src="res/ios/icon/Icon-58.png" width="58" height="58" />
|
||||
<icon src="res/ios/icon/Icon-60.png" width="60" height="60" />
|
||||
<icon src="res/ios/icon/Icon-64.png" width="64" height="64" />
|
||||
<icon src="res/ios/icon/Icon-72.png" width="72" height="72" />
|
||||
<icon src="res/ios/icon/Icon-76.png" width="76" height="76" />
|
||||
<icon src="res/ios/icon/Icon-80.png" width="80" height="80" />
|
||||
<icon src="res/ios/icon/Icon-87.png" width="87" height="87" />
|
||||
<icon src="res/ios/icon/Icon-88.png" width="88" height="88" />
|
||||
</platform>
|
||||
<hook src="scripts/npm_prepare.sh" type="before_prepare" />
|
||||
</widget>
|
||||
|
@ -3306,7 +3306,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
||||
|
||||
-----
|
||||
|
||||
The following software may be included in this product: cordova-plugin-device, cordova-plugin-statusbar, cordova-plugin-whitelist. A copy of the source code may be downloaded from https://github.com/apache/cordova-plugin-device (cordova-plugin-device), https://github.com/apache/cordova-plugin-statusbar (cordova-plugin-statusbar), https://github.com/apache/cordova-plugin-whitelist (cordova-plugin-whitelist). This software contains the following license and notice below:
|
||||
The following software may be included in this product: cordova-plugin-device, cordova-plugin-splashscreen, cordova-plugin-statusbar, cordova-plugin-whitelist. A copy of the source code may be downloaded from https://github.com/apache/cordova-plugin-device (cordova-plugin-device), https://github.com/apache/cordova-plugin-splashscreen.git (cordova-plugin-splashscreen), https://github.com/apache/cordova-plugin-statusbar (cordova-plugin-statusbar), https://github.com/apache/cordova-plugin-whitelist (cordova-plugin-whitelist). This software contains the following license and notice below:
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
|
6
package-lock.json
generated
@ -633,6 +633,12 @@
|
||||
"integrity": "sha512-olg/BzYRk0NGbKQ5f7rf21RYQEyJI19CCZn6RpVMO9/kbRRFqae/6ixjDNy81dXSu2TQ42brjBddGe1Qpn5ViA==",
|
||||
"dev": true
|
||||
},
|
||||
"cordova-plugin-splashscreen": {
|
||||
"version": "6.0.0",
|
||||
"resolved": "https://registry.npmjs.org/cordova-plugin-splashscreen/-/cordova-plugin-splashscreen-6.0.0.tgz",
|
||||
"integrity": "sha512-pm4ZtJKQY4bCGXVeIInbGrXilryTevYSKgfvoQJpW9UClOWKAxSsYf2/4G2u1vcn492svOSL42OSa2MhujBWEQ==",
|
||||
"dev": true
|
||||
},
|
||||
"cordova-plugin-statusbar": {
|
||||
"version": "2.4.3",
|
||||
"resolved": "https://registry.npmjs.org/cordova-plugin-statusbar/-/cordova-plugin-statusbar-2.4.3.tgz",
|
||||
|
@ -33,7 +33,8 @@
|
||||
"PHOTOLIBRARY_USAGE_DESCRIPTION": "This app needs read/write-access photo library access"
|
||||
},
|
||||
"cordova-plugin-androidx": {},
|
||||
"cordova-plugin-androidx-adapter": {}
|
||||
"cordova-plugin-androidx-adapter": {},
|
||||
"cordova-plugin-splashscreen": {}
|
||||
},
|
||||
"platforms": [
|
||||
"browser",
|
||||
@ -56,6 +57,7 @@
|
||||
"cordova-plugin-androidx": "^3.0.0",
|
||||
"cordova-plugin-androidx-adapter": "^1.1.3",
|
||||
"cordova-plugin-document-scanner": "^5.0.0-beta.0",
|
||||
"cordova-plugin-nativestorage": "^2.3.2"
|
||||
"cordova-plugin-nativestorage": "^2.3.2",
|
||||
"cordova-plugin-splashscreen": "^6.0.0"
|
||||
}
|
||||
}
|
BIN
res/android/splash-dark/splash-land-hdpi.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
res/android/splash-dark/splash-land-ldpi.png
Normal file
After Width: | Height: | Size: 9.4 KiB |
BIN
res/android/splash-dark/splash-land-mdpi.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
res/android/splash-dark/splash-land-xhdpi.png
Normal file
After Width: | Height: | Size: 59 KiB |
BIN
res/android/splash-dark/splash-land-xxhdpi.png
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
res/android/splash-dark/splash-land-xxxhdpi.png
Normal file
After Width: | Height: | Size: 105 KiB |
BIN
res/android/splash-dark/splash-port-hdpi.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
res/android/splash-dark/splash-port-ldpi.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
res/android/splash-dark/splash-port-mdpi.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
res/android/splash-dark/splash-port-xhdpi.png
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
res/android/splash-dark/splash-port-xxhdpi.png
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
res/android/splash-dark/splash-port-xxxhdpi.png
Normal file
After Width: | Height: | Size: 104 KiB |
BIN
res/android/splash/splash-land-hdpi.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
res/android/splash/splash-land-ldpi.png
Normal file
After Width: | Height: | Size: 7.0 KiB |
BIN
res/android/splash/splash-land-mdpi.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
res/android/splash/splash-land-xhdpi.png
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
res/android/splash/splash-land-xxhdpi.png
Normal file
After Width: | Height: | Size: 61 KiB |
BIN
res/android/splash/splash-land-xxxhdpi.png
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
res/android/splash/splash-port-hdpi.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
res/android/splash/splash-port-ldpi.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
res/android/splash/splash-port-mdpi.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
res/android/splash/splash-port-xhdpi.png
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
res/android/splash/splash-port-xxhdpi.png
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
res/android/splash/splash-port-xxxhdpi.png
Normal file
After Width: | Height: | Size: 78 KiB |
@ -1,158 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 100 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 781 B |
Before Width: | Height: | Size: 1.9 KiB |
@ -1,15 +0,0 @@
|
||||
{
|
||||
"colors": [
|
||||
{
|
||||
"idiom": "universal",
|
||||
"color": {
|
||||
"platform": "ios",
|
||||
"reference": "systemBackgroundColor"
|
||||
}
|
||||
}
|
||||
],
|
||||
"info": {
|
||||
"author": "Xcode",
|
||||
"version": 1
|
||||
}
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
@ -1,216 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 165 KiB |
Before Width: | Height: | Size: 177 KiB |
Before Width: | Height: | Size: 170 KiB |
Before Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 156 KiB |
Before Width: | Height: | Size: 167 KiB |
Before Width: | Height: | Size: 142 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 173 KiB |
Before Width: | Height: | Size: 73 KiB |
Before Width: | Height: | Size: 179 KiB |
Before Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 166 KiB |
Before Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 149 KiB |
@ -1,872 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
BIN
res/ios/icon/Icon-100.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
res/ios/icon/Icon-1024.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
res/ios/icon/Icon-114.png
Normal file
After Width: | Height: | Size: 4.0 KiB |
BIN
res/ios/icon/Icon-120.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
res/ios/icon/Icon-128.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
res/ios/icon/Icon-144.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
res/ios/icon/Icon-152.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
res/ios/icon/Icon-16.png
Normal file
After Width: | Height: | Size: 319 B |
BIN
res/ios/icon/Icon-167.png
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
res/ios/icon/Icon-172.png
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
res/ios/icon/Icon-180.png
Normal file
After Width: | Height: | Size: 6.4 KiB |