I’m developing in XCode and have manged to import the source code for the command line tool as say command_line.c. What do I need to do to have this file built as a command line tool that is embedded in the main Cocoa application?
Also tagged cocoa, xcode