|
77 | 77 | name = "Derived Sources iOS"; |
78 | 78 | productName = "Derived Sources"; |
79 | 79 | }; |
| 80 | + B6E69BFF166BDD18005EF4B1 /* Combine iOS lib */ = { |
| 81 | + isa = PBXAggregateTarget; |
| 82 | + buildConfigurationList = B6E69C00166BDD18005EF4B1 /* Build configuration list for PBXAggregateTarget "Combine iOS lib" */; |
| 83 | + buildPhases = ( |
| 84 | + B6E69C05166BDD20005EF4B1 /* ShellScript */, |
| 85 | + ); |
| 86 | + dependencies = ( |
| 87 | + ); |
| 88 | + name = "Combine iOS lib"; |
| 89 | + productName = "Combine iOS lib"; |
| 90 | + }; |
80 | 91 | /* End PBXAggregateTarget section */ |
81 | 92 |
|
82 | 93 | /* Begin PBXBuildFile section */ |
|
3739 | 3750 | B6E69BD0166BD6C1005EF4B1 /* JSCLLIntOffsetsExtractor iOS */, |
3740 | 3751 | B6E69BDD166BD6CA005EF4B1 /* LLInt Offsets iOS */, |
3741 | 3752 | B6E69BE4166BD6D4005EF4B1 /* Derived Sources iOS */, |
| 3753 | + B6E69BFF166BDD18005EF4B1 /* Combine iOS lib */, |
3742 | 3754 | ); |
3743 | 3755 | }; |
3744 | 3756 | /* End PBXProject section */ |
|
4019 | 4031 | shellPath = /bin/sh; |
4020 | 4032 | 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"; |
4021 | 4033 | }; |
| 4034 | + B6E69C05166BDD20005EF4B1 /* ShellScript */ = { |
| 4035 | + isa = PBXShellScriptBuildPhase; |
| 4036 | + buildActionMask = 2147483647; |
| 4037 | + files = ( |
| 4038 | + ); |
| 4039 | + inputPaths = ( |
| 4040 | + ); |
| 4041 | + outputPaths = ( |
| 4042 | + ); |
| 4043 | + runOnlyForDeploymentPostprocessing = 0; |
| 4044 | + shellPath = /bin/sh; |
| 4045 | + shellScript = "lipo -create \"${BUILD_DIR%%/}/Release-iphoneos/libJavaScriptCore.a\" \"${BUILD_DIR%%/}/Release-iphonesimulator/libJavaScriptCore.a\" -output \"${SOURCE_ROOT}/../Build/libJavaScriptCore.a\"\n"; |
| 4046 | + }; |
4022 | 4047 | /* End PBXShellScriptBuildPhase section */ |
4023 | 4048 |
|
4024 | 4049 | /* Begin PBXSourcesBuildPhase section */ |
|
5138 | 5163 | }; |
5139 | 5164 | name = Production; |
5140 | 5165 | }; |
| 5166 | + B6E69C01166BDD18005EF4B1 /* Debug */ = { |
| 5167 | + isa = XCBuildConfiguration; |
| 5168 | + buildSettings = { |
| 5169 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 5170 | + }; |
| 5171 | + name = Debug; |
| 5172 | + }; |
| 5173 | + B6E69C02166BDD18005EF4B1 /* Release */ = { |
| 5174 | + isa = XCBuildConfiguration; |
| 5175 | + buildSettings = { |
| 5176 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 5177 | + }; |
| 5178 | + name = Release; |
| 5179 | + }; |
| 5180 | + B6E69C03166BDD18005EF4B1 /* Profiling */ = { |
| 5181 | + isa = XCBuildConfiguration; |
| 5182 | + buildSettings = { |
| 5183 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 5184 | + }; |
| 5185 | + name = Profiling; |
| 5186 | + }; |
| 5187 | + B6E69C04166BDD18005EF4B1 /* Production */ = { |
| 5188 | + isa = XCBuildConfiguration; |
| 5189 | + buildSettings = { |
| 5190 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 5191 | + }; |
| 5192 | + name = Production; |
| 5193 | + }; |
5141 | 5194 | /* End XCBuildConfiguration section */ |
5142 | 5195 |
|
5143 | 5196 | /* Begin XCConfigurationList section */ |
|
5306 | 5359 | defaultConfigurationIsVisible = 0; |
5307 | 5360 | defaultConfigurationName = Production; |
5308 | 5361 | }; |
| 5362 | + B6E69C00166BDD18005EF4B1 /* Build configuration list for PBXAggregateTarget "Combine iOS lib" */ = { |
| 5363 | + isa = XCConfigurationList; |
| 5364 | + buildConfigurations = ( |
| 5365 | + B6E69C01166BDD18005EF4B1 /* Debug */, |
| 5366 | + B6E69C02166BDD18005EF4B1 /* Release */, |
| 5367 | + B6E69C03166BDD18005EF4B1 /* Profiling */, |
| 5368 | + B6E69C04166BDD18005EF4B1 /* Production */, |
| 5369 | + ); |
| 5370 | + defaultConfigurationIsVisible = 0; |
| 5371 | + }; |
5309 | 5372 | /* End XCConfigurationList section */ |
5310 | 5373 | }; |
5311 | 5374 | rootObject = 0867D690FE84028FC02AAC07 /* Project object */; |
|
0 commit comments