|
1077 | 1077 | B6E69BB7166BD63D005EF4B1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 51F0EB6105C86C6B00E6DF1B /* Foundation.framework */; }; |
1078 | 1078 | B6E69BB8166BD63D005EF4B1 /* libicucore.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 9322A00306C341D3009067BB /* libicucore.dylib */; }; |
1079 | 1079 | B6E69BB9166BD63D005EF4B1 /* libobjc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 51F0EC0705C86C9A00E6DF1B /* libobjc.dylib */; }; |
1080 | | - B6E69BBA166BD63D005EF4B1 /* libWTF.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A8A4748D151A8306004123FF /* libWTF.a */; }; |
1081 | 1080 | B6E69BD4166BD6C1005EF4B1 /* LLIntOffsetsExtractor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0F4680A114BA7F8200BFE272 /* LLIntOffsetsExtractor.cpp */; }; |
| 1081 | + B6E69BFE166BDCE7005EF4B1 /* libWTF.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B6E69BFD166BDCE7005EF4B1 /* libWTF.a */; }; |
1082 | 1082 | BC02E90D0E1839DB000F9297 /* ErrorConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = BC02E9050E1839DB000F9297 /* ErrorConstructor.h */; }; |
1083 | 1083 | BC02E90F0E1839DB000F9297 /* ErrorPrototype.h in Headers */ = {isa = PBXBuildFile; fileRef = BC02E9070E1839DB000F9297 /* ErrorPrototype.h */; }; |
1084 | 1084 | BC02E9110E1839DB000F9297 /* NativeErrorConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = BC02E9090E1839DB000F9297 /* NativeErrorConstructor.h */; }; |
|
1795 | 1795 | A8E894330CD0603F00367179 /* JSGlobalObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSGlobalObject.h; sourceTree = "<group>"; }; |
1796 | 1796 | B6E69BC4166BD63D005EF4B1 /* libJavaScriptCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libJavaScriptCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
1797 | 1797 | B6E69BDB166BD6C1005EF4B1 /* libJSCLLIntOffsetsExtractor.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libJSCLLIntOffsetsExtractor.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 1798 | + B6E69BFD166BDCE7005EF4B1 /* libWTF.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libWTF.a; path = ../Build/libWTF.a; sourceTree = "<group>"; }; |
1798 | 1799 | BC021BF1136900C300FC5467 /* CompilerVersion.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = CompilerVersion.xcconfig; sourceTree = "<group>"; }; |
1799 | 1800 | BC021BF2136900C300FC5467 /* ToolExecutable.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ToolExecutable.xcconfig; sourceTree = "<group>"; }; |
1800 | 1801 | BC02E9040E1839DB000F9297 /* ErrorConstructor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ErrorConstructor.cpp; sourceTree = "<group>"; }; |
|
2002 | 2003 | isa = PBXFrameworksBuildPhase; |
2003 | 2004 | buildActionMask = 2147483647; |
2004 | 2005 | files = ( |
| 2006 | + B6E69BFE166BDCE7005EF4B1 /* libWTF.a in Frameworks */, |
2005 | 2007 | B6E69BB6166BD63D005EF4B1 /* CoreFoundation.framework in Frameworks */, |
2006 | 2008 | B6E69BB7166BD63D005EF4B1 /* Foundation.framework in Frameworks */, |
2007 | 2009 | B6E69BB8166BD63D005EF4B1 /* libicucore.dylib in Frameworks */, |
2008 | 2010 | B6E69BB9166BD63D005EF4B1 /* libobjc.dylib in Frameworks */, |
2009 | | - B6E69BBA166BD63D005EF4B1 /* libWTF.a in Frameworks */, |
2010 | 2011 | ); |
2011 | 2012 | runOnlyForDeploymentPostprocessing = 0; |
2012 | 2013 | }; |
|
2040 | 2041 | 0867D691FE84028FC02AAC07 /* JavaScriptCore */ = { |
2041 | 2042 | isa = PBXGroup; |
2042 | 2043 | children = ( |
| 2044 | + B6E69BFD166BDCE7005EF4B1 /* libWTF.a */, |
2043 | 2045 | 8604F4F2143A6C4400B295F5 /* ChangeLog */, |
2044 | 2046 | A718F8211178EB4B002465A7 /* create_regex_tables */, |
2045 | 2047 | 937B63CC09E766D200A671DD /* DerivedSources.make */, |
|
4900 | 4902 | INFOPLIST_FILE = Info.plist; |
4901 | 4903 | INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)"; |
4902 | 4904 | IPHONEOS_DEPLOYMENT_TARGET = 5.0; |
4903 | | - LIBRARY_SEARCH_PATHS = "$(SOURCE_ROOT)/../WTF"; |
| 4905 | + LIBRARY_SEARCH_PATHS = ( |
| 4906 | + "$(SOURCE_ROOT)/../WTF", |
| 4907 | + "\"$(SRCROOT)/../Build\"", |
| 4908 | + ); |
4904 | 4909 | OTHER_LDFLAGS = ""; |
4905 | 4910 | PRODUCT_NAME = JavaScriptCore; |
4906 | 4911 | SDKROOT = iphoneos; |
|
4920 | 4925 | INFOPLIST_FILE = Info.plist; |
4921 | 4926 | INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)"; |
4922 | 4927 | IPHONEOS_DEPLOYMENT_TARGET = 5.0; |
4923 | | - LIBRARY_SEARCH_PATHS = "$(SOURCE_ROOT)/../WTF"; |
| 4928 | + LIBRARY_SEARCH_PATHS = ( |
| 4929 | + "$(SOURCE_ROOT)/../WTF", |
| 4930 | + "\"$(SRCROOT)/../Build\"", |
| 4931 | + ); |
4924 | 4932 | OTHER_LDFLAGS = ""; |
4925 | 4933 | PRODUCT_NAME = JavaScriptCore; |
4926 | 4934 | SDKROOT = iphoneos; |
|
4940 | 4948 | INFOPLIST_FILE = Info.plist; |
4941 | 4949 | INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)"; |
4942 | 4950 | IPHONEOS_DEPLOYMENT_TARGET = 5.0; |
4943 | | - LIBRARY_SEARCH_PATHS = "$(SOURCE_ROOT)/../WTF"; |
| 4951 | + LIBRARY_SEARCH_PATHS = ( |
| 4952 | + "$(SOURCE_ROOT)/../WTF", |
| 4953 | + "\"$(SRCROOT)/../Build\"", |
| 4954 | + ); |
4944 | 4955 | OTHER_LDFLAGS = ""; |
4945 | 4956 | PRODUCT_NAME = JavaScriptCore; |
4946 | 4957 | SDKROOT = iphoneos; |
|
4960 | 4971 | ); |
4961 | 4972 | INFOPLIST_FILE = Info.plist; |
4962 | 4973 | IPHONEOS_DEPLOYMENT_TARGET = 5.0; |
4963 | | - LIBRARY_SEARCH_PATHS = "$(SOURCE_ROOT)/../WTF"; |
| 4974 | + LIBRARY_SEARCH_PATHS = ( |
| 4975 | + "$(SOURCE_ROOT)/../WTF", |
| 4976 | + "\"$(SRCROOT)/../Build\"", |
| 4977 | + ); |
4964 | 4978 | OTHER_LDFLAGS = ""; |
4965 | 4979 | PRODUCT_NAME = JavaScriptCore; |
4966 | 4980 | SDKROOT = iphoneos; |
|
0 commit comments