Skip to content

Commit

Permalink
Inherit ALWAYS_SEARCH_USER_PATHS from project
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Apr 6, 2019
1 parent 1ae4319 commit 03edc41
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Source/OCHamcrest.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2185,6 +2185,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = 087601D613440806001B439B;
Expand Down Expand Up @@ -2803,7 +2804,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 0E49BBDB1C47498C00418A3C /* XcodeWarnings.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
DSTROOT = /tmp/libochamcrest.dst;
OTHER_CFLAGS = "-fobjc-arc-exceptions";
PRODUCT_NAME = ochamcrest;
Expand All @@ -2815,7 +2815,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 0E49BBDB1C47498C00418A3C /* XcodeWarnings.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
DSTROOT = /tmp/libochamcrest.dst;
OTHER_CFLAGS = "-fobjc-arc-exceptions";
PRODUCT_NAME = ochamcrest;
Expand All @@ -2827,7 +2826,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 0E49BBDB1C47498C00418A3C /* XcodeWarnings.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
FRAMEWORK_SEARCH_PATHS = "$(DEVELOPER_LIBRARY_DIR)/Frameworks";
INFOPLIST_FILE = "Tests-Info.plist";
OTHER_LDFLAGS = "-ObjC";
Expand All @@ -2841,7 +2839,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 0E49BBDB1C47498C00418A3C /* XcodeWarnings.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
FRAMEWORK_SEARCH_PATHS = "$(DEVELOPER_LIBRARY_DIR)/Frameworks";
INFOPLIST_FILE = "Tests-Info.plist";
OTHER_LDFLAGS = "-ObjC";
Expand Down Expand Up @@ -2899,7 +2896,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 0E49BBDB1C47498C00418A3C /* XcodeWarnings.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -2918,7 +2914,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 0E49BBDB1C47498C00418A3C /* XcodeWarnings.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -2937,7 +2932,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 0E49BBDB1C47498C00418A3C /* XcodeWarnings.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = "$(DEVELOPER_LIBRARY_DIR)/Frameworks";
Expand All @@ -2952,7 +2946,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 0E49BBDB1C47498C00418A3C /* XcodeWarnings.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
FRAMEWORK_SEARCH_PATHS = "$(DEVELOPER_LIBRARY_DIR)/Frameworks";
Expand Down

0 comments on commit 03edc41

Please sign in to comment.