mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
This will help in cases where the project is way out of sync and crashes XCC.
16 lines
294 B
Objective-C
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
|