Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion macos/Runner/Configs/AppInfo.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions macos/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Arran's Jules Client</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIconFile</key>
Expand Down
Loading