I will try it this evening. I appreciate your help. Even if this does not work, I should be able to add something manually to the Xcode project to create the directories and copy over the documentation files.
On Monday, June 2, 2014, Thomas Huth <
th.huth@xxxxxx> wrote:
Am Mon, 2 Jun 2014 07:21:39 -0500
schrieb Bob Carpenter <hatari@xxxxxxxxxx>:
> Thomas,
>
> Thank you for the correction. I did not realize this file existed in
> the src directory as well. I did add your extra line. However, it did
> not help. I see where the mkdir commands exist for creating the
> HatariHelp directory in the CMakeLists file, but those directories
> are never created in the OS X bundle when you compile using Xcode.
Ok... I just saw that I might have missed a dependency in the
"add_executable(hatari MACOSX_BUNDLE ...)" line. Maybe this fixes the
issue? I've commited the changes now to the repository. If that does
not help, I'm running out of ideas...
Thomas