restore infoplist
This commit is contained in:
parent
c1bf9c5b5a
commit
de9b8c0fb9
|
|
@ -54,6 +54,15 @@
|
||||||
<string>This app needs access to Audio Recording.</string>
|
<string>This app needs access to Audio Recording.</string>
|
||||||
<key>NSLocationWhenInUseUsageDescription</key>
|
<key>NSLocationWhenInUseUsageDescription</key>
|
||||||
<string>This app needs access to location.</string>
|
<string>This app needs access to location.</string>
|
||||||
|
<!-- {% for k, v in cookiecutter.info_plist.items() %} -->
|
||||||
|
<key>{{ k }}</key>
|
||||||
|
<!-- {% if v is True %} -->
|
||||||
|
<true />
|
||||||
|
<!-- {% elif v is False %} -->
|
||||||
|
<false />
|
||||||
|
<!-- {% else %} -->
|
||||||
|
<string>{{ v }}</string>
|
||||||
|
<!-- {% endif %} -->
|
||||||
|
<!-- {% endfor %} -->
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
Loading…
Reference in New Issue