Files
cappuccino/Tools/XcodeCapp/XcodeCapp/XcodeProjectCloser.h
T
Aparajita Fishman e047212f5f 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.
2013-05-12 16:18:41 -04:00

16 lines
294 B
Objective-C

//
// 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