Changeset 205502 in webkit


Ignore:
Timestamp:
Sep 6, 2016 1:50:26 PM (8 years ago)
Author:
mitz@apple.com
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.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r204998 r205502  
     12016-09-06  Dan Bernstein  <mitz@apple.com>
     2
     3        [Xcode] WebKitLegacy.framework is re-signed on incremental build even if nothing’s changed
     4        https://bugs.webkit.org/show_bug.cgi?id=161642
     5
     6        Reviewed by Tim Horton.
     7
     8        * WebKit.xcodeproj/project.pbxproj:  Removed the output file listed under the
     9        Symlink WebKitPluginHost script build phase, because it doesn’t produce that file on iOS.
     10        With no outputs listed, the script will still run every time, but the fact that it has run
     11        won’t trigger re-signing the framework.
     12
    1132016-08-25  Alex Christensen  <achristensen@webkit.org>
    214
  • trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj

    r204717 r205502  
    32743274                        name = "Symlink WebKitPluginHost";
    32753275                        outputPaths = (
    3276                                 "$(TARGET_BUILD_DIR)/WebKitLegacy.framework/Versions/A/WebKitPluginHost.app",
    32773276                        );
    32783277                        runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset for help on using the changeset viewer.