XcodeEditor
XcodeEditor copied to clipboard
Moved global variable declaration from .h to .m file
This fixes "duplicated symbol" linker errors for XCProjectNotFoundException, occurring because XCProject.h file was included in several .m files.