Open Xcode File -> New Project OSX -> Application -> Command Line Tool Next Product Name: Hexedit Organization: com.skills421 Language: C compile on the command line using: gcc -o hexedit hexedit.c -lcurses
Open Xcode File -> New Project OSX -> Application -> Command Line Tool Next Product Name: Hexedit Organization: com.skills421 Language: C compile on the command line using: gcc -o hexedit hexedit.c -lcurses