Skip to content

Commit 2bc3004

Browse files
authored
Cleanup xcframework content that can't be pushed to the app store. (#87)
1 parent e2cc0cc commit 2bc3004

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

{{ cookiecutter.format }}/briefcase.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ support_path = "Support"
1919
"3.14": "support_revision = 5",
2020
}.get(cookiecutter.python_version|py_tag, "") }}
2121
cleanup_paths = [
22+
"Support/Python.xcframework/**/python*/config-*-darwin",
23+
"Support/Python.xcframework/**/pkgconfig",
2224
]
2325
icon.16 = "{{ cookiecutter.class_name }}/Assets.xcassets/{{ cookiecutter.formal_name }}.appiconset/icon-16.png"
2426
icon.32 = "{{ cookiecutter.class_name }}/Assets.xcassets/{{ cookiecutter.formal_name }}.appiconset/icon-32.png"

0 commit comments

Comments
 (0)