File tree Expand file tree Collapse file tree
{{ cookiecutter.format }} Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Generated using Python {{ cookiecutter.python_version }}
22[briefcase ]
3- # This is the start of the new-style dylib era.
4- target_version = " 0.3.16 "
3+ # This is the start of the PEP 730 framework era.
4+ target_version = " 0.3.20 "
55
66[paths ]
77app_path = " {{ cookiecutter.class_name }}/app"
88app_packages_path = " {{ cookiecutter.class_name }}/app_packages"
99info_plist_path = " {{ cookiecutter.class_name }}/{{ cookiecutter.class_name }}-Info.plist"
1010support_path = " Support"
1111{{ {
12- "3.8 ": "support_revision = 14 ",
13- "3.9 ": "support_revision = 12 ",
14- "3.10 ": "support_revision = 8 ",
15- "3.11 ": "support_revision = 3",
16- "3.12 ": "support_revision = 2 ",
12+ "3.9 ": "support_revision = 13 ",
13+ "3.10 ": "support_revision = 9 ",
14+ "3.11 ": "support_revision = 4 ",
15+ "3.12 ": "support_revision = 3",
16+ "3.13 ": "support_revision = 0 ",
1717}.get(cookiecutter.python_version|py_tag, "") }}
1818
1919icon.20 = " {{ cookiecutter.class_name }}/Images.xcassets/AppIcon.appiconset/icon-20.png"
You can’t perform that action at this time.
0 commit comments