Hi all,
I work now for few weeks on Mac OS X.
When I build my projects, two kind of file are created: prog.app and prog
prog seems to be the main file, the binary.
prog.app seems to be a kind of shortcut used to launch prog in a gui environment.
If I launch prog directly, I can see its UI, but I cannot interact with it.
Some questions now:
For a daemon, have I also to provide the daem.app when I deploy the application ?
For a program, can I put the prog.app anywhere, or have I to put it in "/applications" folder ?
If I use PackageMaker, have I to add prog.app AND prog as contents ? Or have I just to add the prog.app file and PackageMaker will automatically and the prog ?
Thanks,
André.