mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-19 08:53:30 +00:00
XcodeCapp now uses both .m and .h shadow files in addition of the general include .h. Seems to fix most of the problems + refactoring
This commit is contained in:
@@ -73,7 +73,9 @@ extern NSString * const XCCListeningStartNotification;
|
||||
- (BOOL)isXIBFile:(NSString *)path;
|
||||
- (BOOL)isXCCIgnoreFile:(NSString *)path;
|
||||
- (BOOL)prepareXCodeSupportProject;
|
||||
- (NSURL*)shadowURLForSourceURL:(NSURL*)aSourceURL;
|
||||
- (NSURL*)shadowHeaderURLForSourceURL:(NSURL*)aSourceURL;
|
||||
- (void)cleanUpShadowsRelatedToSourceURL:(NSURL*)aSourceURL;
|
||||
- (NSURL*)shadowImplementationURLForSourceURL:(NSURL*)aSourceURL;
|
||||
- (NSURL*)sourceURLForShadowName:(NSString *)aString;
|
||||
- (void)handleFileModification:(NSString*)fullPath notify:(BOOL)shouldNotify;
|
||||
- (void)handleFileRemoval:(NSString*)fullPath;
|
||||
|
||||
Reference in New Issue
Block a user