Skip to content

Commit d53cf34

Browse files
committed
Fix some build setting inheritance
1 parent 55a920b commit d53cf34

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

ObjectiveGitFramework.xcodeproj/project.pbxproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1571,30 +1571,25 @@
15711571
isa = XCBuildConfiguration;
15721572
baseConfigurationReference = D0D81867174421EB00995A2E /* Mac-Application.xcconfig */;
15731573
buildSettings = {
1574-
CLANG_ENABLE_MODULES = YES;
15751574
FRAMEWORK_SEARCH_PATHS = (
15761575
"$(inherited)",
15771576
"$(DEVELOPER_FRAMEWORKS_DIR)",
15781577
);
15791578
INFOPLIST_FILE = "ObjectiveGitTests/ObjectiveGitTests-Info.plist";
1580-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
15811579
MACOSX_DEPLOYMENT_TARGET = 10.9;
15821580
PRODUCT_NAME = "$(TARGET_NAME)";
1583-
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
15841581
};
15851582
name = Debug;
15861583
};
15871584
88F05A8116011E5400B7AD1D /* Release */ = {
15881585
isa = XCBuildConfiguration;
15891586
baseConfigurationReference = D0D81867174421EB00995A2E /* Mac-Application.xcconfig */;
15901587
buildSettings = {
1591-
CLANG_ENABLE_MODULES = YES;
15921588
FRAMEWORK_SEARCH_PATHS = (
15931589
"$(inherited)",
15941590
"$(DEVELOPER_FRAMEWORKS_DIR)",
15951591
);
15961592
INFOPLIST_FILE = "ObjectiveGitTests/ObjectiveGitTests-Info.plist";
1597-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
15981593
MACOSX_DEPLOYMENT_TARGET = 10.9;
15991594
PRODUCT_NAME = "$(TARGET_NAME)";
16001595
};
@@ -1653,16 +1648,13 @@
16531648
isa = XCBuildConfiguration;
16541649
baseConfigurationReference = D0D81867174421EB00995A2E /* Mac-Application.xcconfig */;
16551650
buildSettings = {
1656-
CLANG_ENABLE_MODULES = YES;
16571651
FRAMEWORK_SEARCH_PATHS = (
16581652
"$(inherited)",
16591653
"$(DEVELOPER_FRAMEWORKS_DIR)",
16601654
);
16611655
INFOPLIST_FILE = "ObjectiveGitTests/ObjectiveGitTests-Info.plist";
1662-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
16631656
MACOSX_DEPLOYMENT_TARGET = 10.9;
16641657
PRODUCT_NAME = "$(TARGET_NAME)";
1665-
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
16661658
};
16671659
name = Test;
16681660
};
@@ -1871,13 +1863,11 @@
18711863
isa = XCBuildConfiguration;
18721864
baseConfigurationReference = D0D81867174421EB00995A2E /* Mac-Application.xcconfig */;
18731865
buildSettings = {
1874-
CLANG_ENABLE_MODULES = YES;
18751866
FRAMEWORK_SEARCH_PATHS = (
18761867
"$(inherited)",
18771868
"$(DEVELOPER_FRAMEWORKS_DIR)",
18781869
);
18791870
INFOPLIST_FILE = "ObjectiveGitTests/ObjectiveGitTests-Info.plist";
1880-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
18811871
MACOSX_DEPLOYMENT_TARGET = 10.9;
18821872
PRODUCT_NAME = "$(TARGET_NAME)";
18831873
};

0 commit comments

Comments
 (0)