equal not is
This commit is contained in:
parent
de9b8c0fb9
commit
44360ed8f8
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue