Title: [203944] trunk/Source/WebKit2
Revision
203944
Author
m...@apple.com
Date
2016-07-30 12:27:23 -0700 (Sat, 30 Jul 2016)

Log Message

[Xcode] WebKit.framework is touched on incremental build even if nothing’s changed
https://bugs.webkit.org/show_bug.cgi?id=160383

Reviewed by Tim Horton.

* WebKit2.xcodeproj/project.pbxproj: Removed the output files listed under the
  Copy iOS Sandbox Profiles for Manual Sandboxing script build phase, because it doesn’t
  produce those files on macOS. With no outputs listed, the script will still run every
  time, but the fact that it has run won’t trigger touching the framework.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (203943 => 203944)


--- trunk/Source/WebKit2/ChangeLog	2016-07-30 19:27:09 UTC (rev 203943)
+++ trunk/Source/WebKit2/ChangeLog	2016-07-30 19:27:23 UTC (rev 203944)
@@ -1,3 +1,15 @@
+2016-07-30  Dan Bernstein  <m...@apple.com>
+
+        [Xcode] WebKit.framework is touched on incremental build even if nothing’s changed
+        https://bugs.webkit.org/show_bug.cgi?id=160383
+
+        Reviewed by Tim Horton.
+
+        * WebKit2.xcodeproj/project.pbxproj: Removed the output files listed under the
+          Copy iOS Sandbox Profiles for Manual Sandboxing script build phase, because it doesn’t
+          produce those files on macOS. With no outputs listed, the script will still run every
+          time, but the fact that it has run won’t trigger touching the framework.
+
 2016-07-28  Ryosuke Niwa  <rn...@webkit.org>
 
         Crash with an Invalid Web Process IPC Message ID: WebPageProxy.AttributedStringForCharacterRangeCallback

Modified: trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj (203943 => 203944)


--- trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj	2016-07-30 19:27:09 UTC (rev 203943)
+++ trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj	2016-07-30 19:27:23 UTC (rev 203944)
@@ -8681,9 +8681,6 @@
 			);
 			name = "Copy iOS Sandbox Profiles for Manual Sandboxing";
 			outputPaths = (
-				"$(TARGET_BUILD_DIR)/$(UNLOCALIZED_RESOURCES_FOLDER_PATH)/com.apple.WebKit.Databases.sb",
-				"$(TARGET_BUILD_DIR)/$(UNLOCALIZED_RESOURCES_FOLDER_PATH)/com.apple.WebKit.Networking.sb",
-				"$(TARGET_BUILD_DIR)/$(UNLOCALIZED_RESOURCES_FOLDER_PATH)/com.apple.WebKit.WebContent.sb",
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to