Title: [163947] trunk/Source/WebKit2
Revision
163947
Author
m...@apple.com
Date
2014-02-11 21:45:22 -0800 (Tue, 11 Feb 2014)

Log Message

<rdar://problem/16044438>: WebKit2.framework (with *Process.app) exists at the top level of the simulator
https://bugs.webkit.org/show_bug.cgi?id=128650

Reviewed by Mark Rowe.

* Configurations/All-iOS.xcconfig: Removed this unused file.
* Configurations/All.xcconfig: Set SKIP_INSTALL to YES for this aggregate target, so that
its Copy Files build phase, intended only for engineering builds, doesn’t copy into the
(wrong) install location.

Modified Paths

Removed Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (163946 => 163947)


--- trunk/Source/WebKit2/ChangeLog	2014-02-12 05:42:32 UTC (rev 163946)
+++ trunk/Source/WebKit2/ChangeLog	2014-02-12 05:45:22 UTC (rev 163947)
@@ -1,3 +1,15 @@
+2014-02-11  Dan Bernstein  <m...@apple.com>
+
+        <rdar://problem/16044438>: WebKit2.framework (with *Process.app) exists at the top level of the simulator
+        https://bugs.webkit.org/show_bug.cgi?id=128650
+
+        Reviewed by Mark Rowe.
+
+        * Configurations/All-iOS.xcconfig: Removed this unused file.
+        * Configurations/All.xcconfig: Set SKIP_INSTALL to YES for this aggregate target, so that
+        its Copy Files build phase, intended only for engineering builds, doesn’t copy into the
+        (wrong) install location.
+
 2014-02-11  Ryosuke Niwa  <rn...@webkit.org>
 
         EFL build fix after r163919.

Deleted: trunk/Source/WebKit2/Configurations/All-iOS.xcconfig (163946 => 163947)


--- trunk/Source/WebKit2/Configurations/All-iOS.xcconfig	2014-02-12 05:42:32 UTC (rev 163946)
+++ trunk/Source/WebKit2/Configurations/All-iOS.xcconfig	2014-02-12 05:45:22 UTC (rev 163947)
@@ -1,26 +0,0 @@
-// Copyright (C) 2013 Apple Inc. All rights reserved.
-//
-// Redistribution and use in source and binary forms, with or without
-// modification, are permitted provided that the following conditions
-// are met:
-// 1. Redistributions of source code must retain the above copyright
-//    notice, this list of conditions and the following disclaimer.
-// 2. Redistributions in binary form must reproduce the above copyright
-//    notice, this list of conditions and the following disclaimer in the
-//    documentation and/or other materials provided with the distribution.
-//
-// THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
-// EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-// PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
-// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
-// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-// PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
-// OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
-
-#include "BaseTarget.xcconfig"
-
-SKIP_INSTALL = YES;

Modified: trunk/Source/WebKit2/Configurations/All.xcconfig (163946 => 163947)


--- trunk/Source/WebKit2/Configurations/All.xcconfig	2014-02-12 05:42:32 UTC (rev 163946)
+++ trunk/Source/WebKit2/Configurations/All.xcconfig	2014-02-12 05:45:22 UTC (rev 163947)
@@ -28,3 +28,5 @@
 EXCLUDED_SOURCE_FILE_NAMES = $(EXCLUDED_SOURCE_FILE_NAMES_$(PLATFORM_NAME));
 EXCLUDED_SOURCE_FILE_NAMES_iphoneos = PluginProcess.app;
 EXCLUDED_SOURCE_FILE_NAMES_iphonesimulator = $(EXCLUDED_SOURCE_FILE_NAMES_iphoneos);
+
+SKIP_INSTALL = YES;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to