Changeset 27746 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
- Timestamp:
- Nov 12, 2007, 11:12:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r27687 r27746 236 236 E195679609E7CF1200B89D13 /* UnicodeIcu.h in Headers */ = {isa = PBXBuildFile; fileRef = E195678F09E7CF1200B89D13 /* UnicodeIcu.h */; settings = {ATTRIBUTES = (Private, ); }; }; 237 237 E195679809E7CF1200B89D13 /* Unicode.h in Headers */ = {isa = PBXBuildFile; fileRef = E195679409E7CF1200B89D13 /* Unicode.h */; settings = {ATTRIBUTES = (Private, ); }; }; 238 E1EF79AA0CE97BA60088D500 /* UTF8.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1EF79A80CE97BA60088D500 /* UTF8.cpp */; }; 239 E1EF79AB0CE97BA60088D500 /* UTF8.h in Headers */ = {isa = PBXBuildFile; fileRef = E1EF79A90CE97BA60088D500 /* UTF8.h */; }; 238 240 /* End PBXBuildFile section */ 239 241 … … 590 592 E195678F09E7CF1200B89D13 /* UnicodeIcu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UnicodeIcu.h; sourceTree = "<group>"; }; 591 593 E195679409E7CF1200B89D13 /* Unicode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Unicode.h; sourceTree = "<group>"; }; 594 E1EF79A80CE97BA60088D500 /* UTF8.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UTF8.cpp; sourceTree = "<group>"; }; 595 E1EF79A90CE97BA60088D500 /* UTF8.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UTF8.h; sourceTree = "<group>"; }; 592 596 F5BB2BC5030F772101FCFE1D /* completion.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = completion.h; sourceTree = "<group>"; tabWidth = 8; }; 593 597 F5C290E60284F98E018635CA /* JavaScriptCorePrefix.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; name = JavaScriptCorePrefix.h; path = ../JavaScriptCorePrefix.h; sourceTree = "<group>"; tabWidth = 8; }; … … 1088 1092 E195678E09E7CF1200B89D13 /* icu */, 1089 1093 E195679409E7CF1200B89D13 /* Unicode.h */, 1094 E1EF79A90CE97BA60088D500 /* UTF8.h */, 1095 E1EF79A80CE97BA60088D500 /* UTF8.cpp */, 1090 1096 ); 1091 1097 path = unicode; … … 1254 1260 932F5B5C0822A1C700736975 /* ustring.h in Headers */, 1255 1261 14ABB36F099C076400E2A24F /* value.h in Headers */, 1262 E1EF79AB0CE97BA60088D500 /* UTF8.h in Headers */, 1256 1263 ); 1257 1264 runOnlyForDeploymentPostprocessing = 0; … … 1369 1376 isa = PBXProject; 1370 1377 buildConfigurationList = 149C277108902AFE008A9EFC /* Build configuration list for PBXProject "JavaScriptCore" */; 1371 compatibilityVersion = "Xcode 2.4";1372 1378 hasScannedForEncodings = 1; 1373 1379 mainGroup = 0867D691FE84028FC02AAC07 /* JavaScriptCore */; … … 1542 1548 932F5BBA0822A1C700736975 /* runtime_object.cpp in Sources */, 1543 1549 932F5BC50822A1C700736975 /* runtime_root.cpp in Sources */, 1550 E1EF79AA0CE97BA60088D500 /* UTF8.cpp in Sources */, 1544 1551 ); 1545 1552 runOnlyForDeploymentPostprocessing = 0;
Note:
See TracChangeset
for help on using the changeset viewer.