Changeset 34566 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Jun 15, 2008, 3:55:28 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r34565 r34566 198 198 932F5BD60822A1C700736975 /* libobjc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 51F0EC0705C86C9A00E6DF1B /* libobjc.dylib */; }; 199 199 932F5BD70822A1C700736975 /* libicucore.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 9322A00306C341D3009067BB /* libicucore.dylib */; }; 200 932F5BDD0822A1C700736975 /* testkjs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 45E12D8806A49B0F00E9DF84 /* testkjs.cpp */; };200 932F5BDD0822A1C700736975 /* Shell.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 45E12D8806A49B0F00E9DF84 /* Shell.cpp */; }; 201 201 932F5BEA0822A1C700736975 /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 932F5BD90822A1C700736975 /* JavaScriptCore.framework */; }; 202 202 932FC11D0824A6A3005B3C75 /* create_hash_table in Headers */ = {isa = PBXBuildFile; fileRef = F692A8540255597D01FF60F7 /* create_hash_table */; settings = {ATTRIBUTES = (Private, ); }; }; … … 374 374 proxyType = 1; 375 375 remoteGlobalIDString = 932F5BDA0822A1C700736975; 376 remoteInfo = " testkjs(Upgraded)";376 remoteInfo = "jsc (Upgraded)"; 377 377 }; 378 378 /* End PBXContainerItemProxy section */ … … 462 462 1CAA8B4A0D32C39A0041BCFF /* JavaScript.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JavaScript.h; sourceTree = "<group>"; }; 463 463 1CAA8B4B0D32C39A0041BCFF /* JavaScriptCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JavaScriptCore.h; sourceTree = "<group>"; }; 464 45E12D8806A49B0F00E9DF84 /* testkjs.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testkjs.cpp; path = ../kjs/testkjs.cpp; sourceTree = "<group>"; tabWidth = 4; };464 45E12D8806A49B0F00E9DF84 /* Shell.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Shell.cpp; path = ../kjs/Shell.cpp; sourceTree = "<group>"; tabWidth = 4; }; 465 465 5186111D0CC824830081412B /* Deque.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Deque.h; sourceTree = "<group>"; }; 466 466 51F0EB6105C86C6B00E6DF1B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; … … 538 538 932F5BD80822A1C700736975 /* Info.plist */ = {isa = PBXFileReference; indentWidth = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; tabWidth = 8; usesTabs = 1; }; 539 539 932F5BD90822A1C700736975 /* JavaScriptCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = JavaScriptCore.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 540 932F5BE10822A1C700736975 /* testkjs */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = testkjs; sourceTree = BUILT_PRODUCTS_DIR; };540 932F5BE10822A1C700736975 /* jsc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = jsc; sourceTree = BUILT_PRODUCTS_DIR; }; 541 541 933A3499038AE7C6008635CE /* grammar.y */ = {isa = PBXFileReference; explicitFileType = sourcecode.yacc; fileEncoding = 4; indentWidth = 4; path = grammar.y; sourceTree = "<group>"; tabWidth = 8; }; 542 542 933A349A038AE7C6008635CE /* identifier.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = identifier.h; sourceTree = "<group>"; tabWidth = 8; }; … … 700 700 children = ( 701 701 932F5BD90822A1C700736975 /* JavaScriptCore.framework */, 702 932F5BE10822A1C700736975 /* testkjs*/,702 932F5BE10822A1C700736975 /* jsc */, 703 703 14BD59BF0A3E8F9000BAF59C /* testapi */, 704 704 141211200A48793C00480255 /* minidom */, … … 762 762 14BD5A2D0A3E91F600BAF59C /* testapi.c */, 763 763 14D857740A4696C80032146C /* testapi.js */, 764 45E12D8806A49B0F00E9DF84 /* testkjs.cpp */,764 45E12D8806A49B0F00E9DF84 /* Shell.cpp */, 765 765 ); 766 766 name = tests; … … 1380 1380 productType = "com.apple.product-type.framework"; 1381 1381 }; 1382 932F5BDA0822A1C700736975 /* testkjs*/ = {1382 932F5BDA0822A1C700736975 /* jsc */ = { 1383 1383 isa = PBXNativeTarget; 1384 buildConfigurationList = 149C276708902AFE008A9EFC /* Build configuration list for PBXNativeTarget " testkjs" */;1384 buildConfigurationList = 149C276708902AFE008A9EFC /* Build configuration list for PBXNativeTarget "jsc" */; 1385 1385 buildPhases = ( 1386 1386 932F5BDC0822A1C700736975 /* Sources */, … … 1394 1394 14270B0C0A451DA40080EEEA /* PBXTargetDependency */, 1395 1395 ); 1396 name = testkjs;1396 name = jsc; 1397 1397 productInstallPath = /usr/local/bin; 1398 productName = testkjs;1399 productReference = 932F5BE10822A1C700736975 /* testkjs*/;1398 productName = jsc; 1399 productReference = 932F5BE10822A1C700736975 /* jsc */; 1400 1400 productType = "com.apple.product-type.tool"; 1401 1401 }; … … 1418 1418 1412111F0A48793C00480255 /* minidom */, 1419 1419 14BD59BE0A3E8F9000BAF59C /* testapi */, 1420 932F5BDA0822A1C700736975 /* testkjs*/,1420 932F5BDA0822A1C700736975 /* jsc */, 1421 1421 ); 1422 1422 }; … … 1589 1589 buildActionMask = 2147483647; 1590 1590 files = ( 1591 932F5BDD0822A1C700736975 /* testkjs.cpp in Sources */,1591 932F5BDD0822A1C700736975 /* Shell.cpp in Sources */, 1592 1592 ); 1593 1593 runOnlyForDeploymentPostprocessing = 0; … … 1633 1633 932F5BE90822A1C700736975 /* PBXTargetDependency */ = { 1634 1634 isa = PBXTargetDependency; 1635 target = 932F5BDA0822A1C700736975 /* testkjs*/;1635 target = 932F5BDA0822A1C700736975 /* jsc */; 1636 1636 targetProxy = 932F5BE80822A1C700736975 /* PBXContainerItemProxy */; 1637 1637 }; … … 1692 1692 isa = XCBuildConfiguration; 1693 1693 buildSettings = { 1694 PRODUCT_NAME = testkjs;1694 PRODUCT_NAME = jsc; 1695 1695 }; 1696 1696 name = Debug; … … 1699 1699 isa = XCBuildConfiguration; 1700 1700 buildSettings = { 1701 PRODUCT_NAME = testkjs;1701 PRODUCT_NAME = jsc; 1702 1702 }; 1703 1703 name = Release; … … 1706 1706 isa = XCBuildConfiguration; 1707 1707 buildSettings = { 1708 PRODUCT_NAME = testkjs;1708 PRODUCT_NAME = jsc; 1709 1709 }; 1710 1710 name = Production; … … 1823 1823 defaultConfigurationName = Production; 1824 1824 }; 1825 149C276708902AFE008A9EFC /* Build configuration list for PBXNativeTarget " testkjs" */ = {1825 149C276708902AFE008A9EFC /* Build configuration list for PBXNativeTarget "jsc" */ = { 1826 1826 isa = XCConfigurationList; 1827 1827 buildConfigurations = (
Note:
See TracChangeset
for help on using the changeset viewer.