Changeset 15163 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Jul 5, 2006, 9:52:54 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r15155 r15163 268 268 E195679909E7CF1200B89D13 /* UnicodeCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E195679509E7CF1200B89D13 /* UnicodeCategory.h */; }; 269 269 /* End PBXBuildFile section */ 270 271 /* Begin PBXBuildStyle section */ 272 147FA0270A5C2444002E7E85 /* Development */ = { 273 isa = PBXBuildStyle; 274 buildSettings = { 275 COPY_PHASE_STRIP = NO; 276 }; 277 name = Development; 278 }; 279 147FA0280A5C2444002E7E85 /* Deployment */ = { 280 isa = PBXBuildStyle; 281 buildSettings = { 282 COPY_PHASE_STRIP = YES; 283 }; 284 name = Deployment; 285 }; 286 /* End PBXBuildStyle section */ 270 287 271 288 /* Begin PBXContainerItemProxy section */ … … 1238 1255 isa = PBXProject; 1239 1256 buildConfigurationList = 149C277108902AFE008A9EFC /* Build configuration list for PBXProject "JavaScriptCore" */; 1257 buildSettings = { 1258 }; 1259 buildStyles = ( 1260 147FA0270A5C2444002E7E85 /* Development */, 1261 147FA0280A5C2444002E7E85 /* Deployment */, 1262 ); 1240 1263 hasScannedForEncodings = 1; 1241 1264 mainGroup = 0867D691FE84028FC02AAC07 /* JavaScriptCore */;
Note:
See TracChangeset
for help on using the changeset viewer.