Changeset 255094 in webkit


Ignore:
Timestamp:
Jan 24, 2020 2:19:02 PM (4 years ago)
Author:
Keith Rollin
Message:

Remove check-xcfilelists.sh from WebKitLegacy Xcode build target
https://bugs.webkit.org/show_bug.cgi?id=206762
<rdar://problem/58825997>

Reviewed by Alexey Proskuryakov.

When check-xcfilelists.sh got added to the WebKitLegacy Xcode project,
it was also accidentally added to the WebKitLegacy build target. This
caused it to be treated as a "resource", and so was copied to the
output directory in the Resources sub-folder during the build. This
copying is not expected, needed, or desired. Remove
check-xcfilelists.sh from the target, which also removes it from the
Copy Resources build phase, which removes it from the
WebKitLegacy.framework/Resources directory.

  • WebKitLegacy.xcodeproj/project.pbxproj:
Location:
trunk/Source/WebKitLegacy
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKitLegacy/ChangeLog

    r254836 r255094  
     12020-01-24  Keith Rollin  <krollin@apple.com>
     2
     3        Remove check-xcfilelists.sh from WebKitLegacy Xcode build target
     4        https://bugs.webkit.org/show_bug.cgi?id=206762
     5        <rdar://problem/58825997>
     6
     7        Reviewed by Alexey Proskuryakov.
     8
     9        When check-xcfilelists.sh got added to the WebKitLegacy Xcode project,
     10        it was also accidentally added to the WebKitLegacy build target. This
     11        caused it to be treated as a "resource", and so was copied to the
     12        output directory in the Resources sub-folder during the build. This
     13        copying is not expected, needed, or desired. Remove
     14        check-xcfilelists.sh from the target, which also removes it from the
     15        Copy Resources build phase, which removes it from the
     16        WebKitLegacy.framework/Resources directory.
     17
     18        * WebKitLegacy.xcodeproj/project.pbxproj:
     19
    1202020-01-20  David Kilzer  <ddkilzer@apple.com>
    221
  • trunk/Source/WebKitLegacy/WebKitLegacy.xcodeproj/project.pbxproj

    r253178 r255094  
    161161                535E08CF225463B200DF00CA /* WebKitPluginHost.defs in Copy Mig Files into Private Framework Headers */ = {isa = PBXBuildFile; fileRef = 1AAF588D0EDCCEA3008D883D /* WebKitPluginHost.defs */; };
    162162                535E08D0225463B200DF00CA /* WebKitPluginHostTypes.defs in Copy Mig Files into Private Framework Headers */ = {isa = PBXBuildFile; fileRef = 1AAF588E0EDCCEA3008D883D /* WebKitPluginHostTypes.defs */; };
    163                 537CF83C22EFC13D00C6EBB3 /* check-xcfilelists.sh in Resources */ = {isa = PBXBuildFile; fileRef = 537CF83B22EFC13D00C6EBB3 /* check-xcfilelists.sh */; };
    164163                598AD91A1201CEC900ABAE4E /* WebDeviceOrientationClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 598AD9191201CEC900ABAE4E /* WebDeviceOrientationClient.h */; };
    165164                598AD91E1201CECF00ABAE4E /* WebDeviceOrientationClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 598AD91D1201CECF00ABAE4E /* WebDeviceOrientationClient.mm */; };
     
    32213220                        buildActionMask = 2147483647;
    32223221                        files = (
    3223                                 537CF83C22EFC13D00C6EBB3 /* check-xcfilelists.sh in Resources */,
    32243222                                29AEF960134C76FB00FE5096 /* OutlookQuirksUserScript.js in Resources */,
    32253223                                5C9D925A22D7E8AD008E9266 /* Sources.txt in Resources */,
Note: See TracChangeset for help on using the changeset viewer.