Skip to content
Snippets Groups Projects
Commit 33d79246 authored by George Nachman's avatar George Nachman
Browse files

Fix header search path for dev builds

parent 3afa156d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -29,7 +29,7 @@
*/
 
#import "iTermApplication.h"
#import "App/iTermController.h"
#import <App/iTermController.h>
#import "Window/PTYWindow.h"
#import "Window/PseudoTerminal.h"
#import "Session/PTYSession.h"
Loading
Loading
Loading
Loading
@@ -1255,6 +1255,7 @@
isa = PBXProject;
buildConfigurationList = BB024D39096EE4080021E793 /* Build configuration list for PBXProject "iTerm" */;
compatibilityVersion = "Xcode 3.1";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
English,
Loading
Loading
@@ -1624,7 +1625,10 @@
GCC_WARN_UNUSED_PARAMETER = NO;
GCC_WARN_UNUSED_VALUE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = Headers/iTerm/;
HEADER_SEARCH_PATHS = (
"$(SRCROOT)",
"$(SRCROOT)/Vendor",
);
INFOPLIST_FILE = Resources/properties/iTerm.plist;
LINK_WITH_STANDARD_LIBRARIES = YES;
MACOSX_DEPLOYMENT_TARGET = 10.5;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment