Changeset 224666 in webkit


Ignore:
Timestamp:
Nov 9, 2017, 11:21:44 PM (8 years ago)
Author:
mitz@apple.com
Message:

[Xcode] An extra copy of FileSizeFormatter.h is installed in /usr/local/include
https://bugs.webkit.org/show_bug.cgi?id=179525

Reviewed by Wenson Hsieh.

  • PAL.xcodeproj/project.pbxproj: Demoted FileSizeFormatter.h to a project header in the PAL target. The Copy PAL Headers target takes care of installing this header under /usr/local/include/pal.
Location:
trunk/Source/WebCore/PAL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/PAL/ChangeLog

    r224665 r224666  
     12017-11-09  Dan Bernstein  <mitz@apple.com>
     2
     3        [Xcode] An extra copy of FileSizeFormatter.h is installed in /usr/local/include
     4        https://bugs.webkit.org/show_bug.cgi?id=179525
     5
     6        Reviewed by Wenson Hsieh.
     7
     8        * PAL.xcodeproj/project.pbxproj: Demoted FileSizeFormatter.h to a project header in the PAL target. The
     9          Copy PAL Headers target takes care of installing this header under /usr/local/include/pal.
     10
    1112017-11-09  Chris Dumez  <cdumez@apple.com>
    212
  • trunk/Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj

    r224238 r224666  
    143143                A3C66CDD1F462D6A009E6EE9 /* SessionID.h in Headers */ = {isa = PBXBuildFile; fileRef = A3C66CDB1F462D6A009E6EE9 /* SessionID.h */; };
    144144                F442915E1FA52473002CC93E /* NSFileSizeFormatterSPI.h in Headers */ = {isa = PBXBuildFile; fileRef = F442915D1FA52473002CC93E /* NSFileSizeFormatterSPI.h */; };
    145                 F44291601FA5261E002CC93E /* FileSizeFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = F442915F1FA5261E002CC93E /* FileSizeFormatter.h */; settings = {ATTRIBUTES = (Private, ); }; };
     145                F44291601FA5261E002CC93E /* FileSizeFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = F442915F1FA5261E002CC93E /* FileSizeFormatter.h */; };
    146146                F44291641FA52670002CC93E /* FileSizeFormatter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F44291621FA52670002CC93E /* FileSizeFormatter.cpp */; };
    147147                F44291681FA52705002CC93E /* FileSizeFormatterCocoa.mm in Sources */ = {isa = PBXBuildFile; fileRef = F44291661FA52705002CC93E /* FileSizeFormatterCocoa.mm */; };
Note: See TracChangeset for help on using the changeset viewer.