<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[189462] trunk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/189462">189462</a></dd>
<dt>Author</dt> <dd>aestes@apple.com</dd>
<dt>Date</dt> <dd>2015-09-07 00:09:21 -0700 (Mon, 07 Sep 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>WebKit.xcworkspace should be be able to build iOS platforms
https://bugs.webkit.org/show_bug.cgi?id=148881

Reviewed by Daniel Bates.

Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
for all supported platforms.

.:

* WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
target was already included. Removed the WebKitTestRunner target and replaced it with its All target.

Source/WebInspectorUI:

* Configurations/Base.xcconfig: Included iphoneos and iphonesimulator in SUPPORTED_PLATFORMS.
* Configurations/WebInspectorUIFramework.xcconfig: Skipped installing on iOS.

Tools:

* MiniBrowser/Configurations/Base.xcconfig: Included iphoneos and iphonesimulator in SUPPORTED_PLATFORMS.
* MiniBrowser/Configurations/MiniBrowser.xcconfig: Excluded all source files on iOS, and linked Cocoa and WebKit on Mac.
* MiniBrowser/Configurations/MiniBrowserBundle.xcconfig: Ditto.
* MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj: Stopped linking frameworks in Link Binaries With Libraries.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkChangeLog">trunk/ChangeLog</a></li>
<li><a href="#trunkSourceWebInspectorUIChangeLog">trunk/Source/WebInspectorUI/ChangeLog</a></li>
<li><a href="#trunkSourceWebInspectorUIConfigurationsBasexcconfig">trunk/Source/WebInspectorUI/Configurations/Base.xcconfig</a></li>
<li><a href="#trunkSourceWebInspectorUIConfigurationsWebInspectorUIFrameworkxcconfig">trunk/Source/WebInspectorUI/Configurations/WebInspectorUIFramework.xcconfig</a></li>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsMiniBrowserConfigurationsBasexcconfig">trunk/Tools/MiniBrowser/Configurations/Base.xcconfig</a></li>
<li><a href="#trunkToolsMiniBrowserConfigurationsMiniBrowserxcconfig">trunk/Tools/MiniBrowser/Configurations/MiniBrowser.xcconfig</a></li>
<li><a href="#trunkToolsMiniBrowserConfigurationsMiniBrowserBundlexcconfig">trunk/Tools/MiniBrowser/Configurations/MiniBrowserBundle.xcconfig</a></li>
<li><a href="#trunkToolsMiniBrowserMiniBrowserxcodeprojprojectpbxproj">trunk/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj</a></li>
<li><a href="#trunkWebKitxcworkspacexcshareddataxcschemesAllToolsxcscheme">trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/ChangeLog (189461 => 189462)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/ChangeLog        2015-09-07 06:47:29 UTC (rev 189461)
+++ trunk/ChangeLog        2015-09-07 07:09:21 UTC (rev 189462)
</span><span class="lines">@@ -1,3 +1,16 @@
</span><ins>+2015-09-06  Andy Estes  &lt;aestes@apple.com&gt;
+
+        WebKit.xcworkspace should be be able to build iOS platforms
+        https://bugs.webkit.org/show_bug.cgi?id=148881
+
+        Reviewed by Daniel Bates.
+
+        Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
+        for all supported platforms.
+
+        * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
+        target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
+
</ins><span class="cx"> 2015-09-04  Jon Honeycutt  &lt;jhoneycutt@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [iOS] Need a test for bug #145539: Uploading an animated GIF from the
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/ChangeLog (189461 => 189462)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/ChangeLog        2015-09-07 06:47:29 UTC (rev 189461)
+++ trunk/Source/WebInspectorUI/ChangeLog        2015-09-07 07:09:21 UTC (rev 189462)
</span><span class="lines">@@ -1,3 +1,16 @@
</span><ins>+2015-09-06  Andy Estes  &lt;aestes@apple.com&gt;
+
+        WebKit.xcworkspace should be be able to build iOS platforms
+        https://bugs.webkit.org/show_bug.cgi?id=148881
+
+        Reviewed by Daniel Bates.
+
+        Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
+        for all supported platforms.
+
+        * Configurations/Base.xcconfig: Included iphoneos and iphonesimulator in SUPPORTED_PLATFORMS.
+        * Configurations/WebInspectorUIFramework.xcconfig: Skipped installing on iOS.
+
</ins><span class="cx"> 2015-09-04  Brian Burg  &lt;bburg@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Web Inspector: combine Test.html resources to make tests run faster
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIConfigurationsBasexcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/Configurations/Base.xcconfig (189461 => 189462)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Configurations/Base.xcconfig        2015-09-07 06:47:29 UTC (rev 189461)
+++ trunk/Source/WebInspectorUI/Configurations/Base.xcconfig        2015-09-07 07:09:21 UTC (rev 189462)
</span><span class="lines">@@ -56,6 +56,8 @@
</span><span class="cx"> ENGINEERING_BUILD_DEFINES = $(ENGINEERING_BUILD_DEFINES_$(ENGINEERING_BUILD));
</span><span class="cx"> ENGINEERING_BUILD_DEFINES_1 = ENGINEERING_BUILD=1;
</span><span class="cx"> 
</span><ins>+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx;
+
</ins><span class="cx"> TARGET_MAC_OS_X_VERSION_MAJOR = $(MAC_OS_X_VERSION_MAJOR);
</span><span class="cx"> 
</span><span class="cx"> SDKROOT = macosx.internal;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIConfigurationsWebInspectorUIFrameworkxcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/Configurations/WebInspectorUIFramework.xcconfig (189461 => 189462)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Configurations/WebInspectorUIFramework.xcconfig        2015-09-07 06:47:29 UTC (rev 189461)
+++ trunk/Source/WebInspectorUI/Configurations/WebInspectorUIFramework.xcconfig        2015-09-07 07:09:21 UTC (rev 189462)
</span><span class="lines">@@ -41,3 +41,5 @@
</span><span class="cx"> COMBINE_TEST_RESOURCES_Debug = YES;
</span><span class="cx"> COMBINE_TEST_RESOURCES_Release = YES;
</span><span class="cx"> COMBINE_TEST_RESOURCES_Production = YES;
</span><ins>+
+SKIP_INSTALL[sdk=iphone*] = YES;
</ins></span></pre></div>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (189461 => 189462)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2015-09-07 06:47:29 UTC (rev 189461)
+++ trunk/Tools/ChangeLog        2015-09-07 07:09:21 UTC (rev 189462)
</span><span class="lines">@@ -1,5 +1,20 @@
</span><span class="cx"> 2015-09-06  Andy Estes  &lt;aestes@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        WebKit.xcworkspace should be be able to build iOS platforms
+        https://bugs.webkit.org/show_bug.cgi?id=148881
+
+        Reviewed by Daniel Bates.
+
+        Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
+        for all supported platforms.
+
+        * MiniBrowser/Configurations/Base.xcconfig: Included iphoneos and iphonesimulator in SUPPORTED_PLATFORMS.
+        * MiniBrowser/Configurations/MiniBrowser.xcconfig: Excluded all source files on iOS, and linked Cocoa and WebKit on Mac.
+        * MiniBrowser/Configurations/MiniBrowserBundle.xcconfig: Ditto.
+        * MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj: Stopped linking frameworks in Link Binaries With Libraries.
+
+2015-09-06  Andy Estes  &lt;aestes@apple.com&gt;
+
</ins><span class="cx">         WebKitTestRunner should build for iOS using the default target
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=148918
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkToolsMiniBrowserConfigurationsBasexcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Tools/MiniBrowser/Configurations/Base.xcconfig (189461 => 189462)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/Configurations/Base.xcconfig        2015-09-07 06:47:29 UTC (rev 189461)
+++ trunk/Tools/MiniBrowser/Configurations/Base.xcconfig        2015-09-07 07:09:21 UTC (rev 189462)
</span><span class="lines">@@ -49,6 +49,8 @@
</span><span class="cx"> LINKER_DISPLAYS_MANGLED_NAMES = YES;
</span><span class="cx"> GCC_NO_COMMON_BLOCKS = YES;
</span><span class="cx"> 
</span><ins>+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx;
+
</ins><span class="cx"> TARGET_MAC_OS_X_VERSION_MAJOR = $(MAC_OS_X_VERSION_MAJOR);
</span><span class="cx"> 
</span><span class="cx"> SDKROOT = macosx.internal;
</span></span></pre></div>
<a id="trunkToolsMiniBrowserConfigurationsMiniBrowserxcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Tools/MiniBrowser/Configurations/MiniBrowser.xcconfig (189461 => 189462)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/Configurations/MiniBrowser.xcconfig        2015-09-07 06:47:29 UTC (rev 189461)
+++ trunk/Tools/MiniBrowser/Configurations/MiniBrowser.xcconfig        2015-09-07 07:09:21 UTC (rev 189462)
</span><span class="lines">@@ -24,3 +24,5 @@
</span><span class="cx"> PRODUCT_NAME = MiniBrowser
</span><span class="cx"> GCC_PREFIX_HEADER = mac/MiniBrowser_Prefix.pch
</span><span class="cx"> INFOPLIST_FILE = mac/Info.plist
</span><ins>+EXCLUDED_SOURCE_FILE_NAMES[sdk=iphone*] = *
+OTHER_LDFLAGS[sdk=macosx*] = $(inherited) -framework Cocoa -framework WebKit
</ins></span></pre></div>
<a id="trunkToolsMiniBrowserConfigurationsMiniBrowserBundlexcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Tools/MiniBrowser/Configurations/MiniBrowserBundle.xcconfig (189461 => 189462)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/Configurations/MiniBrowserBundle.xcconfig        2015-09-07 06:47:29 UTC (rev 189461)
+++ trunk/Tools/MiniBrowser/Configurations/MiniBrowserBundle.xcconfig        2015-09-07 07:09:21 UTC (rev 189462)
</span><span class="lines">@@ -24,3 +24,5 @@
</span><span class="cx"> PRODUCT_NAME = MiniBrowser
</span><span class="cx"> GCC_PREFIX_HEADER = mac/Bundle/MiniBrowserBundle_Prefix.pch
</span><span class="cx"> INFOPLIST_FILE = mac/Bundle/Info.plist
</span><ins>+EXCLUDED_SOURCE_FILE_NAMES[sdk=iphone*] = *
+OTHER_LDFLAGS[sdk=macosx*] = $(inherited) -framework Cocoa
</ins></span></pre></div>
<a id="trunkToolsMiniBrowserMiniBrowserxcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj (189461 => 189462)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj        2015-09-07 06:47:29 UTC (rev 189461)
+++ trunk/Tools/MiniBrowser/MiniBrowser.xcodeproj/project.pbxproj        2015-09-07 07:09:21 UTC (rev 189462)
</span><span class="lines">@@ -7,10 +7,8 @@
</span><span class="cx">         objects = {
</span><span class="cx"> 
</span><span class="cx"> /* Begin PBXBuildFile section */
</span><del>-                0F7EB6E3134113C300F4D865 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F7EB6E2134113C300F4D865 /* WebKit.framework */; };
</del><span class="cx">                 0FE643A1161FA8940059E3FF /* BrowserWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FE643A0161FA8940059E3FF /* BrowserWindowController.m */; };
</span><span class="cx">                 0FE643A4161FAC660059E3FF /* WK1BrowserWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FE643A3161FAC660059E3FF /* WK1BrowserWindowController.m */; };
</span><del>-                1AFFEF771860EE6800DA465E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AFFEF761860EE6800DA465E /* Cocoa.framework */; };
</del><span class="cx">                 1AFFEF8818611C3D00DA465E /* MiniBrowserWebProcessPlugIn.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AFFEF8618611C3D00DA465E /* MiniBrowserWebProcessPlugIn.m */; };
</span><span class="cx">                 1AFFEF8B18611D8A00DA465E /* MiniBrowser.wkbundle in Copy Bundle */ = {isa = PBXBuildFile; fileRef = 1AFFEF751860EE6700DA465E /* MiniBrowser.wkbundle */; };
</span><span class="cx">                 256AC3DA0F4B6AC300CF3369 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 256AC3D90F4B6AC300CF3369 /* AppDelegate.m */; };
</span><span class="lines">@@ -18,7 +16,6 @@
</span><span class="cx">                 51E244FA11EFCE07008228D1 /* MBToolbarItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 51E244F911EFCE07008228D1 /* MBToolbarItem.m */; };
</span><span class="cx">                 7CA379421AC381C10079DC37 /* ExtensionManagerWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CA379401AC381C10079DC37 /* ExtensionManagerWindowController.m */; };
</span><span class="cx">                 7CA379431AC381C10079DC37 /* ExtensionManagerWindowController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7CA379411AC381C10079DC37 /* ExtensionManagerWindowController.xib */; };
</span><del>-                8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
</del><span class="cx">                 BC329487116A92E2008635D0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = BC329486116A92E2008635D0 /* main.m */; };
</span><span class="cx">                 BC329498116A941B008635D0 /* WK2BrowserWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC329497116A941B008635D0 /* WK2BrowserWindowController.m */; };
</span><span class="cx">                 BC72B89511E57E07001EB4EA /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58150DA1D0A300B32029 /* MainMenu.xib */; };
</span><span class="lines">@@ -50,12 +47,10 @@
</span><span class="cx"> /* End PBXCopyFilesBuildPhase section */
</span><span class="cx"> 
</span><span class="cx"> /* Begin PBXFileReference section */
</span><del>-                0F7EB6E2134113C300F4D865 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = WebKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
</del><span class="cx">                 0FE6439F161FA8940059E3FF /* BrowserWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BrowserWindowController.h; path = mac/BrowserWindowController.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 0FE643A0161FA8940059E3FF /* BrowserWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BrowserWindowController.m; path = mac/BrowserWindowController.m; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 0FE643A2161FAC660059E3FF /* WK1BrowserWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WK1BrowserWindowController.h; path = mac/WK1BrowserWindowController.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 0FE643A3161FAC660059E3FF /* WK1BrowserWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = WK1BrowserWindowController.m; path = mac/WK1BrowserWindowController.m; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };
</del><span class="cx">                 1AFF1A6C1AC35D45007AB10C /* MiniBrowser.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = MiniBrowser.entitlements; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1AFFEF751860EE6700DA465E /* MiniBrowser.wkbundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MiniBrowser.wkbundle; sourceTree = BUILT_PRODUCTS_DIR; };
</span><span class="cx">                 1AFFEF761860EE6800DA465E /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
</span><span class="lines">@@ -94,7 +89,6 @@
</span><span class="cx">                         isa = PBXFrameworksBuildPhase;
</span><span class="cx">                         buildActionMask = 2147483647;
</span><span class="cx">                         files = (
</span><del>-                                1AFFEF771860EE6800DA465E /* Cocoa.framework in Frameworks */,
</del><span class="cx">                         );
</span><span class="cx">                         runOnlyForDeploymentPostprocessing = 0;
</span><span class="cx">                 };
</span><span class="lines">@@ -102,8 +96,6 @@
</span><span class="cx">                         isa = PBXFrameworksBuildPhase;
</span><span class="cx">                         buildActionMask = 2147483647;
</span><span class="cx">                         files = (
</span><del>-                                8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
-                                0F7EB6E3134113C300F4D865 /* WebKit.framework in Frameworks */,
</del><span class="cx">                         );
</span><span class="cx">                         runOnlyForDeploymentPostprocessing = 0;
</span><span class="cx">                 };
</span><span class="lines">@@ -134,15 +126,6 @@
</span><span class="cx">                         name = MiniBrowser;
</span><span class="cx">                         sourceTree = &quot;&lt;group&gt;&quot;;
</span><span class="cx">                 };
</span><del>-                1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
-                        isa = PBXGroup;
-                        children = (
-                                1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
-                                0F7EB6E2134113C300F4D865 /* WebKit.framework */,
-                        );
-                        name = &quot;Linked Frameworks&quot;;
-                        sourceTree = &quot;&lt;group&gt;&quot;;
-                };
</del><span class="cx">                 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><span class="lines">@@ -200,7 +183,6 @@
</span><span class="cx">                 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><del>-                                1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
</del><span class="cx">                                 1AFFEF761860EE6800DA465E /* Cocoa.framework */,
</span><span class="cx">                                 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
</span><span class="cx">                         );
</span></span></pre></div>
<a id="trunkWebKitxcworkspacexcshareddataxcschemesAllToolsxcscheme"></a>
<div class="modfile"><h4>Modified: trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme (189461 => 189462)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme        2015-09-07 06:47:29 UTC (rev 189461)
+++ trunk/WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme        2015-09-07 07:09:21 UTC (rev 189462)
</span><span class="lines">@@ -31,20 +31,6 @@
</span><span class="cx">             buildForAnalyzing = &quot;YES&quot;&gt;
</span><span class="cx">             &lt;BuildableReference
</span><span class="cx">                BuildableIdentifier = &quot;primary&quot;
</span><del>-               BlueprintIdentifier = &quot;9340994A08540CAE007F3BC8&quot;
-               BuildableName = &quot;DumpRenderTree&quot;
-               BlueprintName = &quot;DumpRenderTree&quot;
-               ReferencedContainer = &quot;container:Tools/DumpRenderTree/DumpRenderTree.xcodeproj&quot;&gt;
-            &lt;/BuildableReference&gt;
-         &lt;/BuildActionEntry&gt;
-         &lt;BuildActionEntry
-            buildForTesting = &quot;YES&quot;
-            buildForRunning = &quot;YES&quot;
-            buildForProfiling = &quot;YES&quot;
-            buildForArchiving = &quot;YES&quot;
-            buildForAnalyzing = &quot;YES&quot;&gt;
-            &lt;BuildableReference
-               BuildableIdentifier = &quot;primary&quot;
</del><span class="cx">                BlueprintIdentifier = &quot;A84F608D08B1370600E9745F&quot;
</span><span class="cx">                BuildableName = &quot;All&quot;
</span><span class="cx">                BlueprintName = &quot;All&quot;
</span><span class="lines">@@ -101,50 +87,71 @@
</span><span class="cx">             buildForAnalyzing = &quot;YES&quot;&gt;
</span><span class="cx">             &lt;BuildableReference
</span><span class="cx">                BuildableIdentifier = &quot;primary&quot;
</span><del>-               BlueprintIdentifier = &quot;8DD76F960486AA7600D96B5E&quot;
-               BuildableName = &quot;WebKitTestRunner&quot;
-               BlueprintName = &quot;WebKitTestRunner&quot;
</del><ins>+               BlueprintIdentifier = &quot;A18510171B9ADE0B00744AEB&quot;
+               BuildableName = &quot;All&quot;
+               BlueprintName = &quot;All&quot;
</ins><span class="cx">                ReferencedContainer = &quot;container:Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj&quot;&gt;
</span><span class="cx">             &lt;/BuildableReference&gt;
</span><span class="cx">          &lt;/BuildActionEntry&gt;
</span><span class="cx">       &lt;/BuildActionEntries&gt;
</span><span class="cx">    &lt;/BuildAction&gt;
</span><span class="cx">    &lt;TestAction
</span><ins>+      buildConfiguration = &quot;Debug&quot;
</ins><span class="cx">       selectedDebuggerIdentifier = &quot;Xcode.DebuggerFoundation.Debugger.LLDB&quot;
</span><span class="cx">       selectedLauncherIdentifier = &quot;Xcode.DebuggerFoundation.Launcher.LLDB&quot;
</span><del>-      shouldUseLaunchSchemeArgsEnv = &quot;YES&quot;
-      buildConfiguration = &quot;Debug&quot;&gt;
</del><ins>+      shouldUseLaunchSchemeArgsEnv = &quot;YES&quot;&gt;
</ins><span class="cx">       &lt;Testables&gt;
</span><span class="cx">       &lt;/Testables&gt;
</span><ins>+      &lt;MacroExpansion&gt;
+         &lt;BuildableReference
+            BuildableIdentifier = &quot;primary&quot;
+            BlueprintIdentifier = &quot;A84F608D08B1370600E9745F&quot;
+            BuildableName = &quot;All&quot;
+            BlueprintName = &quot;All&quot;
+            ReferencedContainer = &quot;container:Tools/DumpRenderTree/DumpRenderTree.xcodeproj&quot;&gt;
+         &lt;/BuildableReference&gt;
+      &lt;/MacroExpansion&gt;
+      &lt;AdditionalOptions&gt;
+      &lt;/AdditionalOptions&gt;
</ins><span class="cx">    &lt;/TestAction&gt;
</span><span class="cx">    &lt;LaunchAction
</span><ins>+      buildConfiguration = &quot;Debug&quot;
</ins><span class="cx">       selectedDebuggerIdentifier = &quot;Xcode.DebuggerFoundation.Debugger.LLDB&quot;
</span><span class="cx">       selectedLauncherIdentifier = &quot;Xcode.DebuggerFoundation.Launcher.LLDB&quot;
</span><span class="cx">       launchStyle = &quot;0&quot;
</span><span class="cx">       useCustomWorkingDirectory = &quot;YES&quot;
</span><span class="cx">       customWorkingDirectory = &quot;$(SRCROOT)/../../LayoutTests&quot;
</span><del>-      buildConfiguration = &quot;Debug&quot;
</del><span class="cx">       ignoresPersistentStateOnLaunch = &quot;YES&quot;
</span><span class="cx">       debugDocumentVersioning = &quot;YES&quot;
</span><ins>+      debugServiceExtension = &quot;internal&quot;
</ins><span class="cx">       allowLocationSimulation = &quot;YES&quot;&gt;
</span><del>-      &lt;BuildableProductRunnable&gt;
</del><ins>+      &lt;MacroExpansion&gt;
</ins><span class="cx">          &lt;BuildableReference
</span><span class="cx">             BuildableIdentifier = &quot;primary&quot;
</span><del>-            BlueprintIdentifier = &quot;9340994A08540CAE007F3BC8&quot;
-            BuildableName = &quot;DumpRenderTree&quot;
-            BlueprintName = &quot;DumpRenderTree&quot;
</del><ins>+            BlueprintIdentifier = &quot;A84F608D08B1370600E9745F&quot;
+            BuildableName = &quot;All&quot;
+            BlueprintName = &quot;All&quot;
</ins><span class="cx">             ReferencedContainer = &quot;container:Tools/DumpRenderTree/DumpRenderTree.xcodeproj&quot;&gt;
</span><span class="cx">          &lt;/BuildableReference&gt;
</span><del>-      &lt;/BuildableProductRunnable&gt;
</del><ins>+      &lt;/MacroExpansion&gt;
</ins><span class="cx">       &lt;AdditionalOptions&gt;
</span><span class="cx">       &lt;/AdditionalOptions&gt;
</span><span class="cx">    &lt;/LaunchAction&gt;
</span><span class="cx">    &lt;ProfileAction
</span><ins>+      buildConfiguration = &quot;Release&quot;
</ins><span class="cx">       shouldUseLaunchSchemeArgsEnv = &quot;YES&quot;
</span><span class="cx">       savedToolIdentifier = &quot;&quot;
</span><span class="cx">       useCustomWorkingDirectory = &quot;NO&quot;
</span><del>-      buildConfiguration = &quot;Release&quot;
</del><span class="cx">       debugDocumentVersioning = &quot;YES&quot;&gt;
</span><ins>+      &lt;MacroExpansion&gt;
+         &lt;BuildableReference
+            BuildableIdentifier = &quot;primary&quot;
+            BlueprintIdentifier = &quot;A84F608D08B1370600E9745F&quot;
+            BuildableName = &quot;All&quot;
+            BlueprintName = &quot;All&quot;
+            ReferencedContainer = &quot;container:Tools/DumpRenderTree/DumpRenderTree.xcodeproj&quot;&gt;
+         &lt;/BuildableReference&gt;
+      &lt;/MacroExpansion&gt;
</ins><span class="cx">    &lt;/ProfileAction&gt;
</span><span class="cx">    &lt;AnalyzeAction
</span><span class="cx">       buildConfiguration = &quot;Debug&quot;&gt;
</span></span></pre>
</div>
</div>

</body>
</html>