mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-29 15:07:04 +00:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user