Skip to content

Commit

Permalink
Remove incorrect framework search path
Browse files Browse the repository at this point in the history
  • Loading branch information
nschum committed Sep 23, 2015
1 parent 51e9d33 commit 21f6314
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions HamcrestDemo.xcodeproj/project.pbxproj
Expand Up @@ -360,10 +360,6 @@
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
Expand All @@ -380,10 +376,6 @@
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
INFOPLIST_FILE = HamcrestDemoTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "de.nschum.$(PRODUCT_NAME:rfc1034identifier)";
Expand Down

0 comments on commit 21f6314

Please sign in to comment.