mattermost-mobile/ios/Mattermost/Images.xcassets/SplashBackground.imageset/Contents.json
Elias Nahum b5c5949b7d
[Gekidou] Update Splash Screen / App icons and Android snooze Push Notifications (#5658)
* 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
2021-08-31 14:58:09 -04:00

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
}
}