Test info_plist
This commit is contained in:
parent
84fafa92b8
commit
c660ee9e52
|
|
@ -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": {}
|
||||||
}
|
}
|
||||||
|
|
@ -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>
|
||||||
Loading…
Reference in New Issue