Cleanup
This commit is contained in:
22
app.json
22
app.json
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"expo": {
|
||||
"name": "ohome-app",
|
||||
"slug": "ohome-app",
|
||||
"name": "Ohome",
|
||||
"slug": "ohome",
|
||||
"version": "1.0.0",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/icon.png",
|
||||
"icon": "./assets/logo512.png",
|
||||
"splash": {
|
||||
"image": "./assets/splash.png",
|
||||
"image": "./assets/OhomeSplash.png",
|
||||
"resizeMode": "contain",
|
||||
"backgroundColor": "#ffffff"
|
||||
"backgroundColor": "#f9f6ef"
|
||||
},
|
||||
"updates": {
|
||||
"fallbackToCacheTimeout": 0
|
||||
@@ -17,16 +17,20 @@
|
||||
"**/*"
|
||||
],
|
||||
"ios": {
|
||||
"bundleIdentifier": "codebenchers.ohome",
|
||||
"buildNumber": "1.0.0",
|
||||
"supportsTablet": true
|
||||
},
|
||||
"android": {
|
||||
"package": "codebenchers.ohome",
|
||||
"versionCode": 1,
|
||||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/adaptive-icon.png",
|
||||
"backgroundColor": "#FFFFFF"
|
||||
"foregroundImage": "./assets/logo512.png",
|
||||
"backgroundColor": "#f9f6ef"
|
||||
}
|
||||
},
|
||||
"web": {
|
||||
"favicon": "./assets/favicon.png"
|
||||
"favicon": "./assets/logo192.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user