New: Added menu Create Project... in xCodeCapp

Previously it wasn't possible to create a capp project from xCodeCapp.
Now you can create one from the menu item Create Project, xCodeCapp will load the project as the same time is no error occurs.
When choosing an existing project, xCodeCapp removes the old one (this is asked to the user, would you like to replace the files...).
In case of errors, the errors panel appears.
This commit is contained in:
Alexandre Wilhelm
2013-08-06 00:41:38 -07:00
parent 3c9435ed21
commit ceb22a47c5
5 changed files with 494 additions and 2332 deletions
@@ -40,6 +40,7 @@
+ (AppController *)sharedAppController;
- (IBAction)createProject:(id)sender;
- (IBAction)loadProject:(id)aSender;
- (IBAction)openHelp:(id)aSender;
- (IBAction)openAbout:(id)aSender;