info plist complete
This commit is contained in:
parent
c660ee9e52
commit
3262115a3f
|
|
@ -17,5 +17,8 @@
|
||||||
"web_renderer": "canvaskit",
|
"web_renderer": "canvaskit",
|
||||||
"use_color_emoji": "false",
|
"use_color_emoji": "false",
|
||||||
"split_per_abi": false,
|
"split_per_abi": false,
|
||||||
"info_plist": {}
|
"info_plist": {},
|
||||||
|
"macos_entitlements": [],
|
||||||
|
"android_permissions": {},
|
||||||
|
"android_features": {}
|
||||||
}
|
}
|
||||||
|
|
@ -56,6 +56,12 @@
|
||||||
<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 }}</key>
|
<key>{{ k }}</key>
|
||||||
<!-- {% endfor %} -->
|
<!-- {% if v is True %} -->
|
||||||
|
<true />
|
||||||
|
<!-- {% else if v is False %} -->
|
||||||
|
<false />
|
||||||
|
<!-- {% else %} -->
|
||||||
|
<string>{{ v }}</string>
|
||||||
|
<!-- {% endif %} {% endfor %} -->
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
Loading…
Reference in New Issue