I have a project in XCode (version 4.6.2) which include application and command line utility. How can I create a installer for that project to test if everything works (e.g. command line utility is installed in the /usr/local/bin directory and application in the /Applications directory)?
When I make a Archive Build from XCode and Distribute then I get a directory which has a proper directories structure and my compiled apps but I don't know how to do now an installer from that files.