diff --git a/cookiecutter.json b/cookiecutter.json index 21c3a26..9632202 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -10,7 +10,7 @@ "copyright": "Copyright (c) 2023 Your Company", "flutter": null, "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 }}", "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": "",