hide_loading_animation: false
This commit is contained in:
parent
efb1fa04cc
commit
5ee4e6eea3
|
|
@ -10,7 +10,7 @@
|
||||||
"copyright": "Copyright (c) 2023 Your Company",
|
"copyright": "Copyright (c) 2023 Your Company",
|
||||||
"flutter": null,
|
"flutter": null,
|
||||||
"sep": "/",
|
"sep": "/",
|
||||||
"hide_loading_animation": true,
|
"hide_loading_animation": false,
|
||||||
"bundle_id": "{{ cookiecutter.bundle_id if 'bundle_id' in cookiecutter else cookiecutter.org_name + '.' + cookiecutter.project_name_slug }}",
|
"bundle_id": "{{ cookiecutter.bundle_id if 'bundle_id' in cookiecutter else cookiecutter.org_name + '.' + cookiecutter.project_name_slug }}",
|
||||||
"org_name_2": "{{ cookiecutter.bundle_id.rsplit('.', 1)[0] if 'bundle_id' in cookiecutter else cookiecutter.org_name if 'org_name' in cookiecutter else 'com.flet' }}",
|
"org_name_2": "{{ cookiecutter.bundle_id.rsplit('.', 1)[0] if 'bundle_id' in cookiecutter else cookiecutter.org_name if 'org_name' in cookiecutter else 'com.flet' }}",
|
||||||
"ios_provisioning_profile": "",
|
"ios_provisioning_profile": "",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue