Skip to content

Commit 52a2138

Browse files
Remove unused framework search path, fix warning
1 parent 7c31d5f commit 52a2138

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

Validator.xcodeproj/project.pbxproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -440,10 +440,6 @@
440440
isa = XCBuildConfiguration;
441441
buildSettings = {
442442
BUNDLE_LOADER = "$(TEST_HOST)";
443-
FRAMEWORK_SEARCH_PATHS = (
444-
"$(SDKROOT)/Developer/Library/Frameworks",
445-
"$(inherited)",
446-
);
447443
GCC_PREPROCESSOR_DEFINITIONS = (
448444
"DEBUG=1",
449445
"$(inherited)",
@@ -460,10 +456,6 @@
460456
isa = XCBuildConfiguration;
461457
buildSettings = {
462458
BUNDLE_LOADER = "$(TEST_HOST)";
463-
FRAMEWORK_SEARCH_PATHS = (
464-
"$(SDKROOT)/Developer/Library/Frameworks",
465-
"$(inherited)",
466-
);
467459
INFOPLIST_FILE = ValidatorTests/Info.plist;
468460
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
469461
PRODUCT_BUNDLE_IDENTIFIER = "me.jeffpotter.$(PRODUCT_NAME:rfc1034identifier)";

0 commit comments

Comments
 (0)