From b4fa882ad09ba90bb989949fa3d7ab4befb3a8de Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Sun, 16 Nov 2025 10:10:07 -0800 Subject: [PATCH] Switch serious_python dependency to git source Replaces the serious_python version 0.9.4 with a git dependency pointing to the ios-bundle-id-fix branch. This allows using the latest changes from that branch. --- {{cookiecutter.out_dir}}/pubspec.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/{{cookiecutter.out_dir}}/pubspec.yaml b/{{cookiecutter.out_dir}}/pubspec.yaml index 68b1c62..f4437d5 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -29,13 +29,13 @@ dependency_overrides: # ref: feodor/flet-0-27-5-fixes # url: https://github.com/flet-dev/flet.git - serious_python: 0.9.4 + # serious_python: 0.9.4 - # serious_python: - # git: - # url: https://github.com/flet-dev/serious-python.git - # ref: main - # path: src/serious_python + serious_python: + git: + url: https://github.com/flet-dev/serious-python.git + ref: ios-bundle-id-fix + path: src/serious_python wakelock_plus: ^1.2.10 web: ^1.0.0