|
68 | 68 | name = "Derived Sources iOS"; |
69 | 69 | productName = "Derived Sources"; |
70 | 70 | }; |
| 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 | + }; |
71 | 82 | /* End PBXAggregateTarget section */ |
72 | 83 |
|
73 | 84 | /* Begin PBXBuildFile section */ |
|
6887 | 6898 | B647975A1829146300CCF60F /* JavaScriptCore iOS */, |
6888 | 6899 | B65883611829174400CDA593 /* JSCLLIntOffsetsExtractor iOS */, |
6889 | 6900 | B6CDA145182917AA00190074 /* Derived Sources iOS */, |
| 6901 | + B6CDA155182942EC00190074 /* Combine iOS libs */, |
6890 | 6902 | ); |
6891 | 6903 | }; |
6892 | 6904 | /* End PBXProject section */ |
|
7190 | 7202 | shellPath = /bin/sh; |
7191 | 7203 | 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"; |
7192 | 7204 | }; |
| 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 | + }; |
7193 | 7218 | /* End PBXShellScriptBuildPhase section */ |
7194 | 7219 |
|
7195 | 7220 | /* Begin PBXSourcesBuildPhase section */ |
|
8777 | 8802 | }; |
8778 | 8803 | name = Production; |
8779 | 8804 | }; |
| 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 | + }; |
8780 | 8833 | /* End XCBuildConfiguration section */ |
8781 | 8834 |
|
8782 | 8835 | /* Begin XCConfigurationList section */ |
|
8945 | 8998 | defaultConfigurationIsVisible = 0; |
8946 | 8999 | defaultConfigurationName = Production; |
8947 | 9000 | }; |
| 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 | + }; |
8948 | 9011 | /* End XCConfigurationList section */ |
8949 | 9012 | }; |
8950 | 9013 | rootObject = 0867D690FE84028FC02AAC07 /* Project object */; |
|
0 commit comments