I tried to compile a MacOS binary. However, I don't know where to put the directories/files that have to be dynamically loaded during the runtime of my hollywood application.
I have four directories:
Code: Select all
<path-to-project-dir>/
-->fonts/
-->pics/
-->init/
-->data/
Code: Select all
<path-to-project-dir>/
-->hwapp
Code: Select all
<path-to-project-dir>/
-->hwapp.app/
-->-->Contents/
-->-->-->Info.plist
-->-->-->MacOS/
-->-->-->-->hwapp
-->-->-->Resources/
-->-->-->-->hwapp.icns
So, where do I have to store my directories like "fonts", "pics", etc, such that MacOS can find them in a relative path from whereever it defines its working directory?
I have no clue about MacOS, so please be as specific as possible in your response
Thanks, Tom