I am currently writing a iOS app.
The app has its own main project.
This app also involves several components and I decide to write those components as static library so that they are more independent and I can more easily share them on GitHub.
And then the main project and library projects all use several 3rd party libraries (they are all source file based. Normally I just need to copy the source files into my project and include the head and use it).
Also I wish to create a non-development project, which contains some journals, dev notes, some candidate images I may use for the app, etc.
So, how should I organise and create all projects including 3rd party libraries in Xcode workspace?
I presume
Thanks
I tend to do the following: