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.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@203944
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2016-07-30 Dan Bernstein <mitz@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 <rniwa@webkit.org>
Crash with an Invalid Web Process IPC Message ID: WebPageProxy.AttributedStringForCharacterRangeCallback
);
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;