Skip to content
This repository was archived by the owner on Jun 20, 2019. It is now read-only.

Commit 1ffba5d

Browse files
committed
JSC: added combine iOS libs target
1 parent b75ce9a commit 1ffba5d

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,17 @@
6868
name = "Derived Sources iOS";
6969
productName = "Derived Sources";
7070
};
71+
B6CDA155182942EC00190074 /* Combine iOS libs */ = {
72+
isa = PBXAggregateTarget;
73+
buildConfigurationList = B6CDA156182942EC00190074 /* Build configuration list for PBXAggregateTarget "Combine iOS libs" */;
74+
buildPhases = (
75+
B6CDA15B1829430D00190074 /* ShellScript */,
76+
);
77+
dependencies = (
78+
);
79+
name = "Combine iOS libs";
80+
productName = "Combine iOS libs";
81+
};
7182
/* End PBXAggregateTarget section */
7283

7384
/* Begin PBXBuildFile section */
@@ -6887,6 +6898,7 @@
68876898
B647975A1829146300CCF60F /* JavaScriptCore iOS */,
68886899
B65883611829174400CDA593 /* JSCLLIntOffsetsExtractor iOS */,
68896900
B6CDA145182917AA00190074 /* Derived Sources iOS */,
6901+
B6CDA155182942EC00190074 /* Combine iOS libs */,
68906902
);
68916903
};
68926904
/* End PBXProject section */
@@ -7190,6 +7202,19 @@
71907202
shellPath = /bin/sh;
71917203
shellScript = "TRACING_D=\"$SRCROOT/runtime/Tracing.d\";\nTRACING_H=\"$BUILT_PRODUCTS_DIR/DerivedSources/JavaScriptCore/TracingDtrace.h\";\n\nif [[ \"$HAVE_DTRACE\" = \"1\" && \"$TRACING_D\" -nt \"$TRACING_H\" ]];\nthen\n\tdtrace -h -o \"$TRACING_H\" -s \"$TRACING_D\";\nfi;\n";
71927204
};
7205+
B6CDA15B1829430D00190074 /* ShellScript */ = {
7206+
isa = PBXShellScriptBuildPhase;
7207+
buildActionMask = 2147483647;
7208+
files = (
7209+
);
7210+
inputPaths = (
7211+
);
7212+
outputPaths = (
7213+
);
7214+
runOnlyForDeploymentPostprocessing = 0;
7215+
shellPath = /bin/sh;
7216+
shellScript = "lipo -create \"${BUILD_DIR%%/}/Release-iphoneos/libJavaScriptCore.a\" \"${BUILD_DIR%%/}/Release-iphonesimulator/libJavaScriptCore.a\" -output \"${SOURCE_ROOT}/../Build/libJavaScriptCore.a\"\n\n";
7217+
};
71937218
/* End PBXShellScriptBuildPhase section */
71947219

71957220
/* Begin PBXSourcesBuildPhase section */
@@ -8777,6 +8802,34 @@
87778802
};
87788803
name = Production;
87798804
};
8805+
B6CDA157182942EC00190074 /* Debug */ = {
8806+
isa = XCBuildConfiguration;
8807+
buildSettings = {
8808+
PRODUCT_NAME = "$(TARGET_NAME)";
8809+
};
8810+
name = Debug;
8811+
};
8812+
B6CDA158182942EC00190074 /* Release */ = {
8813+
isa = XCBuildConfiguration;
8814+
buildSettings = {
8815+
PRODUCT_NAME = "$(TARGET_NAME)";
8816+
};
8817+
name = Release;
8818+
};
8819+
B6CDA159182942EC00190074 /* Profiling */ = {
8820+
isa = XCBuildConfiguration;
8821+
buildSettings = {
8822+
PRODUCT_NAME = "$(TARGET_NAME)";
8823+
};
8824+
name = Profiling;
8825+
};
8826+
B6CDA15A182942EC00190074 /* Production */ = {
8827+
isa = XCBuildConfiguration;
8828+
buildSettings = {
8829+
PRODUCT_NAME = "$(TARGET_NAME)";
8830+
};
8831+
name = Production;
8832+
};
87808833
/* End XCBuildConfiguration section */
87818834

87828835
/* Begin XCConfigurationList section */
@@ -8945,6 +8998,16 @@
89458998
defaultConfigurationIsVisible = 0;
89468999
defaultConfigurationName = Production;
89479000
};
9001+
B6CDA156182942EC00190074 /* Build configuration list for PBXAggregateTarget "Combine iOS libs" */ = {
9002+
isa = XCConfigurationList;
9003+
buildConfigurations = (
9004+
B6CDA157182942EC00190074 /* Debug */,
9005+
B6CDA158182942EC00190074 /* Release */,
9006+
B6CDA159182942EC00190074 /* Profiling */,
9007+
B6CDA15A182942EC00190074 /* Production */,
9008+
);
9009+
defaultConfigurationIsVisible = 0;
9010+
};
89489011
/* End XCConfigurationList section */
89499012
};
89509013
rootObject = 0867D690FE84028FC02AAC07 /* Project object */;

0 commit comments

Comments
 (0)