From 5e8805fe6913221eace1b4fdc5ce75e4e0a9edcc Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 07:08:48 +0000 Subject: [PATCH] Fix macOS build PRODUCT_NAME constraint Co-authored-by: arran4 <111667+arran4@users.noreply.github.com> --- README.md | 2 +- macos/Runner/Configs/AppInfo.xcconfig | 2 +- macos/Runner/Info.plist | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69ee4b1b..d105dab2 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Release artifacts are generated in specific output directories. The CI pipeline |----------|---------------|-----------------| | **Windows** | `flutter build windows` | `build/windows/x64/runner/Release` | | **Linux** | `flutter build linux` | `build/linux/x64/release/bundle` | -| **macOS** | `flutter build macos` | `build/macos/Build/Products/Release/Arran's Jules Client.app` | +| **macOS** | `flutter build macos` | `build/macos/Build/Products/Release/flutter_jules.app` | ### Code Quality & Testing diff --git a/macos/Runner/Configs/AppInfo.xcconfig b/macos/Runner/Configs/AppInfo.xcconfig index 405451a4..33af52a2 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 = Arran's Jules Client +PRODUCT_NAME = flutter_jules // The application's bundle identifier PRODUCT_BUNDLE_IDENTIFIER = com.arran4.flutterJules diff --git a/macos/Runner/Info.plist b/macos/Runner/Info.plist index 4789daa6..21a05219 100644 --- a/macos/Runner/Info.plist +++ b/macos/Runner/Info.plist @@ -4,6 +4,8 @@ CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) + CFBundleDisplayName + Arran's Jules Client CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIconFile