From 43b300dd8b51aa2069af2bbb8705f2decc0ade51 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Wed, 23 Jul 2025 14:39:21 +0800 Subject: [PATCH] Cleanup xcframework content that can't be pushed to the app store. --- {{ cookiecutter.format }}/briefcase.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/{{ cookiecutter.format }}/briefcase.toml b/{{ cookiecutter.format }}/briefcase.toml index 1a91483..07ea985 100644 --- a/{{ cookiecutter.format }}/briefcase.toml +++ b/{{ cookiecutter.format }}/briefcase.toml @@ -19,6 +19,8 @@ support_path = "Support" "3.14": "support_revision = 5", }.get(cookiecutter.python_version|py_tag, "") }} cleanup_paths = [ + "Support/Python.xcframework/**/python*/config-*-darwin", + "Support/Python.xcframework/**/pkgconfig", ] icon.16 = "{{ cookiecutter.class_name }}/Assets.xcassets/{{ cookiecutter.formal_name }}.appiconset/icon-16.png" icon.32 = "{{ cookiecutter.class_name }}/Assets.xcassets/{{ cookiecutter.formal_name }}.appiconset/icon-32.png"