Database Reference
In-Depth Information
As I mentioned, the big advantage of using workspaces is that you can create multiple
projects under the workspace, and have the main project set dependencies on the
“child” projects, so that they are automatically built and linked in to the main project.
But because they use independent project files, developers can work on them individ-
ually without creating merge issues.
Let's assume that Diane did just that, and turned her project into a workspace. In
addition, she created a new project inside the workspace called ChatAPI. To do that,
all she needed to do is to choose File→New→Project , and once she was at the new project
wizard, select a Cocoa Static Touch Library under the iOS Framework & Library sec-
tion. She named it ChatAPI, and placed the project directory at the same level as the
main BuggyWhipChat workspace file (see Figure 2-5 ).
Figure 2-5. Creating a project inside a workspace
When she's done, she ends up with a project navigator view that looks something like
the one in Figure 2-6 .
 
Search WWH ::




Custom Search