You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
720 B
32 lines
720 B
{
|
|
"icon": {
|
|
"source": "resources/icon.png",
|
|
"android": {
|
|
"adaptive": {
|
|
"foreground": "resources/icon.png",
|
|
"background": "#121212",
|
|
"monochrome": "resources/icon.png"
|
|
},
|
|
"target": "android/app/src/main/res"
|
|
},
|
|
"ios": {
|
|
"padding": 0,
|
|
"target": "ios/App/App/Assets.xcassets/AppIcon.appiconset"
|
|
},
|
|
"web": {
|
|
"target": "public/img/icons"
|
|
}
|
|
},
|
|
"splash": {
|
|
"source": "resources/splash.png",
|
|
"darkSource": "resources/splash_dark.png",
|
|
"android": {
|
|
"scale": "cover",
|
|
"target": "android/app/src/main/res"
|
|
},
|
|
"ios": {
|
|
"useStoryBoard": true,
|
|
"target": "ios/App/App/Assets.xcassets"
|
|
}
|
|
}
|
|
}
|
|
|