* reworking splash screen for new brand modifying layout * removed background_splash file and reworked launch_screen file instead * simplified to reduce number of changed files * updated release launch screen as well * reworked to simplify changes * removed iOS splash background image not being used for this PR * added support for dark mode * tweak to splash background to center better * update fastlane * Replace iOS Splash Screen release assets * Replace Android Splash Screen release assets * Replace iOS release LaunchScreen.storyboard Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
56 lines
1.1 KiB
JSON
56 lines
1.1 KiB
JSON
{
|
|
"images" : [
|
|
{
|
|
"filename" : "SplashBackground.png",
|
|
"idiom" : "universal",
|
|
"scale" : "1x"
|
|
},
|
|
{
|
|
"appearances" : [
|
|
{
|
|
"appearance" : "luminosity",
|
|
"value" : "dark"
|
|
}
|
|
],
|
|
"filename" : "SplashBackgroundDark.png",
|
|
"idiom" : "universal",
|
|
"scale" : "1x"
|
|
},
|
|
{
|
|
"filename" : "SplashBackground@2x.png",
|
|
"idiom" : "universal",
|
|
"scale" : "2x"
|
|
},
|
|
{
|
|
"appearances" : [
|
|
{
|
|
"appearance" : "luminosity",
|
|
"value" : "dark"
|
|
}
|
|
],
|
|
"filename" : "SplashBackgroundDark@2x.png",
|
|
"idiom" : "universal",
|
|
"scale" : "2x"
|
|
},
|
|
{
|
|
"filename" : "SplashBackground@3x.png",
|
|
"idiom" : "universal",
|
|
"scale" : "3x"
|
|
},
|
|
{
|
|
"appearances" : [
|
|
{
|
|
"appearance" : "luminosity",
|
|
"value" : "dark"
|
|
}
|
|
],
|
|
"filename" : "SplashBackgroundDark@3x.png",
|
|
"idiom" : "universal",
|
|
"scale" : "3x"
|
|
}
|
|
],
|
|
"info" : {
|
|
"author" : "xcode",
|
|
"version" : 1
|
|
}
|
|
}
|