Skip to content

Commit

Permalink
place our own headers in header search paths, not the system one
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfugil committed Jan 21, 2024
1 parent 12e4049 commit 9e0029b
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions plooshInit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1266,10 +1266,6 @@
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SYSTEM_HEADER_SEARCH_PATHS = (
"$(PROJECT_DIR)/apple-include",
"$(PROJECT_DIR)/include",
);
};
name = Debug;
};
Expand Down Expand Up @@ -1324,10 +1320,6 @@
MACOSX_DEPLOYMENT_TARGET = 10.14;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SYSTEM_HEADER_SEARCH_PATHS = (
"$(PROJECT_DIR)/apple-include",
"$(PROJECT_DIR)/include",
);
};
name = Release;
};
Expand All @@ -1337,6 +1329,7 @@
CODE_SIGNING_ALLOWED = NO;
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = "";
HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -1359,10 +1352,7 @@
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
SYSTEM_HEADER_SEARCH_PATHS = (
"apple-include",
include,
);
SYSTEM_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/apple-include";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -1373,6 +1363,7 @@
CODE_SIGNING_ALLOWED = NO;
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = "";
HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include";
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -1394,10 +1385,7 @@
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_VERSION = 5.0;
SYSTEM_HEADER_SEARCH_PATHS = (
"apple-include",
include,
);
SYSTEM_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/apple-include";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down

0 comments on commit 9e0029b

Please sign in to comment.