Test info_plist

This commit is contained in:
Feodor Fitsner 2024-10-06 09:50:13 -07:00
parent 84fafa92b8
commit c660ee9e52
2 changed files with 6 additions and 2 deletions

View File

@ -16,5 +16,6 @@
"route_url_strategy": "path", "route_url_strategy": "path",
"web_renderer": "canvaskit", "web_renderer": "canvaskit",
"use_color_emoji": "false", "use_color_emoji": "false",
"split_per_abi": false "split_per_abi": false,
"info_plist": {}
} }

View File

@ -54,5 +54,8 @@
<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>
<!-- {% endfor %} -->
</dict> </dict>
</plist> </plist>