Skip to content

Commit ed6fbbd

Browse files
committed
build: Brand the app
Change to branded icons, change the name of the app to Transit.
1 parent f7652aa commit ed6fbbd

6 files changed

Lines changed: 3 additions & 3 deletions

File tree

app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"expo": {
3-
"name": "DigiTransit-v2",
3+
"name": "Transit",
44
"slug": "DigiTransit-v2",
55
"version": "1.0.0",
66
"orientation": "portrait",
77
"icon": "./assets/images/icon.png",
88
"scheme": "digitransitv2",
99
"userInterfaceStyle": "automatic",
1010
"ios": {
11-
"icon": "./assets/expo.icon"
11+
"icon": "./assets/images/icon.png"
1212
},
1313
"android": {
1414
"adaptiveIcon": {
@@ -31,7 +31,7 @@
3131
[
3232
"expo-location",
3333
{
34-
"locationWhenInUsePermission": "Allow DigiTransit to use your location to center the map and find nearby stops."
34+
"locationWhenInUsePermission": "Allow Transit to use your location to center the map and find nearby stops."
3535
}
3636
],
3737
[
-14.9 KB
Loading
-68.9 KB
Loading
2.8 KB
Loading

assets/images/favicon.png

219 Bytes
Loading

assets/images/icon.png

-761 KB
Loading

0 commit comments

Comments
 (0)