File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
{{ cookiecutter.format }} Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ app_packages_path = "{{ cookiecutter.class_name }}/app_packages"
9
9
info_plist_path = " {{ cookiecutter.class_name }}/{{ cookiecutter.class_name }}-Info.plist"
10
10
support_path = " Support"
11
11
{{ {
12
- "3.9": "support_revision = 14 ",
13
- "3.10": "support_revision = 10 ",
14
- "3.11": "support_revision = 5 ",
15
- "3.12": "support_revision = 5 ",
16
- "3.13": "support_revision = 2 ",
12
+ "3.9": "support_revision = 15 ",
13
+ "3.10": "support_revision = 11 ",
14
+ "3.11": "support_revision = 6 ",
15
+ "3.12": "support_revision = 6 ",
16
+ "3.13": "support_revision = 3 ",
17
17
}.get(cookiecutter.python_version|py_tag, "") }}
18
18
19
19
icon.20 = " {{ cookiecutter.class_name }}/Images.xcassets/AppIcon.appiconset/icon-20.png"
You can’t perform that action at this time.
0 commit comments