restore infoplist

This commit is contained in:
Feodor Fitsner 2024-10-06 10:05:19 -07:00
parent c1bf9c5b5a
commit de9b8c0fb9
1 changed files with 10 additions and 1 deletions

View File

@ -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>