Skip to content

Commit cbacb4c

Browse files
authored
Merge pull request #9891 from envialon/ctrl/3347-update-docs-note-about-appledouble
Add note about AppleDouble in MxBuild docs
2 parents d230e0a + 1531539 commit cbacb4c

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

content/en/docs/refguide/general/mxbuild.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ For details on the system requirements for MxBuild, see [System Requirements](/r
3636
The examples used in this document are for Windows, except when specifically mentioned otherwise.
3737
{{% /alert %}}
3838

39+
{{% alert color="warning" %}}
40+
For MxBuild and macOS users:
41+
42+
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.
43+
{{% /alert %}}
44+
45+
3946
## Command Line
4047

4148
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.

content/en/docs/refguide10/general/mxbuild.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ For details on the system requirements for MxBuild, see [System Requirements](/r
3636
The examples used in this document are for Windows, except when specifically mentioned otherwise.
3737
{{% /alert %}}
3838

39+
{{% alert color="warning" %}}
40+
For MxBuild and macOS users:
41+
42+
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.
43+
{{% /alert %}}
44+
3945
## Command Line
4046

4147
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.

0 commit comments

Comments
 (0)