equal not is

This commit is contained in:
Feodor Fitsner 2024-10-06 10:06:04 -07:00
parent de9b8c0fb9
commit 44360ed8f8
1 changed files with 2 additions and 2 deletions

View File

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