From c99cdb6518df20e6f2d8a9b77d9c3ea03783e88f Mon Sep 17 00:00:00 2001 From: Enrique Date: Tue, 22 Jul 2025 16:09:15 +0200 Subject: [PATCH 1/2] Add note about AppleDouble in MxBuild docs --- content/en/docs/refguide/general/mxbuild.md | 7 +++++++ content/en/docs/refguide10/general/mxbuild.md | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/content/en/docs/refguide/general/mxbuild.md b/content/en/docs/refguide/general/mxbuild.md index 8c61d7417aa..4238605013b 100644 --- a/content/en/docs/refguide/general/mxbuild.md +++ b/content/en/docs/refguide/general/mxbuild.md @@ -36,6 +36,13 @@ 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 %}} +{{% alert color="info" %}} +Note for MXbuild and macOS users: + +If you are using the macOS version of Studio Pro and you store your project files on an external drive not formatted using the Apple File System, macOS can generate hidden files and folders that can make Windows versions of Studio Pro or MxBuild not work as expected. +{{% /alert %}} + + ## Command Line To build your package, specify the Mendix app file (*.mpr*) for which you want to build the deployment package (*.mda*) on the command-line. The file name may be preceded by a relative or absolute path. The app file should be located inside a Mendix app directory. diff --git a/content/en/docs/refguide10/general/mxbuild.md b/content/en/docs/refguide10/general/mxbuild.md index ec5e12aed09..77500879b07 100644 --- a/content/en/docs/refguide10/general/mxbuild.md +++ b/content/en/docs/refguide10/general/mxbuild.md @@ -36,6 +36,12 @@ 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 %}} +{{% alert color="info" %}} +Note for MXbuild and macOS users: + +If you are using the macOS version of Studio Pro and you store your project files on an external drive not formatted using the Apple File System, macOS can generate hidden files and folders that can make Windows versions of Studio Pro or MxBuild not work as expected. +{{% /alert %}} + ## Command Line To build your package, specify the Mendix app file (*.mpr*) for which you want to build the deployment package (*.mda*) on the command-line. The file name may be preceded by a relative or absolute path. The app file should be located inside a Mendix app directory. From 15315391076440d42baac195f55b8c94dfb615b5 Mon Sep 17 00:00:00 2001 From: quinntracy Date: Wed, 23 Jul 2025 13:51:55 +0200 Subject: [PATCH 2/2] Change box from info > warning --- content/en/docs/refguide/general/mxbuild.md | 4 ++-- content/en/docs/refguide10/general/mxbuild.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/refguide/general/mxbuild.md b/content/en/docs/refguide/general/mxbuild.md index 4238605013b..8dff9a27dae 100644 --- a/content/en/docs/refguide/general/mxbuild.md +++ b/content/en/docs/refguide/general/mxbuild.md @@ -36,8 +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 %}} -{{% alert color="info" %}} -Note for MXbuild and macOS users: +{{% alert color="warning" %}} +For MxBuild and macOS users: If you are using the macOS version of Studio Pro and you store your project files on an external drive not formatted using the Apple File System, macOS can generate hidden files and folders that can make Windows versions of Studio Pro or MxBuild not work as expected. {{% /alert %}} diff --git a/content/en/docs/refguide10/general/mxbuild.md b/content/en/docs/refguide10/general/mxbuild.md index 77500879b07..2e451308262 100644 --- a/content/en/docs/refguide10/general/mxbuild.md +++ b/content/en/docs/refguide10/general/mxbuild.md @@ -36,8 +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 %}} -{{% alert color="info" %}} -Note for MXbuild and macOS users: +{{% alert color="warning" %}} +For MxBuild and macOS users: If you are using the macOS version of Studio Pro and you store your project files on an external drive not formatted using the Apple File System, macOS can generate hidden files and folders that can make Windows versions of Studio Pro or MxBuild not work as expected. {{% /alert %}}