1. I have developed an application in Flex. Exported it to a .dmg file.
2. After that I used "Package Creator" to make a installer for my application.
3. Now, using this installer I install the application.
4. Icon is created on Desktop.
5. When i click this Icon to open my application a Terminal window launches,
and then my application.
So, I want to hide this terminal window.
I read somewhere that this terminal window is shown because "Mac binaries are set to be opened with the 'Terminal' program".
And it is like application is executing in that terminal, i.e Terminal is Parent process of application.
Requirement: When i launch my application the terminal window should not appear.