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

Commit cfd807a

Browse files
committed
WTF: added combine iOS lib target
1 parent c636c0f commit cfd807a

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

WTF/WTF.xcodeproj/project.pbxproj

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@
66
objectVersion = 46;
77
objects = {
88

9+
/* Begin PBXAggregateTarget section */
10+
B6E6997E166BD499005EF4B1 /* Combine iOS lib */ = {
11+
isa = PBXAggregateTarget;
12+
buildConfigurationList = B6E6997F166BD499005EF4B1 /* Build configuration list for PBXAggregateTarget "Combine iOS lib" */;
13+
buildPhases = (
14+
B6E69983166BD4A3005EF4B1 /* ShellScript */,
15+
);
16+
dependencies = (
17+
);
18+
name = "Combine iOS lib";
19+
productName = "Combine iOS lib";
20+
};
21+
/* End PBXAggregateTarget section */
22+
923
/* Begin PBXBuildFile section */
1024
A876DBD8151816E500DADB95 /* Platform.h in Headers */ = {isa = PBXBuildFile; fileRef = A876DBD7151816E500DADB95 /* Platform.h */; };
1125
A8A4737F151A825B004123FF /* Alignment.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47254151A825A004123FF /* Alignment.h */; };
@@ -1508,6 +1522,7 @@
15081522
targets = (
15091523
5D247B6114689B8600E78B76 /* WTF */,
15101524
B6E6986F166BCFBC005EF4B1 /* WTF iOS */,
1525+
B6E6997E166BD499005EF4B1 /* Combine iOS lib */,
15111526
);
15121527
};
15131528
/* End PBXProject section */
@@ -1573,6 +1588,19 @@
15731588
shellPath = /bin/sh;
15741589
shellScript = "OUTPUT_FILE=\"${BUILT_PRODUCTS_DIR}/DerivedSources/WTF/HeaderDetection.h\"\necho \"/* This is a generated file. Do not edit. */\" > \"${OUTPUT_FILE}\"\n\nif [[ -f \"${SDKROOT}/System/Library/Frameworks/System.framework/PrivateHeaders/pthread_machdep.h\" ]]; then\n echo \"#define HAVE_PTHREAD_MACHDEP_H 1\" >> \"${OUTPUT_FILE}\"\nfi\n";
15751590
};
1591+
B6E69983166BD4A3005EF4B1 /* ShellScript */ = {
1592+
isa = PBXShellScriptBuildPhase;
1593+
buildActionMask = 2147483647;
1594+
files = (
1595+
);
1596+
inputPaths = (
1597+
);
1598+
outputPaths = (
1599+
);
1600+
runOnlyForDeploymentPostprocessing = 0;
1601+
shellPath = /bin/sh;
1602+
shellScript = "lipo -create \"${BUILD_DIR%%/}/Release-iphoneos/libWTF.a\" \"${BUILD_DIR%%/}/Release-iphonesimulator/libWTF.a\" -output \"${SOURCE_ROOT}/../Build/libWTF.a\"";
1603+
};
15761604
/* End PBXShellScriptBuildPhase section */
15771605

15781606
/* Begin PBXSourcesBuildPhase section */
@@ -1805,6 +1833,27 @@
18051833
};
18061834
name = Production;
18071835
};
1836+
B6E69980166BD499005EF4B1 /* Debug */ = {
1837+
isa = XCBuildConfiguration;
1838+
buildSettings = {
1839+
PRODUCT_NAME = "$(TARGET_NAME)";
1840+
};
1841+
name = Debug;
1842+
};
1843+
B6E69981166BD499005EF4B1 /* Release */ = {
1844+
isa = XCBuildConfiguration;
1845+
buildSettings = {
1846+
PRODUCT_NAME = "$(TARGET_NAME)";
1847+
};
1848+
name = Release;
1849+
};
1850+
B6E69982166BD499005EF4B1 /* Production */ = {
1851+
isa = XCBuildConfiguration;
1852+
buildSettings = {
1853+
PRODUCT_NAME = "$(TARGET_NAME)";
1854+
};
1855+
name = Production;
1856+
};
18081857
/* End XCBuildConfiguration section */
18091858

18101859
/* Begin XCConfigurationList section */
@@ -1838,6 +1887,15 @@
18381887
defaultConfigurationIsVisible = 0;
18391888
defaultConfigurationName = Production;
18401889
};
1890+
B6E6997F166BD499005EF4B1 /* Build configuration list for PBXAggregateTarget "Combine iOS lib" */ = {
1891+
isa = XCConfigurationList;
1892+
buildConfigurations = (
1893+
B6E69980166BD499005EF4B1 /* Debug */,
1894+
B6E69981166BD499005EF4B1 /* Release */,
1895+
B6E69982166BD499005EF4B1 /* Production */,
1896+
);
1897+
defaultConfigurationIsVisible = 0;
1898+
};
18411899
/* End XCConfigurationList section */
18421900
};
18431901
rootObject = 5D247B5914689B8600E78B76 /* Project object */;

0 commit comments

Comments
 (0)