Changeset 34725 in webkit


Ignore:
Timestamp:
Jun 21, 2008 6:35:50 PM (16 years ago)
Author:
mrowe@apple.com
Message:

Copy the JavaScriptCore shell (jsc) into JavaScriptCore.framework so that it will be included in nightly builds.
https://bugs.webkit.org/show_bug.cgi?id=19691

Reviewed by Sam Weinig.

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r34713 r34725  
     12008-06-21  Mark Rowe  <mrowe@apple.com>
     2
     3        Reviewed by Sam Weinig.
     4
     5        Copy the JavaScriptCore shell (jsc) into JavaScriptCore.framework so that it will
     6        be included in nightly builds.
     7        https://bugs.webkit.org/show_bug.cgi?id=19691
     8
     9        * JavaScriptCore.xcodeproj/project.pbxproj:
     10
    1112008-06-21  Cameron Zwarich  <cwzwarich@uwaterloo.ca>
    212
  • trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r34659 r34725  
    110110                5186111E0CC824900081412B /* Deque.h in Headers */ = {isa = PBXBuildFile; fileRef = 5186111D0CC824830081412B /* Deque.h */; settings = {ATTRIBUTES = (Private, ); }; };
    111111                51F648D70BB4E2CA0033D760 /* RetainPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 51F648D60BB4E2CA0033D760 /* RetainPtr.h */; settings = {ATTRIBUTES = (Private, ); }; };
     112                5D5D8AB60E0D0A7200F9C692 /* jsc in Copy Into Framework */ = {isa = PBXBuildFile; fileRef = 932F5BE10822A1C700736975 /* jsc */; };
    112113                5DA479660CFBCF56009328A0 /* TCPackedCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DA479650CFBCF56009328A0 /* TCPackedCache.h */; };
    113114                5DBD18AC0C54018700C15EAE /* CollectorHeapIntrospector.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DBD18AA0C54018700C15EAE /* CollectorHeapIntrospector.h */; };
     
    374375                };
    375376/* End PBXContainerItemProxy section */
     377
     378/* Begin PBXCopyFilesBuildPhase section */
     379                5D5D8ABA0E0D0A7300F9C692 /* Copy Into Framework */ = {
     380                        isa = PBXCopyFilesBuildPhase;
     381                        buildActionMask = 2147483647;
     382                        dstPath = JavaScriptCore.framework/Resources;
     383                        dstSubfolderSpec = 16;
     384                        files = (
     385                                5D5D8AB60E0D0A7200F9C692 /* jsc in Copy Into Framework */,
     386                        );
     387                        name = "Copy Into Framework";
     388                        runOnlyForDeploymentPostprocessing = 0;
     389                };
     390/* End PBXCopyFilesBuildPhase section */
    376391
    377392/* Begin PBXFileReference section */
     
    13771392                                932F5BDC0822A1C700736975 /* Sources */,
    13781393                                932F5BDE0822A1C700736975 /* Frameworks */,
     1394                                5D5D8ABA0E0D0A7300F9C692 /* Copy Into Framework */,
     1395                                5D5D8ABF0E0D0B0300F9C692 /* Fix Framework Reference */,
    13791396                        );
    13801397                        buildRules = (
     
    14721489                        shellPath = /bin/sh;
    14731490                        shellScript = "# Touch Info.plist to let Xcode know it needs to copy it into the built product\ntouch \"$SRCROOT/Info.plist\"\n";
     1491                };
     1492                5D5D8ABF0E0D0B0300F9C692 /* Fix Framework Reference */ = {
     1493                        isa = PBXShellScriptBuildPhase;
     1494                        buildActionMask = 2147483647;
     1495                        files = (
     1496                        );
     1497                        inputPaths = (
     1498                                "$(BUILT_PRODUCTS_DIR)/JavaScriptCore.framework/Resources/jsc",
     1499                        );
     1500                        name = "Fix Framework Reference";
     1501                        outputPaths = (
     1502                        );
     1503                        runOnlyForDeploymentPostprocessing = 0;
     1504                        shellPath = /bin/sh;
     1505                        shellScript = "# Update the copied jsc binary to refer to JavaScriptcore.framework relative to its location\ninstall_name_tool -change \"${BUILT_PRODUCTS_DIR}/JavaScriptCore.framework/Versions/A/JavaScriptCore\" \"@loader_path/../JavaScriptCore\" \"${BUILT_PRODUCTS_DIR}/JavaScriptCore.framework/Resources/jsc\"\n";
    14741506                };
    14751507                65FB3F6509D11E9100F49DEB /* Generate Derived Sources */ = {
Note: See TracChangeset for help on using the changeset viewer.