New: added xcc executable to open a project in XcodeCapp from command line.

Usage: xcc [directory]

Updated help accordingly.
This commit is contained in:
Aparajita Fishman
2013-05-09 16:48:37 -04:00
parent 86d7ec4180
commit 75b3bf22e6
9 changed files with 293 additions and 14 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
- (IBAction)openHelp:(id)aSender;
- (IBAction)openAbout:(id)aSender;
- (void)loadProjectAtPath:(NSString *)path;
- (BOOL)loadProjectAtPath:(NSString *)path;
@end