New: xcc --reset resets the Xcode support before opening the project.

This will help in cases where the project is way out of sync and crashes XCC.
This commit is contained in:
Aparajita Fishman
2013-05-12 16:18:41 -04:00
parent 574672f15f
commit e047212f5f
12 changed files with 261 additions and 276 deletions
@@ -0,0 +1,15 @@
//
// XcodeProjectCloser.h
// XcodeCapp
//
// Created by Aparajita on 5/12/13.
// Copyright (c) 2013 Cappuccino Project. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface XcodeProjectCloser : NSObject
+ (void)closeXcodeProjectForProject:(NSString *)projectPath;
@end