Title: [224666] trunk/Source/WebCore/PAL
Revision
224666
Author
m...@apple.com
Date
2017-11-09 23:21:44 -0800 (Thu, 09 Nov 2017)

Log 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.

Modified Paths

Diff

Modified: trunk/Source/WebCore/PAL/ChangeLog (224665 => 224666)


--- trunk/Source/WebCore/PAL/ChangeLog	2017-11-10 07:03:24 UTC (rev 224665)
+++ trunk/Source/WebCore/PAL/ChangeLog	2017-11-10 07:21:44 UTC (rev 224666)
@@ -1,3 +1,13 @@
+2017-11-09  Dan Bernstein  <m...@apple.com>
+
+        [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.
+
 2017-11-09  Chris Dumez  <cdu...@apple.com>
 
         Unreviewed, rolling out r224661.

Modified: trunk/Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj (224665 => 224666)


--- trunk/Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj	2017-11-10 07:03:24 UTC (rev 224665)
+++ trunk/Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj	2017-11-10 07:21:44 UTC (rev 224666)
@@ -142,7 +142,7 @@
 		A3C66CDC1F462D6A009E6EE9 /* SessionID.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A3C66CDA1F462D6A009E6EE9 /* SessionID.cpp */; };
 		A3C66CDD1F462D6A009E6EE9 /* SessionID.h in Headers */ = {isa = PBXBuildFile; fileRef = A3C66CDB1F462D6A009E6EE9 /* SessionID.h */; };
 		F442915E1FA52473002CC93E /* NSFileSizeFormatterSPI.h in Headers */ = {isa = PBXBuildFile; fileRef = F442915D1FA52473002CC93E /* NSFileSizeFormatterSPI.h */; };
-		F44291601FA5261E002CC93E /* FileSizeFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = F442915F1FA5261E002CC93E /* FileSizeFormatter.h */; settings = {ATTRIBUTES = (Private, ); }; };
+		F44291601FA5261E002CC93E /* FileSizeFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = F442915F1FA5261E002CC93E /* FileSizeFormatter.h */; };
 		F44291641FA52670002CC93E /* FileSizeFormatter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F44291621FA52670002CC93E /* FileSizeFormatter.cpp */; };
 		F44291681FA52705002CC93E /* FileSizeFormatterCocoa.mm in Sources */ = {isa = PBXBuildFile; fileRef = F44291661FA52705002CC93E /* FileSizeFormatterCocoa.mm */; };
 /* End PBXBuildFile section */
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to