|
6 | 6 | objectVersion = 46; |
7 | 7 | objects = { |
8 | 8 |
|
| 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 | + |
9 | 23 | /* Begin PBXBuildFile section */ |
10 | 24 | A876DBD8151816E500DADB95 /* Platform.h in Headers */ = {isa = PBXBuildFile; fileRef = A876DBD7151816E500DADB95 /* Platform.h */; }; |
11 | 25 | A8A4737F151A825B004123FF /* Alignment.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47254151A825A004123FF /* Alignment.h */; }; |
|
1508 | 1522 | targets = ( |
1509 | 1523 | 5D247B6114689B8600E78B76 /* WTF */, |
1510 | 1524 | B6E6986F166BCFBC005EF4B1 /* WTF iOS */, |
| 1525 | + B6E6997E166BD499005EF4B1 /* Combine iOS lib */, |
1511 | 1526 | ); |
1512 | 1527 | }; |
1513 | 1528 | /* End PBXProject section */ |
|
1573 | 1588 | shellPath = /bin/sh; |
1574 | 1589 | 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"; |
1575 | 1590 | }; |
| 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 | + }; |
1576 | 1604 | /* End PBXShellScriptBuildPhase section */ |
1577 | 1605 |
|
1578 | 1606 | /* Begin PBXSourcesBuildPhase section */ |
|
1805 | 1833 | }; |
1806 | 1834 | name = Production; |
1807 | 1835 | }; |
| 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 | + }; |
1808 | 1857 | /* End XCBuildConfiguration section */ |
1809 | 1858 |
|
1810 | 1859 | /* Begin XCConfigurationList section */ |
|
1838 | 1887 | defaultConfigurationIsVisible = 0; |
1839 | 1888 | defaultConfigurationName = Production; |
1840 | 1889 | }; |
| 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 | + }; |
1841 | 1899 | /* End XCConfigurationList section */ |
1842 | 1900 | }; |
1843 | 1901 | rootObject = 5D247B5914689B8600E78B76 /* Project object */; |
|
0 commit comments