Changeset 203944 in webkit


Ignore:
Timestamp:
Jul 30, 2016 12:27:23 PM (8 years ago)
Author:
mitz@apple.com
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.
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r203909 r203944  
     12016-07-30  Dan Bernstein  <mitz@apple.com>
     2
     3        [Xcode] WebKit.framework is touched on incremental build even if nothing’s changed
     4        https://bugs.webkit.org/show_bug.cgi?id=160383
     5
     6        Reviewed by Tim Horton.
     7
     8        * WebKit2.xcodeproj/project.pbxproj: Removed the output files listed under the
     9          Copy iOS Sandbox Profiles for Manual Sandboxing script build phase, because it doesn’t
     10          produce those files on macOS. With no outputs listed, the script will still run every
     11          time, but the fact that it has run won’t trigger touching the framework.
     12
    1132016-07-28  Ryosuke Niwa  <rniwa@webkit.org>
    214
  • trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj

    r203754 r203944  
    86828682                        name = "Copy iOS Sandbox Profiles for Manual Sandboxing";
    86838683                        outputPaths = (
    8684                                 "$(TARGET_BUILD_DIR)/$(UNLOCALIZED_RESOURCES_FOLDER_PATH)/com.apple.WebKit.Databases.sb",
    8685                                 "$(TARGET_BUILD_DIR)/$(UNLOCALIZED_RESOURCES_FOLDER_PATH)/com.apple.WebKit.Networking.sb",
    8686                                 "$(TARGET_BUILD_DIR)/$(UNLOCALIZED_RESOURCES_FOLDER_PATH)/com.apple.WebKit.WebContent.sb",
    86878684                        );
    86888685                        runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset for help on using the changeset viewer.