I'm trying to create an Xcode plugin that should read all files contained in the project opened in Xcode and do further work with files names(Extract images names). The question is how to get the directory/path of the main bundle of the project opened in Xcode.
Thank you.