diff --git a/Source/XCProject.h b/Source/XCProject.h index 2fe7a09..2489dc6 100755 --- a/Source/XCProject.h +++ b/Source/XCProject.h @@ -21,8 +21,6 @@ @class XCSubProjectDefinition; @class XCProjectBuildConfig; -NSString* const XCProjectNotFoundException; - @interface XCProject : NSObject { @protected diff --git a/Source/XCProject.m b/Source/XCProject.m index ee7e2aa..041b797 100755 --- a/Source/XCProject.m +++ b/Source/XCProject.m @@ -17,6 +17,8 @@ #import "XCFileOperationQueue.h" #import "XCProjectBuildConfig.h" +NSString* const XCProjectNotFoundException; + @implementation XCProject @@ -402,4 +404,4 @@ - (NSArray*)projectFilesOfType:(XcodeSourceFileType)projectFileType return results; } -@end \ No newline at end of file +@end