From b6de7ef40d9bfd35c132425f34e9c781f7ec49fd Mon Sep 17 00:00:00 2001 From: Kofua <1638183271zjn@gmail.com> Date: Sat, 6 Sep 2025 16:29:48 +0800 Subject: [PATCH] fix macOS target app name (#1199) --- macos/Runner/Configs/AppInfo.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/Runner/Configs/AppInfo.xcconfig b/macos/Runner/Configs/AppInfo.xcconfig index 4c68bd140..42b413325 100644 --- a/macos/Runner/Configs/AppInfo.xcconfig +++ b/macos/Runner/Configs/AppInfo.xcconfig @@ -5,7 +5,7 @@ // 'flutter create' template. // The application's name. By default this is also the title of the Flutter window. -PRODUCT_NAME = piliplus +PRODUCT_NAME = PiliPlus // The application's bundle identifier PRODUCT_BUNDLE_IDENTIFIER = com.example.piliplus