Skip to content

Commit

Permalink
update app.js (not yet finalized for deploy)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomHayner committed Dec 10, 2022
1 parent 9584133 commit 023216b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"expo": {
"name": "Timeline",
"slug": "Timeline",
"version": "1.0.0",
"name": "TimelineOfTheAmericanWest",
"slug": "TimelineOfTheAmericanWest",
"version": "1.1.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"icon": "./assets/appStoreImages/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"image": "./assets/appStoreImages/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
"backgroundColor": "#4A2711"
},
"updates": {
"fallbackToCacheTimeout": 0
Expand All @@ -18,16 +18,20 @@
"**/*"
],
"ios": {
"supportsTablet": true
"bundleIdentifier": "com.ponyexpressstation.timelineoftheamericanwest",
"icon": "./assets/appStoreImages/icon.png",
"supportsTablet": true,
"isTabletOnly": true,
"buildNumber": "1"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
"foregroundImage": "./assets/appStoreImages/adaptive-icon.png",
"backgroundColor": "#4A2711"
}
},
"web": {
"favicon": "./assets/favicon.png"
"favicon": "./assets/appStoreImages/favicon.png"
}
}
}
Binary file removed assets/adaptive-icon.png
Binary file not shown.
Binary file modified assets/appStoreImages/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/favicon.png
Binary file not shown.
Binary file removed assets/icon.png
Binary file not shown.
Binary file removed assets/splash.png
Binary file not shown.

0 comments on commit 023216b

Please sign in to comment.