Has anyone got an example of how to incorporate a folder into a Mac OSX App?

In other words I want to have the following directory structure:
MyApp.app
    Contents
       MacOS
           MyApp
           Help
              en
           Help
              es
In other words the Help directory is a subdirectory of the directory in
which the application resides.

The problem seems to be that I can't just copy the files into MyApp.app
because this is created when the executable is built. So there is a
dependency issue.

There is lots of stuff about bundles on the web but I haven't been able to
find something similar to what I want to do.

Thanks
   Andrew


-- 
___________________________________________
Andrew J. P. Maclean

___________________________________________
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to