Hello, I'm attempting to use the OSXX11 CPack generator to package my GTK app for Mac distribution. When I run the generator it produces the .DMG file with the App bundle inside of it, however, clicking the app bundle does not launch my app.
Investigating, I found that I could get the app to work if I added the executable flag (chmod +x) to both Bundle->Contents->MacOS/MyApp-1.1.0-Darwin and Bundle->Content->Resources/RuntimeScript Is this a bug? I searched the bug tracker for OSXX11 but nothing came up. I'm using CMake/CPack 2.8.4 and I'm on OSX 10.6.6 -Brandon _______________________________________________ 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
