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