From fe83fc0c5d3be3303e903eaf38424d0812aa9b9d Mon Sep 17 00:00:00 2001 From: Shawn Date: Fri, 28 Jul 2023 10:04:34 -0600 Subject: [PATCH] Fix macos title --- 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 5c639c07..61a7e5b5 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 = wonders +PRODUCT_NAME = Wonderous // The application's bundle identifier PRODUCT_BUNDLE_IDENTIFIER = com.gskinner.flutter.wonders