Skip to content

Commit be208ec

Browse files
committed
[Project] Remove Unused Search Path
1 parent c630c67 commit be208ec

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

ReSwiftRouter.xcodeproj/project.pbxproj

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,10 +1288,7 @@
12881288
625E66FA1C2000EB0027C288 /* Debug */ = {
12891289
isa = XCBuildConfiguration;
12901290
buildSettings = {
1291-
FRAMEWORK_SEARCH_PATHS = (
1292-
"$(inherited)",
1293-
"$(PROJECT_DIR)/Carthage/Build/iOS",
1294-
);
1291+
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
12951292
INFOPLIST_FILE = ReSwiftRouterTests/Info.plist;
12961293
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
12971294
PRODUCT_BUNDLE_IDENTIFIER = "de.benjamin-encz.SwiftFlowRouterTests";
@@ -1302,10 +1299,7 @@
13021299
625E66FB1C2000EB0027C288 /* Release */ = {
13031300
isa = XCBuildConfiguration;
13041301
buildSettings = {
1305-
FRAMEWORK_SEARCH_PATHS = (
1306-
"$(inherited)",
1307-
"$(PROJECT_DIR)/Carthage/Build/iOS",
1308-
);
1302+
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
13091303
INFOPLIST_FILE = ReSwiftRouterTests/Info.plist;
13101304
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
13111305
PRODUCT_BUNDLE_IDENTIFIER = "de.benjamin-encz.SwiftFlowRouterTests";

0 commit comments

Comments
 (0)