Add bundle identifier and package name to iOS and Android configurations
All checks were successful
Build App / build (push) Successful in 6m37s
All checks were successful
Build App / build (push) Successful in 6m37s
This commit is contained in:
2
app.json
2
app.json
@@ -12,10 +12,12 @@
|
|||||||
"backgroundColor": "#0d0d0d"
|
"backgroundColor": "#0d0d0d"
|
||||||
},
|
},
|
||||||
"ios": {
|
"ios": {
|
||||||
|
"bundleIdentifier": "com.spacebanane.timeuntil",
|
||||||
"supportsTablet": true,
|
"supportsTablet": true,
|
||||||
"requireFullScreen": false
|
"requireFullScreen": false
|
||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
|
"package": "com.spacebanane.timeuntil",
|
||||||
"adaptiveIcon": {
|
"adaptiveIcon": {
|
||||||
"foregroundImage": "./assets/adaptive-icon.png",
|
"foregroundImage": "./assets/adaptive-icon.png",
|
||||||
"backgroundColor": "#0d0d0d"
|
"backgroundColor": "#0d0d0d"
|
||||||
|
|||||||
Reference in New Issue
Block a user