File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
#import " XCGroup.h"
20
20
#import " XCProject.h"
21
21
#import " XCClassDefinition.h"
22
- #import " Utils/ XCKeyBuilder.h"
22
+ #import " XCKeyBuilder.h"
23
23
#import " XCSourceFileDefinition.h"
24
24
#import " XCSubProjectDefinition.h"
25
25
#import " XCProject+SubProject.h"
Original file line number Diff line number Diff line change 13
13
14
14
#import " XCSourceFile.h"
15
15
#import " XCTarget.h"
16
- #import " Utils/ XCKeyBuilder.h"
16
+ #import " XCKeyBuilder.h"
17
17
#import " XCProject+SubProject.h"
18
18
#import " XCSubProjectDefinition.h"
19
19
#import < Foundation/Foundation.h>
@@ -375,4 +375,4 @@ - (void)removeTargetDependencies:(NSString *)name
375
375
[[self objects ] removeObjectForKey: targetDependencyKey];
376
376
}
377
377
378
- @end
378
+ @end
Original file line number Diff line number Diff line change 13
13
14
14
#import " XCSourceFile.h"
15
15
#import " XCProject.h"
16
- #import " Utils/ XCKeyBuilder.h"
16
+ #import " XCKeyBuilder.h"
17
17
#import " XCGroup.h"
18
18
#import " XCTarget.h"
19
19
Original file line number Diff line number Diff line change 11
11
#import " XCFileOperationQueue.h"
12
12
#import " XCSourceFile.h"
13
13
#import " XCProject.h"
14
- #import " Utils/ XCKeyBuilder.h"
14
+ #import " XCKeyBuilder.h"
15
15
#import " XCSourceFileDefinition.h"
16
16
#import " XCProject+SubProject.h"
17
17
You can’t perform that action at this time.
0 commit comments