I'm currently using XCode 3.2, and I am already working on my existing project using the terminal and vim. Files/folders that already exists are:
- C source files
- C header files
- makefile
- bash script for automatic testing
- test directories
- git
My current program basically syncs 2 or more directories given to it as arguments in the terminal and syncs them recursively. I'm trying to use Xcode in hopes that it'll help in debugging and improving my workflow in general.