From ceef00df2f0b73ef4c7ff3504d9d5dcd4688dc49 Mon Sep 17 00:00:00 2001 From: Hikaru Saito Date: Tue, 26 May 2026 17:51:48 +0900 Subject: [PATCH 1/6] =?UTF-8?q?mise=20run=20app=E3=81=AB=E5=87=A6=E7=90=86?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mise.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 81281c0f..3d0cc2fc 100644 --- a/mise.toml +++ b/mise.toml @@ -41,10 +41,12 @@ run = [ [tasks.build] run = "melos run gen:build_runner --no-select" + [tasks.app] run = [ "melos run gen:build_runner --no-select", - "cd apps/dotto && flutter run --dart-define-from-file=./dart_defines/development.json", + "cd apps/dotto/ios && xcodebuild -resolvePackageDependencies -workspace Runner.xcworkspace -scheme Runner", + "cd ../../apps/dotto && flutter run --dart-define-from-file=./dart_defines/development.json", ] [tasks.widgetbook] From d5b3906d131f7ceac6124860233cf584f1012fb1 Mon Sep 17 00:00:00 2001 From: Hikaru Saito Date: Tue, 26 May 2026 17:53:05 +0900 Subject: [PATCH 2/6] =?UTF-8?q?Gem=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=82=A2=E3=83=83=E3=83=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile.lock b/Gemfile.lock index 3e77f765..5b36003e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -115,6 +115,7 @@ GEM PLATFORMS arm64-darwin-23 + arm64-darwin-25 DEPENDENCIES danger From 3e7e2a17483621a839d42aaf30d3c5b1a3fcc206 Mon Sep 17 00:00:00 2001 From: Hikaru Saito Date: Tue, 26 May 2026 17:56:34 +0900 Subject: [PATCH 3/6] =?UTF-8?q?=E4=BD=99=E8=A8=88=E3=81=AA=E7=A9=BA?= =?UTF-8?q?=E8=A1=8C=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mise.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/mise.toml b/mise.toml index 3d0cc2fc..78455d33 100644 --- a/mise.toml +++ b/mise.toml @@ -41,7 +41,6 @@ run = [ [tasks.build] run = "melos run gen:build_runner --no-select" - [tasks.app] run = [ "melos run gen:build_runner --no-select", From 9ac1c817f3145e5c2d288944426f39ad103a4306 Mon Sep 17 00:00:00 2001 From: Hikaru Saito <135803012+hikaru-0602@users.noreply.github.com> Date: Tue, 26 May 2026 18:07:58 +0900 Subject: [PATCH 4/6] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 78455d33..8e8cb0b8 100644 --- a/mise.toml +++ b/mise.toml @@ -45,7 +45,7 @@ run = "melos run gen:build_runner --no-select" run = [ "melos run gen:build_runner --no-select", "cd apps/dotto/ios && xcodebuild -resolvePackageDependencies -workspace Runner.xcworkspace -scheme Runner", - "cd ../../apps/dotto && flutter run --dart-define-from-file=./dart_defines/development.json", + "cd apps/dotto && flutter run --dart-define-from-file=./dart_defines/development.json", ] [tasks.widgetbook] From e52c973dfdfa1b4cb023c503cf8f49d941b3b22b Mon Sep 17 00:00:00 2001 From: Hikaru Saito Date: Tue, 26 May 2026 20:47:24 +0900 Subject: [PATCH 5/6] =?UTF-8?q?23=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile.lock | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5b36003e..84c1deeb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,7 +114,6 @@ GEM rexml (>= 3.3.6, < 4.0) PLATFORMS - arm64-darwin-23 arm64-darwin-25 DEPENDENCIES From a22e82bd4c4a9f120a4b8e83677dc95acdd85f22 Mon Sep 17 00:00:00 2001 From: Hikaru Saito Date: Tue, 26 May 2026 20:54:14 +0900 Subject: [PATCH 6/6] =?UTF-8?q?build/=20=E3=82=92format=E5=AF=BE=E8=B1=A1?= =?UTF-8?q?=E3=81=8B=E3=82=89=E5=A4=96=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 8e8cb0b8..d883f8e6 100644 --- a/mise.toml +++ b/mise.toml @@ -61,7 +61,7 @@ run = "melos run test:unit" run = "dart analyze apps/dotto/ packages/dotto_design_system/ scripts/" [tasks.format] -run = "dart fix --apply && dart format apps/dotto/ packages/dotto_design_system/ scripts/" +run = "dart fix --apply && dart format apps/dotto/lib/ apps/dotto/test/ packages/dotto_design_system/ scripts/" [tasks.generate-openapi] run = "openapi-generator-cli generate -i ./openapi/openapi.yaml -g dart-dio -o ./packages/dotto_api"