<!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>[205367] trunk/Tools</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/205367">205367</a></dd>
<dt>Author</dt> <dd>jer.noble@apple.com</dd>
<dt>Date</dt> <dd>2016-09-02 13:22:32 -0700 (Fri, 02 Sep 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Unreviewed build fix: restore storyboard files to Xcode 7-compatability.

* MobileMiniBrowser/MobileMiniBrowser/Base.lproj/LaunchScreen.storyboard:
* MobileMiniBrowser/MobileMiniBrowserFramework/Base.lproj/Main.storyboard:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsMobileMiniBrowserMobileMiniBrowserBaselprojLaunchScreenstoryboard">trunk/Tools/MobileMiniBrowser/MobileMiniBrowser/Base.lproj/LaunchScreen.storyboard</a></li>
<li><a href="#trunkToolsMobileMiniBrowserMobileMiniBrowserFrameworkBaselprojMainstoryboard">trunk/Tools/MobileMiniBrowser/MobileMiniBrowserFramework/Base.lproj/Main.storyboard</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (205366 => 205367)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2016-09-02 20:07:07 UTC (rev 205366)
+++ trunk/Tools/ChangeLog        2016-09-02 20:22:32 UTC (rev 205367)
</span><span class="lines">@@ -1,3 +1,10 @@
</span><ins>+2016-09-02  Jer Noble  &lt;jer.noble@apple.com&gt;
+
+        Unreviewed build fix: restore storyboard files to Xcode 7-compatability.
+
+        * MobileMiniBrowser/MobileMiniBrowser/Base.lproj/LaunchScreen.storyboard:
+        * MobileMiniBrowser/MobileMiniBrowserFramework/Base.lproj/Main.storyboard:
+
</ins><span class="cx"> 2016-09-02  Tim Horton  &lt;timothy_horton@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         REGRESSION (r205329): Two API tests time out on iOS Simulator
</span></span></pre></div>
<a id="trunkToolsMobileMiniBrowserMobileMiniBrowserBaselprojLaunchScreenstoryboard"></a>
<div class="modfile"><h4>Modified: trunk/Tools/MobileMiniBrowser/MobileMiniBrowser/Base.lproj/LaunchScreen.storyboard (205366 => 205367)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MobileMiniBrowser/MobileMiniBrowser/Base.lproj/LaunchScreen.storyboard        2016-09-02 20:07:07 UTC (rev 205366)
+++ trunk/Tools/MobileMiniBrowser/MobileMiniBrowser/Base.lproj/LaunchScreen.storyboard        2016-09-02 20:22:32 UTC (rev 205367)
</span><span class="lines">@@ -1,10 +1,10 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</span><del>-&lt;document type=&quot;com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB&quot; version=&quot;3.0&quot; toolsVersion=&quot;11191&quot; systemVersion=&quot;16B2314&quot; targetRuntime=&quot;iOS.CocoaTouch&quot; propertyAccessControl=&quot;none&quot; useAutolayout=&quot;YES&quot; launchScreen=&quot;YES&quot; useTraitCollections=&quot;YES&quot; colorMatched=&quot;YES&quot; initialViewController=&quot;01J-lp-oVM&quot;&gt;
</del><ins>+&lt;document type=&quot;com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB&quot; version=&quot;3.0&quot; toolsVersion=&quot;11191&quot; systemVersion=&quot;16B2314&quot; targetRuntime=&quot;iOS.CocoaTouch&quot; propertyAccessControl=&quot;none&quot; useAutolayout=&quot;YES&quot; launchScreen=&quot;YES&quot; useTraitCollections=&quot;YES&quot; colorMatched=&quot;NO&quot; initialViewController=&quot;01J-lp-oVM&quot;&gt;
</ins><span class="cx">     &lt;dependencies&gt;
</span><span class="cx">         &lt;deployment version=&quot;2304&quot; identifier=&quot;iOS&quot;/&gt;
</span><ins>+        &lt;development version=&quot;7000&quot; identifier=&quot;xcode&quot;/&gt;
</ins><span class="cx">         &lt;plugIn identifier=&quot;com.apple.InterfaceBuilder.IBCocoaTouchPlugin&quot; version=&quot;11156&quot;/&gt;
</span><span class="cx">         &lt;capability name=&quot;Constraints to layout margins&quot; minToolsVersion=&quot;6.0&quot;/&gt;
</span><del>-        &lt;capability name=&quot;documents saved in the Xcode 8 format&quot; minToolsVersion=&quot;8.0&quot;/&gt;
</del><span class="cx">     &lt;/dependencies&gt;
</span><span class="cx">     &lt;scenes&gt;
</span><span class="cx">         &lt;!--View Controller--&gt;
</span><span class="lines">@@ -16,10 +16,11 @@
</span><span class="cx">                         &lt;viewControllerLayoutGuide type=&quot;bottom&quot; id=&quot;xb3-aO-Qok&quot;/&gt;
</span><span class="cx">                     &lt;/layoutGuides&gt;
</span><span class="cx">                     &lt;view key=&quot;view&quot; contentMode=&quot;scaleToFill&quot; id=&quot;9qo-7e-hd1&quot;&gt;
</span><del>-                        &lt;rect key=&quot;frame&quot; x=&quot;0.0&quot; y=&quot;0.0&quot; width=&quot;375&quot; height=&quot;667&quot;/&gt;
</del><ins>+                        &lt;rect key=&quot;frame&quot; x=&quot;0.0&quot; y=&quot;0.0&quot; width=&quot;600&quot; height=&quot;600&quot;/&gt;
</ins><span class="cx">                         &lt;autoresizingMask key=&quot;autoresizingMask&quot; widthSizable=&quot;YES&quot; heightSizable=&quot;YES&quot;/&gt;
</span><span class="cx">                         &lt;subviews&gt;
</span><del>-                            &lt;toolbar opaque=&quot;NO&quot; clearsContextBeforeDrawing=&quot;NO&quot; contentMode=&quot;scaleToFill&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;F7I-Hn-oUR&quot;&gt;
</del><ins>+                            &lt;toolbar opaque=&quot;NO&quot; clearsContextBeforeDrawing=&quot;NO&quot; contentMode=&quot;scaleToFill&quot; misplaced=&quot;YES&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;F7I-Hn-oUR&quot;&gt;
+                                &lt;rect key=&quot;frame&quot; x=&quot;0.0&quot; y=&quot;20&quot; width=&quot;375&quot; height=&quot;44&quot;/&gt;
</ins><span class="cx">                                 &lt;constraints&gt;
</span><span class="cx">                                     &lt;constraint firstAttribute=&quot;height&quot; constant=&quot;44&quot; id=&quot;h95-xh-m8y&quot;/&gt;
</span><span class="cx">                                 &lt;/constraints&gt;
</span><span class="lines">@@ -33,23 +34,29 @@
</span><span class="cx">                                     &lt;barButtonItem title=&quot;Tabs&quot; id=&quot;dXJ-Pm-BgJ&quot;/&gt;
</span><span class="cx">                                 &lt;/items&gt;
</span><span class="cx">                             &lt;/toolbar&gt;
</span><del>-                            &lt;view clipsSubviews=&quot;YES&quot; contentMode=&quot;scaleToFill&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;7Vg-6f-OBr&quot; userLabel=&quot;URL Field Container&quot;&gt;
</del><ins>+                            &lt;view clipsSubviews=&quot;YES&quot; contentMode=&quot;scaleToFill&quot; misplaced=&quot;YES&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;7Vg-6f-OBr&quot; userLabel=&quot;URL Field Container&quot;&gt;
+                                &lt;rect key=&quot;frame&quot; x=&quot;0.0&quot; y=&quot;64&quot; width=&quot;375&quot; height=&quot;44&quot;/&gt;
</ins><span class="cx">                                 &lt;subviews&gt;
</span><del>-                                    &lt;toolbar opaque=&quot;NO&quot; clearsContextBeforeDrawing=&quot;NO&quot; contentMode=&quot;scaleToFill&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;nX4-D6-AXV&quot;&gt;
</del><ins>+                                    &lt;toolbar opaque=&quot;NO&quot; clearsContextBeforeDrawing=&quot;NO&quot; contentMode=&quot;scaleToFill&quot; misplaced=&quot;YES&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;nX4-D6-AXV&quot;&gt;
+                                        &lt;rect key=&quot;frame&quot; x=&quot;0.0&quot; y=&quot;-1&quot; width=&quot;375&quot; height=&quot;45&quot;/&gt;
</ins><span class="cx">                                         &lt;items/&gt;
</span><span class="cx">                                     &lt;/toolbar&gt;
</span><del>-                                    &lt;textField opaque=&quot;NO&quot; clipsSubviews=&quot;YES&quot; contentMode=&quot;scaleToFill&quot; horizontalHuggingPriority=&quot;249&quot; contentHorizontalAlignment=&quot;left&quot; contentVerticalAlignment=&quot;center&quot; borderStyle=&quot;roundedRect&quot; textAlignment=&quot;natural&quot; minimumFontSize=&quot;17&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;L4i-oL-VFG&quot;&gt;
</del><ins>+                                    &lt;textField opaque=&quot;NO&quot; clipsSubviews=&quot;YES&quot; contentMode=&quot;scaleToFill&quot; horizontalHuggingPriority=&quot;249&quot; misplaced=&quot;YES&quot; contentHorizontalAlignment=&quot;left&quot; contentVerticalAlignment=&quot;center&quot; borderStyle=&quot;roundedRect&quot; textAlignment=&quot;natural&quot; minimumFontSize=&quot;17&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;L4i-oL-VFG&quot;&gt;
+                                        &lt;rect key=&quot;frame&quot; x=&quot;8&quot; y=&quot;7&quot; width=&quot;321&quot; height=&quot;30&quot;/&gt;
</ins><span class="cx">                                         &lt;nil key=&quot;textColor&quot;/&gt;
</span><span class="cx">                                         &lt;fontDescription key=&quot;fontDescription&quot; type=&quot;system&quot; pointSize=&quot;14&quot;/&gt;
</span><span class="cx">                                         &lt;textInputTraits key=&quot;textInputTraits&quot; autocorrectionType=&quot;no&quot; spellCheckingType=&quot;no&quot; keyboardType=&quot;URL&quot; returnKeyType=&quot;go&quot; enablesReturnKeyAutomatically=&quot;YES&quot;/&gt;
</span><span class="cx">                                     &lt;/textField&gt;
</span><del>-                                    &lt;button opaque=&quot;NO&quot; contentMode=&quot;scaleToFill&quot; contentHorizontalAlignment=&quot;center&quot; contentVerticalAlignment=&quot;center&quot; buttonType=&quot;roundedRect&quot; lineBreakMode=&quot;middleTruncation&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;1CE-0G-4aC&quot;&gt;
</del><ins>+                                    &lt;button opaque=&quot;NO&quot; contentMode=&quot;scaleToFill&quot; misplaced=&quot;YES&quot; contentHorizontalAlignment=&quot;center&quot; contentVerticalAlignment=&quot;center&quot; buttonType=&quot;roundedRect&quot; lineBreakMode=&quot;middleTruncation&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;1CE-0G-4aC&quot;&gt;
+                                        &lt;rect key=&quot;frame&quot; x=&quot;321&quot; y=&quot;7&quot; width=&quot;46&quot; height=&quot;30&quot;/&gt;
</ins><span class="cx">                                         &lt;constraints&gt;
</span><span class="cx">                                             &lt;constraint firstAttribute=&quot;width&quot; constant=&quot;45.999999999999886&quot; id=&quot;Az8-yd-X45&quot;/&gt;
</span><span class="cx">                                         &lt;/constraints&gt;
</span><span class="cx">                                         &lt;state key=&quot;normal&quot; title=&quot;Go&quot;/&gt;
</span><span class="cx">                                     &lt;/button&gt;
</span><del>-                                    &lt;progressView opaque=&quot;NO&quot; contentMode=&quot;scaleToFill&quot; verticalHuggingPriority=&quot;750&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;vYP-Mc-B8q&quot;/&gt;
</del><ins>+                                    &lt;progressView opaque=&quot;NO&quot; contentMode=&quot;scaleToFill&quot; verticalHuggingPriority=&quot;750&quot; misplaced=&quot;YES&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;vYP-Mc-B8q&quot;&gt;
+                                        &lt;rect key=&quot;frame&quot; x=&quot;0.0&quot; y=&quot;42&quot; width=&quot;375&quot; height=&quot;2&quot;/&gt;
+                                    &lt;/progressView&gt;
</ins><span class="cx">                                 &lt;/subviews&gt;
</span><span class="cx">                                 &lt;constraints&gt;
</span><span class="cx">                                     &lt;constraint firstItem=&quot;nX4-D6-AXV&quot; firstAttribute=&quot;top&quot; secondItem=&quot;7Vg-6f-OBr&quot; secondAttribute=&quot;top&quot; constant=&quot;-1&quot; id=&quot;2rs-N5-Hdo&quot;/&gt;
</span><span class="lines">@@ -68,7 +75,7 @@
</span><span class="cx">                                 &lt;/constraints&gt;
</span><span class="cx">                             &lt;/view&gt;
</span><span class="cx">                         &lt;/subviews&gt;
</span><del>-                        &lt;color key=&quot;backgroundColor&quot; red=&quot;1&quot; green=&quot;0.99997437000274658&quot; blue=&quot;0.99999129772186279&quot; alpha=&quot;1&quot; colorSpace=&quot;custom&quot; customColorSpace=&quot;sRGB&quot;/&gt;
</del><ins>+                        &lt;color key=&quot;backgroundColor&quot; red=&quot;1&quot; green=&quot;0.99997437000274658&quot; blue=&quot;0.99999129772186279&quot; alpha=&quot;1&quot; colorSpace=&quot;calibratedRGB&quot;/&gt;
</ins><span class="cx">                         &lt;constraints&gt;
</span><span class="cx">                             &lt;constraint firstItem=&quot;F7I-Hn-oUR&quot; firstAttribute=&quot;top&quot; secondItem=&quot;Llm-lL-Icb&quot; secondAttribute=&quot;bottom&quot; id=&quot;Dbb-TN-26g&quot;/&gt;
</span><span class="cx">                             &lt;constraint firstItem=&quot;7Vg-6f-OBr&quot; firstAttribute=&quot;leading&quot; secondItem=&quot;9qo-7e-hd1&quot; secondAttribute=&quot;leading&quot; id=&quot;Qu5-yy-1EE&quot;/&gt;
</span></span></pre></div>
<a id="trunkToolsMobileMiniBrowserMobileMiniBrowserFrameworkBaselprojMainstoryboard"></a>
<div class="modfile"><h4>Modified: trunk/Tools/MobileMiniBrowser/MobileMiniBrowserFramework/Base.lproj/Main.storyboard (205366 => 205367)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/MobileMiniBrowser/MobileMiniBrowserFramework/Base.lproj/Main.storyboard        2016-09-02 20:07:07 UTC (rev 205366)
+++ trunk/Tools/MobileMiniBrowser/MobileMiniBrowserFramework/Base.lproj/Main.storyboard        2016-09-02 20:22:32 UTC (rev 205367)
</span><span class="lines">@@ -1,9 +1,9 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
</span><del>-&lt;document type=&quot;com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB&quot; version=&quot;3.0&quot; toolsVersion=&quot;11191&quot; systemVersion=&quot;16B2314&quot; targetRuntime=&quot;iOS.CocoaTouch&quot; propertyAccessControl=&quot;none&quot; useAutolayout=&quot;YES&quot; useTraitCollections=&quot;YES&quot; colorMatched=&quot;YES&quot; initialViewController=&quot;Ohh-6U-lsQ&quot;&gt;
</del><ins>+&lt;document type=&quot;com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB&quot; version=&quot;3.0&quot; toolsVersion=&quot;11191&quot; systemVersion=&quot;16B2314&quot; targetRuntime=&quot;iOS.CocoaTouch&quot; propertyAccessControl=&quot;none&quot; useAutolayout=&quot;YES&quot; useTraitCollections=&quot;YES&quot; colorMatched=&quot;NO&quot; initialViewController=&quot;Ohh-6U-lsQ&quot;&gt;
</ins><span class="cx">     &lt;dependencies&gt;
</span><span class="cx">         &lt;deployment version=&quot;2304&quot; identifier=&quot;iOS&quot;/&gt;
</span><ins>+        &lt;development version=&quot;7000&quot; identifier=&quot;xcode&quot;/&gt;
</ins><span class="cx">         &lt;plugIn identifier=&quot;com.apple.InterfaceBuilder.IBCocoaTouchPlugin&quot; version=&quot;11156&quot;/&gt;
</span><del>-        &lt;capability name=&quot;documents saved in the Xcode 8 format&quot; minToolsVersion=&quot;8.0&quot;/&gt;
</del><span class="cx">     &lt;/dependencies&gt;
</span><span class="cx">     &lt;scenes&gt;
</span><span class="cx">         &lt;!--Web View--&gt;
</span><span class="lines">@@ -15,10 +15,11 @@
</span><span class="cx">                         &lt;viewControllerLayoutGuide type=&quot;bottom&quot; id=&quot;mUo-dB-Gut&quot;/&gt;
</span><span class="cx">                     &lt;/layoutGuides&gt;
</span><span class="cx">                     &lt;view key=&quot;view&quot; contentMode=&quot;scaleToFill&quot; id=&quot;1WJ-am-PnB&quot;&gt;
</span><del>-                        &lt;rect key=&quot;frame&quot; x=&quot;0.0&quot; y=&quot;0.0&quot; width=&quot;375&quot; height=&quot;667&quot;/&gt;
</del><ins>+                        &lt;rect key=&quot;frame&quot; x=&quot;0.0&quot; y=&quot;0.0&quot; width=&quot;600&quot; height=&quot;600&quot;/&gt;
</ins><span class="cx">                         &lt;autoresizingMask key=&quot;autoresizingMask&quot; widthSizable=&quot;YES&quot; heightSizable=&quot;YES&quot;/&gt;
</span><span class="cx">                         &lt;subviews&gt;
</span><del>-                            &lt;toolbar opaque=&quot;NO&quot; clearsContextBeforeDrawing=&quot;NO&quot; contentMode=&quot;scaleToFill&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;SYm-x3-D12&quot;&gt;
</del><ins>+                            &lt;toolbar opaque=&quot;NO&quot; clearsContextBeforeDrawing=&quot;NO&quot; contentMode=&quot;scaleToFill&quot; misplaced=&quot;YES&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;SYm-x3-D12&quot;&gt;
+                                &lt;rect key=&quot;frame&quot; x=&quot;0.0&quot; y=&quot;20&quot; width=&quot;375&quot; height=&quot;44&quot;/&gt;
</ins><span class="cx">                                 &lt;constraints&gt;
</span><span class="cx">                                     &lt;constraint firstAttribute=&quot;height&quot; constant=&quot;44&quot; id=&quot;0IC-RY-cRv&quot;/&gt;
</span><span class="cx">                                 &lt;/constraints&gt;
</span><span class="lines">@@ -48,12 +49,15 @@
</span><span class="cx">                                     &lt;/barButtonItem&gt;
</span><span class="cx">                                 &lt;/items&gt;
</span><span class="cx">                             &lt;/toolbar&gt;
</span><del>-                            &lt;view clipsSubviews=&quot;YES&quot; contentMode=&quot;scaleToFill&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;Wkd-K8-BC1&quot; userLabel=&quot;URL Field Container&quot;&gt;
</del><ins>+                            &lt;view clipsSubviews=&quot;YES&quot; contentMode=&quot;scaleToFill&quot; misplaced=&quot;YES&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;Wkd-K8-BC1&quot; userLabel=&quot;URL Field Container&quot;&gt;
+                                &lt;rect key=&quot;frame&quot; x=&quot;0.0&quot; y=&quot;64&quot; width=&quot;375&quot; height=&quot;44&quot;/&gt;
</ins><span class="cx">                                 &lt;subviews&gt;
</span><del>-                                    &lt;toolbar opaque=&quot;NO&quot; clearsContextBeforeDrawing=&quot;NO&quot; contentMode=&quot;scaleToFill&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;SSg-5u-loI&quot;&gt;
</del><ins>+                                    &lt;toolbar opaque=&quot;NO&quot; clearsContextBeforeDrawing=&quot;NO&quot; contentMode=&quot;scaleToFill&quot; misplaced=&quot;YES&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;SSg-5u-loI&quot;&gt;
+                                        &lt;rect key=&quot;frame&quot; x=&quot;0.0&quot; y=&quot;-2&quot; width=&quot;375&quot; height=&quot;46&quot;/&gt;
</ins><span class="cx">                                         &lt;items/&gt;
</span><span class="cx">                                     &lt;/toolbar&gt;
</span><del>-                                    &lt;textField opaque=&quot;NO&quot; clipsSubviews=&quot;YES&quot; contentMode=&quot;scaleToFill&quot; horizontalHuggingPriority=&quot;249&quot; contentHorizontalAlignment=&quot;left&quot; contentVerticalAlignment=&quot;center&quot; borderStyle=&quot;roundedRect&quot; textAlignment=&quot;natural&quot; minimumFontSize=&quot;17&quot; clearButtonMode=&quot;whileEditing&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;n4f-v4-gO4&quot;&gt;
</del><ins>+                                    &lt;textField opaque=&quot;NO&quot; clipsSubviews=&quot;YES&quot; contentMode=&quot;scaleToFill&quot; horizontalHuggingPriority=&quot;249&quot; misplaced=&quot;YES&quot; contentHorizontalAlignment=&quot;left&quot; contentVerticalAlignment=&quot;center&quot; borderStyle=&quot;roundedRect&quot; textAlignment=&quot;natural&quot; minimumFontSize=&quot;17&quot; clearButtonMode=&quot;whileEditing&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;n4f-v4-gO4&quot;&gt;
+                                        &lt;rect key=&quot;frame&quot; x=&quot;8&quot; y=&quot;7&quot; width=&quot;305&quot; height=&quot;30&quot;/&gt;
</ins><span class="cx">                                         &lt;accessibility key=&quot;accessibilityConfiguration&quot; identifier=&quot;idURLField&quot; label=&quot;URL Field&quot;/&gt;
</span><span class="cx">                                         &lt;nil key=&quot;textColor&quot;/&gt;
</span><span class="cx">                                         &lt;fontDescription key=&quot;fontDescription&quot; type=&quot;system&quot; pointSize=&quot;14&quot;/&gt;
</span><span class="lines">@@ -63,7 +67,8 @@
</span><span class="cx">                                             &lt;action selector=&quot;urlFieldEditingBegan:&quot; destination=&quot;Ohh-6U-lsQ&quot; eventType=&quot;editingDidBegin&quot; id=&quot;VDr-b6-Z9E&quot;/&gt;
</span><span class="cx">                                         &lt;/connections&gt;
</span><span class="cx">                                     &lt;/textField&gt;
</span><del>-                                    &lt;button opaque=&quot;NO&quot; contentMode=&quot;scaleToFill&quot; contentHorizontalAlignment=&quot;center&quot; contentVerticalAlignment=&quot;center&quot; buttonType=&quot;roundedRect&quot; lineBreakMode=&quot;middleTruncation&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;qSw-Ym-IBE&quot;&gt;
</del><ins>+                                    &lt;button opaque=&quot;NO&quot; contentMode=&quot;scaleToFill&quot; misplaced=&quot;YES&quot; contentHorizontalAlignment=&quot;center&quot; contentVerticalAlignment=&quot;center&quot; buttonType=&quot;roundedRect&quot; lineBreakMode=&quot;middleTruncation&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;qSw-Ym-IBE&quot;&gt;
+                                        &lt;rect key=&quot;frame&quot; x=&quot;321&quot; y=&quot;8&quot; width=&quot;46&quot; height=&quot;30&quot;/&gt;
</ins><span class="cx">                                         &lt;accessibility key=&quot;accessibilityConfiguration&quot; identifier=&quot;idGoToURL&quot; label=&quot;Go To URL&quot;/&gt;
</span><span class="cx">                                         &lt;constraints&gt;
</span><span class="cx">                                             &lt;constraint firstAttribute=&quot;width&quot; constant=&quot;45.999999999999886&quot; id=&quot;hr8-Tf-lDT&quot;/&gt;
</span><span class="lines">@@ -73,7 +78,9 @@
</span><span class="cx">                                             &lt;action selector=&quot;navigateTo:&quot; destination=&quot;Ohh-6U-lsQ&quot; eventType=&quot;touchUpInside&quot; id=&quot;va2-3J-Gmh&quot;/&gt;
</span><span class="cx">                                         &lt;/connections&gt;
</span><span class="cx">                                     &lt;/button&gt;
</span><del>-                                    &lt;progressView opaque=&quot;NO&quot; contentMode=&quot;scaleToFill&quot; verticalHuggingPriority=&quot;750&quot; progress=&quot;0.5&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;2bJ-bG-4SW&quot;/&gt;
</del><ins>+                                    &lt;progressView opaque=&quot;NO&quot; contentMode=&quot;scaleToFill&quot; verticalHuggingPriority=&quot;750&quot; misplaced=&quot;YES&quot; progress=&quot;0.5&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;2bJ-bG-4SW&quot;&gt;
+                                        &lt;rect key=&quot;frame&quot; x=&quot;0.0&quot; y=&quot;42&quot; width=&quot;375&quot; height=&quot;2&quot;/&gt;
+                                    &lt;/progressView&gt;
</ins><span class="cx">                                 &lt;/subviews&gt;
</span><span class="cx">                                 &lt;constraints&gt;
</span><span class="cx">                                     &lt;constraint firstItem=&quot;SSg-5u-loI&quot; firstAttribute=&quot;trailing&quot; secondItem=&quot;Wkd-K8-BC1&quot; secondAttribute=&quot;trailing&quot; id=&quot;6KS-dw-2cN&quot;/&gt;
</span><span class="lines">@@ -91,12 +98,13 @@
</span><span class="cx">                                     &lt;constraint firstAttribute=&quot;height&quot; constant=&quot;44&quot; id=&quot;zaj-6L-uzc&quot;/&gt;
</span><span class="cx">                                 &lt;/constraints&gt;
</span><span class="cx">                             &lt;/view&gt;
</span><del>-                            &lt;view contentMode=&quot;scaleToFill&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;719-Zt-fvZ&quot; userLabel=&quot;Web View Container&quot;&gt;
-                                &lt;color key=&quot;backgroundColor&quot; red=&quot;1&quot; green=&quot;1&quot; blue=&quot;1&quot; alpha=&quot;1&quot; colorSpace=&quot;custom&quot; customColorSpace=&quot;sRGB&quot;/&gt;
</del><ins>+                            &lt;view contentMode=&quot;scaleToFill&quot; misplaced=&quot;YES&quot; translatesAutoresizingMaskIntoConstraints=&quot;NO&quot; id=&quot;719-Zt-fvZ&quot; userLabel=&quot;Web View Container&quot;&gt;
+                                &lt;rect key=&quot;frame&quot; x=&quot;0.0&quot; y=&quot;108&quot; width=&quot;375&quot; height=&quot;559&quot;/&gt;
+                                &lt;color key=&quot;backgroundColor&quot; red=&quot;1&quot; green=&quot;1&quot; blue=&quot;1&quot; alpha=&quot;1&quot; colorSpace=&quot;calibratedRGB&quot;/&gt;
</ins><span class="cx">                                 &lt;accessibility key=&quot;accessibilityConfiguration&quot; label=&quot;Web View Container&quot;/&gt;
</span><span class="cx">                             &lt;/view&gt;
</span><span class="cx">                         &lt;/subviews&gt;
</span><del>-                        &lt;color key=&quot;backgroundColor&quot; red=&quot;1&quot; green=&quot;0.99997437000274658&quot; blue=&quot;0.99999129772186279&quot; alpha=&quot;1&quot; colorSpace=&quot;custom&quot; customColorSpace=&quot;sRGB&quot;/&gt;
</del><ins>+                        &lt;color key=&quot;backgroundColor&quot; red=&quot;1&quot; green=&quot;0.99997437000274658&quot; blue=&quot;0.99999129772186279&quot; alpha=&quot;1&quot; colorSpace=&quot;calibratedRGB&quot;/&gt;
</ins><span class="cx">                         &lt;constraints&gt;
</span><span class="cx">                             &lt;constraint firstItem=&quot;Wkd-K8-BC1&quot; firstAttribute=&quot;leading&quot; secondItem=&quot;1WJ-am-PnB&quot; secondAttribute=&quot;leading&quot; id=&quot;2cZ-lB-Wel&quot;/&gt;
</span><span class="cx">                             &lt;constraint firstItem=&quot;Wkd-K8-BC1&quot; firstAttribute=&quot;trailing&quot; secondItem=&quot;1WJ-am-PnB&quot; secondAttribute=&quot;trailing&quot; id=&quot;9PH-Z4-jms&quot;/&gt;
</span><span class="lines">@@ -131,13 +139,13 @@
</span><span class="cx">                     &lt;tableView key=&quot;view&quot; clipsSubviews=&quot;YES&quot; contentMode=&quot;scaleToFill&quot; alwaysBounceVertical=&quot;YES&quot; dataMode=&quot;prototypes&quot; style=&quot;plain&quot; separatorStyle=&quot;default&quot; rowHeight=&quot;44&quot; sectionHeaderHeight=&quot;28&quot; sectionFooterHeight=&quot;28&quot; id=&quot;Pid-8n-Ixq&quot;&gt;
</span><span class="cx">                         &lt;rect key=&quot;frame&quot; x=&quot;0.0&quot; y=&quot;0.0&quot; width=&quot;375&quot; height=&quot;667&quot;/&gt;
</span><span class="cx">                         &lt;autoresizingMask key=&quot;autoresizingMask&quot; widthSizable=&quot;YES&quot; heightSizable=&quot;YES&quot;/&gt;
</span><del>-                        &lt;color key=&quot;backgroundColor&quot; red=&quot;1&quot; green=&quot;1&quot; blue=&quot;1&quot; alpha=&quot;1&quot; colorSpace=&quot;custom&quot; customColorSpace=&quot;sRGB&quot;/&gt;
</del><ins>+                        &lt;color key=&quot;backgroundColor&quot; red=&quot;1&quot; green=&quot;1&quot; blue=&quot;1&quot; alpha=&quot;1&quot; colorSpace=&quot;calibratedRGB&quot;/&gt;
</ins><span class="cx">                         &lt;prototypes&gt;
</span><span class="cx">                             &lt;tableViewCell clipsSubviews=&quot;YES&quot; contentMode=&quot;scaleToFill&quot; restorationIdentifier=&quot;idTabViewCustomCell&quot; selectionStyle=&quot;default&quot; indentationWidth=&quot;10&quot; id=&quot;Bxf-dM-uYf&quot;&gt;
</span><span class="cx">                                 &lt;rect key=&quot;frame&quot; x=&quot;0.0&quot; y=&quot;28&quot; width=&quot;375&quot; height=&quot;44&quot;/&gt;
</span><span class="cx">                                 &lt;autoresizingMask key=&quot;autoresizingMask&quot;/&gt;
</span><span class="cx">                                 &lt;tableViewCellContentView key=&quot;contentView&quot; opaque=&quot;NO&quot; clipsSubviews=&quot;YES&quot; multipleTouchEnabled=&quot;YES&quot; contentMode=&quot;center&quot; tableViewCell=&quot;Bxf-dM-uYf&quot; id=&quot;lpb-yc-EJ5&quot;&gt;
</span><del>-                                    &lt;frame key=&quot;frameInset&quot; width=&quot;375&quot; height=&quot;44&quot;/&gt;
</del><ins>+                                    &lt;rect key=&quot;frame&quot; x=&quot;0.0&quot; y=&quot;0.0&quot; width=&quot;375&quot; height=&quot;43.5&quot;/&gt;
</ins><span class="cx">                                     &lt;autoresizingMask key=&quot;autoresizingMask&quot;/&gt;
</span><span class="cx">                                 &lt;/tableViewCellContentView&gt;
</span><span class="cx">                             &lt;/tableViewCell&gt;
</span></span></pre>
</div>
</div>

</body>
</html>