This commit is contained in:
Feodor Fitsner 2024-10-06 10:02:17 -07:00
parent 308e340c1e
commit 07d21853d9
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
<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() %} --> <!-- {% for k, v in cookiecutter.info_plist.items() %} -->
<key>{{ k }}={{ v }}</key> <key>{{ k }}=</key>
<!-- {% endfor %} --> <!-- {% endfor %} -->
</dict> </dict>
</plist> </plist>