Hide target_arch inside options

This commit is contained in:
Feodor Fitsner 2025-02-17 11:24:56 -08:00
parent 5dcbd7b7d1
commit 8a0a782fc4
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
"ios_signing_certificate": "",
"ios_export_options": {},
"ios_team_id": "",
"target_arch": null,
"package_name": "{{ cookiecutter.bundle_id.rsplit('.', 1)[-1].replace('-', '_') if 'bundle_id' in cookiecutter else cookiecutter.project_name }}",
"kotlin_dir": "{{ cookiecutter.org_name.replace('.', cookiecutter.sep) }}{{ cookiecutter.sep }}{{ cookiecutter.package_name }}{{ cookiecutter.sep }}",
"base_url": "/",