We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a8309 commit 2e3e4e5Copy full SHA for 2e3e4e5
1 file changed
{{ cookiecutter.format }}/briefcase.toml
@@ -19,6 +19,8 @@ support_path = "Support"
19
"3.14": "support_revision = 5",
20
}.get(cookiecutter.python_version|py_tag, "") }}
21
cleanup_paths = [
22
+ "Support/Python.xcframework/**/python*/config-*-darwin",
23
+ "Support/Python.xcframework/**/pkgconfig",
24
]
25
icon.16 = "{{ cookiecutter.class_name }}/Assets.xcassets/{{ cookiecutter.formal_name }}.appiconset/icon-16.png"
26
icon.32 = "{{ cookiecutter.class_name }}/Assets.xcassets/{{ cookiecutter.formal_name }}.appiconset/icon-32.png"
0 commit comments