tried ios build - doesn't work without apple account
This commit is contained in:
parent
236863e1ac
commit
ee6d7d2e96
4
app.json
4
app.json
|
@ -23,7 +23,9 @@
|
||||||
"**/*"
|
"**/*"
|
||||||
],
|
],
|
||||||
"ios": {
|
"ios": {
|
||||||
"supportsTablet": true
|
"supportsTablet": false,
|
||||||
|
"icon": "./assets/icon-ios.png",
|
||||||
|
"bundleIdentifier": "tech.bauer.swimtracker"
|
||||||
},
|
},
|
||||||
"description": "",
|
"description": "",
|
||||||
"android": {
|
"android": {
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 9.8 KiB |
Loading…
Reference in New Issue