Title: [205502] trunk/Source/WebKit
Revision
205502
Author
m...@apple.com
Date
2016-09-06 13:50:26 -0700 (Tue, 06 Sep 2016)

Log Message

[Xcode] WebKitLegacy.framework is re-signed on incremental build even if nothing’s changed
https://bugs.webkit.org/show_bug.cgi?id=161642

Reviewed by Tim Horton.

* WebKit.xcodeproj/project.pbxproj:  Removed the output file listed under the
Symlink WebKitPluginHost script build phase, because it doesn’t produce that file on iOS.
With no outputs listed, the script will still run every time, but the fact that it has run
won’t trigger re-signing the framework.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (205501 => 205502)


--- trunk/Source/WebKit/ChangeLog	2016-09-06 20:44:00 UTC (rev 205501)
+++ trunk/Source/WebKit/ChangeLog	2016-09-06 20:50:26 UTC (rev 205502)
@@ -1,3 +1,15 @@
+2016-09-06  Dan Bernstein  <m...@apple.com>
+
+        [Xcode] WebKitLegacy.framework is re-signed on incremental build even if nothing’s changed
+        https://bugs.webkit.org/show_bug.cgi?id=161642
+
+        Reviewed by Tim Horton.
+
+        * WebKit.xcodeproj/project.pbxproj:  Removed the output file listed under the
+        Symlink WebKitPluginHost script build phase, because it doesn’t produce that file on iOS.
+        With no outputs listed, the script will still run every time, but the fact that it has run
+        won’t trigger re-signing the framework.
+
 2016-08-25  Alex Christensen  <achristen...@webkit.org>
 
         CMake build fix.

Modified: trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj (205501 => 205502)


--- trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2016-09-06 20:44:00 UTC (rev 205501)
+++ trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2016-09-06 20:50:26 UTC (rev 205502)
@@ -3273,7 +3273,6 @@
 			);
 			name = "Symlink WebKitPluginHost";
 			outputPaths = (
-				"$(TARGET_BUILD_DIR)/WebKitLegacy.framework/Versions/A/WebKitPluginHost.app",
 			);
 			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