Changeset 14863 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Jun 14, 2006, 2:45:06 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r14834 r14863 233 233 E195679909E7CF1200B89D13 /* UnicodeCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E195679509E7CF1200B89D13 /* UnicodeCategory.h */; }; 234 234 /* End PBXBuildFile section */ 235 236 /* Begin PBXBuildStyle section */ 237 1467E3080A40B8D60012E1AF /* Development */ = { 238 isa = PBXBuildStyle; 239 buildSettings = { 240 COPY_PHASE_STRIP = NO; 241 }; 242 name = Development; 243 }; 244 1467E3090A40B8D60012E1AF /* Deployment */ = { 245 isa = PBXBuildStyle; 246 buildSettings = { 247 COPY_PHASE_STRIP = YES; 248 }; 249 name = Deployment; 250 }; 251 /* End PBXBuildStyle section */ 235 252 236 253 /* Begin PBXContainerItemProxy section */ … … 997 1014 isa = PBXProject; 998 1015 buildConfigurationList = 149C277108902AFE008A9EFC /* Build configuration list for PBXProject "JavaScriptCore" */; 1016 buildSettings = { 1017 }; 1018 buildStyles = ( 1019 1467E3080A40B8D60012E1AF /* Development */, 1020 1467E3090A40B8D60012E1AF /* Deployment */, 1021 ); 999 1022 hasScannedForEncodings = 1; 1000 1023 mainGroup = 0867D691FE84028FC02AAC07 /* JavaScriptCore */;
Note:
See TracChangeset
for help on using the changeset viewer.