From a1bc1fbfe67b14731a3cfb1ecfa837950079d9eb Mon Sep 17 00:00:00 2001 From: "siarhei.merts" Date: Thu, 24 Jul 2025 17:13:39 +0200 Subject: [PATCH 1/2] Updated mxbuild documentation to mention that mxbuild and mxutil are available on macOS. Related Work Items: #CTRl-2855 --- .../en/docs/refguide/general/mx-command-line-tool/_index.md | 2 +- content/en/docs/refguide/general/mxbuild.md | 4 +++- content/en/docs/refguide/installation/system-requirements.md | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/content/en/docs/refguide/general/mx-command-line-tool/_index.md b/content/en/docs/refguide/general/mx-command-line-tool/_index.md index fc4592b9e0b..41b22021d3b 100644 --- a/content/en/docs/refguide/general/mx-command-line-tool/_index.md +++ b/content/en/docs/refguide/general/mx-command-line-tool/_index.md @@ -7,7 +7,7 @@ description: "Describes the options of the mx command-line tool." ## Introduction -The mx tool is a Windows and Linux command-line tool that can be used to perform various actions on a Mendix app. +The mx tool is a Windows, Linux and macOS command-line tool that can be used to perform various actions on a Mendix app. ## Location diff --git a/content/en/docs/refguide/general/mxbuild.md b/content/en/docs/refguide/general/mxbuild.md index 8dff9a27dae..095384ae4c0 100644 --- a/content/en/docs/refguide/general/mxbuild.md +++ b/content/en/docs/refguide/general/mxbuild.md @@ -7,7 +7,7 @@ description: "Describes MxBuild, which is a command-line tool for building and d ## Introduction -MxBuild is a Windows and Linux command-line tool that can be used to build a Mendix Deployment Package from a Mendix app. +MxBuild is a Windows, Linux and macOS command-line tool that can be used to build a Mendix Deployment Package from a Mendix app. The version of MxBuild you need depends on the version of the Mendix model you would like to build, as well as the host operating system you would like to use. @@ -36,6 +36,8 @@ For details on the system requirements for MxBuild, see [System Requirements](/r The examples used in this document are for Windows, except when specifically mentioned otherwise. {{% /alert %}} +On macOS, the MxBuild tool is distributed only within the StudioPro.app bundle. The Studio Pro installer automatically creates a symlink in `/usr/local/bin` with the format `mxbuild{mxversion}` (for example, `mxbuild11.0.0`), where `{mxversion}` does not include the build number. This symlink points to the `mxbuild` executable inside the app bundle, making it accessible from the command line. + {{% alert color="warning" %}} For MxBuild and macOS users: diff --git a/content/en/docs/refguide/installation/system-requirements.md b/content/en/docs/refguide/installation/system-requirements.md index ba839404f45..94bf8a7d60f 100644 --- a/content/en/docs/refguide/installation/system-requirements.md +++ b/content/en/docs/refguide/installation/system-requirements.md @@ -303,13 +303,13 @@ Developing native mobile apps with Mendix comes with special requirements explai ## MxBuild {#mxbuild} -MxBuild is a Windows and Linux command-line tool that can be used to build a Mendix Deployment Package. For more information, see [MxBuild](/refguide/mxbuild/). +MxBuild is a Windows, Linux and macOS command-line tool that can be used to build a Mendix Deployment Package. For more information, see [MxBuild](/refguide/mxbuild/). * .NET 8 * JDK 21 ## mx Command-Line Tool {#mxtool} -The **mx** command-line tool is a Windows and Linux command-line tool that can be used to do useful things with your Mendix app. For more information, see [mx Command-Line Tool](/refguide/mx-command-line-tool/). +The **mx** command-line tool is a Windows, Linux and macOS command-line tool that can be used to do useful things with your Mendix app. For more information, see [mx Command-Line Tool](/refguide/mx-command-line-tool/). * Mono v5.20.x or .NET v4.7.2 From e1e6cc663ef9f82c5744103c8fa15573bcd756c1 Mon Sep 17 00:00:00 2001 From: quinntracy Date: Fri, 25 Jul 2025 13:50:30 +0200 Subject: [PATCH 2/2] Proof --- .../en/docs/refguide/general/mx-command-line-tool/_index.md | 2 +- content/en/docs/refguide/general/mxbuild.md | 4 ++-- content/en/docs/refguide/installation/system-requirements.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/en/docs/refguide/general/mx-command-line-tool/_index.md b/content/en/docs/refguide/general/mx-command-line-tool/_index.md index 41b22021d3b..60712f1c6f5 100644 --- a/content/en/docs/refguide/general/mx-command-line-tool/_index.md +++ b/content/en/docs/refguide/general/mx-command-line-tool/_index.md @@ -7,7 +7,7 @@ description: "Describes the options of the mx command-line tool." ## Introduction -The mx tool is a Windows, Linux and macOS command-line tool that can be used to perform various actions on a Mendix app. +The mx tool is a Windows, Linux, and macOS command-line tool that can be used to perform various actions on a Mendix app. ## Location diff --git a/content/en/docs/refguide/general/mxbuild.md b/content/en/docs/refguide/general/mxbuild.md index 095384ae4c0..5ec627a6bc7 100644 --- a/content/en/docs/refguide/general/mxbuild.md +++ b/content/en/docs/refguide/general/mxbuild.md @@ -7,7 +7,7 @@ description: "Describes MxBuild, which is a command-line tool for building and d ## Introduction -MxBuild is a Windows, Linux and macOS command-line tool that can be used to build a Mendix Deployment Package from a Mendix app. +MxBuild is a Windows, Linux, and macOS command-line tool that can be used to build a Mendix Deployment Package from a Mendix app. The version of MxBuild you need depends on the version of the Mendix model you would like to build, as well as the host operating system you would like to use. @@ -36,7 +36,7 @@ For details on the system requirements for MxBuild, see [System Requirements](/r The examples used in this document are for Windows, except when specifically mentioned otherwise. {{% /alert %}} -On macOS, the MxBuild tool is distributed only within the StudioPro.app bundle. The Studio Pro installer automatically creates a symlink in `/usr/local/bin` with the format `mxbuild{mxversion}` (for example, `mxbuild11.0.0`), where `{mxversion}` does not include the build number. This symlink points to the `mxbuild` executable inside the app bundle, making it accessible from the command line. +On macOS, the MxBuild tool is distributed only within the `StudioPro.app` bundle. The Studio Pro installer automatically creates a symlink in `/usr/local/bin` with the format `mxbuild{mxversion}` (for example, `mxbuild11.0.0`), where `{mxversion}` does not include the build number. This symlink points to the `mxbuild` executable inside the app bundle, making it accessible from the command-line. {{% alert color="warning" %}} For MxBuild and macOS users: diff --git a/content/en/docs/refguide/installation/system-requirements.md b/content/en/docs/refguide/installation/system-requirements.md index 94bf8a7d60f..99d8c676e00 100644 --- a/content/en/docs/refguide/installation/system-requirements.md +++ b/content/en/docs/refguide/installation/system-requirements.md @@ -303,13 +303,13 @@ Developing native mobile apps with Mendix comes with special requirements explai ## MxBuild {#mxbuild} -MxBuild is a Windows, Linux and macOS command-line tool that can be used to build a Mendix Deployment Package. For more information, see [MxBuild](/refguide/mxbuild/). +MxBuild is a Windows, Linux, and macOS command-line tool that can be used to build a Mendix Deployment Package. For more information, see [MxBuild](/refguide/mxbuild/). * .NET 8 * JDK 21 ## mx Command-Line Tool {#mxtool} -The **mx** command-line tool is a Windows, Linux and macOS command-line tool that can be used to do useful things with your Mendix app. For more information, see [mx Command-Line Tool](/refguide/mx-command-line-tool/). +The **mx** command-line tool is a Windows, Linux, and macOS command-line tool that can be used to do useful things with your Mendix app. For more information, see [mx Command-Line Tool](/refguide/mx-command-line-tool/). * Mono v5.20.x or .NET v4.7.2