flet-build-template/{{cookiecutter.out_dir}}/macos/Runner/Release.entitlements

13 lines
409 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- {% for k, v in cookiecutter.options.macos_entitlements.items() %} -->
<key>{{ k }}</key>
<!-- {% if v == True %} -->
<true />
<!-- {% elif v == False %} -->
<false />
<!-- {% endif %} {% endfor %} -->
</dict>
</plist>