Title: [235688] trunk/Source/WebKit
Revision
235688
Author
ddkil...@apple.com
Date
2018-09-05 14:15:24 -0700 (Wed, 05 Sep 2018)

Log Message

REGRESSION (r235006): Let Xcode have its way with the WebKit project

* WebKit.xcodeproj/project.pbxproj: Let Xcode remove empty
settings.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (235687 => 235688)


--- trunk/Source/WebKit/ChangeLog	2018-09-05 21:15:21 UTC (rev 235687)
+++ trunk/Source/WebKit/ChangeLog	2018-09-05 21:15:24 UTC (rev 235688)
@@ -1,5 +1,12 @@
 2018-09-05  David Kilzer  <ddkil...@apple.com>
 
+        REGRESSION (r235006): Let Xcode have its way with the WebKit project
+
+        * WebKit.xcodeproj/project.pbxproj: Let Xcode remove empty
+        settings.
+
+2018-09-05  David Kilzer  <ddkil...@apple.com>
+
         REGRESSION (r110214): Remove deleted WebProcess/Fullscreen/mac folder from WebKit Xcode project
 
         Found using `tidy-Xcode-project-file --missing` (see Bug

Modified: trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj (235687 => 235688)


--- trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2018-09-05 21:15:21 UTC (rev 235687)
+++ trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2018-09-05 21:15:24 UTC (rev 235688)
@@ -10445,13 +10445,9 @@
 			buildActionMask = 2147483647;
 			files = (
 			);
-			inputFileListPaths = (
-			);
 			inputPaths = (
 			);
 			name = "Generate Unified Sources";
-			outputFileListPaths = (
-			);
 			outputPaths = (
 			);
 			runOnlyForDeploymentPostprocessing = 0;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to