simplify if

This commit is contained in:
Feodor Fitsner 2024-10-06 10:00:26 -07:00
parent 0a2e235b6e
commit 02a0cf27f5
1 changed files with 1 additions and 3 deletions

View File

@ -56,10 +56,8 @@
<string>This app needs access to location.</string> <string>This app needs access to location.</string>
<!-- {% for k, v in cookiecutter.info_plist.items() %} --> <!-- {% for k, v in cookiecutter.info_plist.items() %} -->
<key>{{ k }}</key> <key>{{ k }}</key>
<!-- {% if v is True %} --> <!-- {% if v == True %} -->
<true /> <true />
<!-- {% elif v is False %} -->
<false />
<!-- {% endif %} --> <!-- {% endif %} -->
<!-- {% endfor %} --> <!-- {% endfor %} -->
</dict> </dict>