Match the filename @capacitor/assets expects so iOS uses the custom dark splash instead of the logo-on-black fallback.
33 lines
720 B
JSON
33 lines
720 B
JSON
{
|
|
"icon": {
|
|
"android": {
|
|
"adaptive": {
|
|
"background": "#121212",
|
|
"foreground": "resources/icon.png",
|
|
"monochrome": "resources/icon.png"
|
|
},
|
|
"target": "android/app/src/main/res"
|
|
},
|
|
"ios": {
|
|
"padding": 0,
|
|
"target": "ios/App/App/Assets.xcassets/AppIcon.appiconset"
|
|
},
|
|
"source": "resources/icon.png",
|
|
"web": {
|
|
"target": "public/img/icons"
|
|
}
|
|
},
|
|
"splash": {
|
|
"android": {
|
|
"scale": "cover",
|
|
"target": "android/app/src/main/res"
|
|
},
|
|
"darkSource": "resources/splash-dark.png",
|
|
"ios": {
|
|
"target": "ios/App/App/Assets.xcassets",
|
|
"useStoryBoard": true
|
|
},
|
|
"source": "resources/splash.png"
|
|
}
|
|
}
|