I know this may seem a little strange, but I will need to generate xcodeproj automatically. Basically scanning a file system and adding specific files to a project and to a specific purpose.
The main reason for this is that I work in an environment with a zero IDE. Thus, we have our own build system, and the source files are added and deleted all the time.
I could use "create folder links for any added folders." However, xcode will never parse source files unless they are part of any purpose. So, no characters, no code completion ...
For me, the only option would be to "automatically update" my xcodeproj with a script ...
Thank you in advance for your details!
source
share