Skip to content

Commit

Permalink
Fix global header
Browse files Browse the repository at this point in the history
  • Loading branch information
gcasa committed Sep 14, 2024
1 parent b9187da commit 68356b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions Tools/pc2xc/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@

#import <Foundation/Foundation.h>

#import <XCode/PBXCoder.h>
#import <XCode/PBXContainer.h>
#import <XCode/PBXProject.h>
#import <XCode/GSXCColors.h>

#import <XCode/XCode.h>
#import <XCode/xcsystem.h>

PBXContainer *buildContainer(NSString *projectName,
Expand All @@ -23,8 +19,9 @@
NSArray *other,
NSArray *frameworks)
{
PBXContainer *container = [[PBXContainer alloc] init];
NSLog(@"files = %@", files);
return nil;
return container;
}


Expand Down
2 changes: 1 addition & 1 deletion XCode/XCode.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define __XCode_h_GNUSTEP_INCLUDE

#import <XCode/GSXCBuildContext.h>
#import <XCode/GSXCBuildDatabase.h
#import <XCode/GSXCBuildDatabase.h>
#import <XCode/GSXCBuildDelegate.h>
#import <XCode/GSXCBuildOperation.h>
#import <XCode/GSXCColors.h>
Expand Down

0 comments on commit 68356b6

Please sign in to comment.