* Android push notification snooze * Android splash & icons * iOS splash & icons * Update project assets * Replace iOS assets using Fastlane * Remove configure_telemetry_android from Fastlane script * Update Fastlane with master branch * Fix Android fastlane build * replace reference for com.mattermost.rnbeta.* imports * Set iOS ENTRY_FILE as index.ts
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
|
|
}
|
|
}
|