I am working on Server side swift (Perfect 2.0). Is there a way to get access to Xcode's build setting variable "$(PROJECT_DIR)" or "$(SRCROOT)" with out using any CocoaTouch frameworks. i.e CoreFoundation. ?
what actually I want is to access my project's root directory from code. but Using NSBundle won't work because its not CocoaTouch