simplify if
This commit is contained in:
parent
0a2e235b6e
commit
02a0cf27f5
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue