Skip to content

Commit

Permalink
Merge pull request #257 from manicmaniac/release/0.14.1
Browse files Browse the repository at this point in the history
Release 0.14.1
  • Loading branch information
manicmaniac authored Sep 6, 2020
2 parents 67c985d + 94d7168 commit ebd32a6
Show file tree
Hide file tree
Showing 54 changed files with 238 additions and 230 deletions.
2 changes: 1 addition & 1 deletion ApolloDeveloperKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "ApolloDeveloperKit"
spec.version = "0.14.0"
spec.version = "0.14.1"
spec.summary = "Visual debugger for Apollo iOS GraphQL client"
spec.description = <<-DESC
ApolloDeveloperKit is an iOS library which works as a bridge between Apollo iOS client and Apollo Client Developer tools.
Expand Down
2 changes: 1 addition & 1 deletion Example/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.14.0</string>
<string>0.14.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion Example/macOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.14.0</string>
<string>0.14.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Add the following lines to your Podfile.

```ruby
pod 'Apollo'
pod 'ApolloDeveloperKit', '~> 0.14.0', configurations: ['Debug']
pod 'ApolloDeveloperKit', '~> 0.14.1', configurations: ['Debug']
```

Then run `pod install`.
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.14.0</string>
<string>0.14.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.14.0</string>
<string>0.14.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">ApolloDeveloperKit 0.14.0 Docs</a> (74% documented)</p>
<p><a href="index.html">ApolloDeveloperKit 0.14.1 Docs</a> (74% documented)</p>
<p class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -211,7 +211,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/manicmaniac/ApolloDeveloperKit" target="_blank" rel="external">Ryosuke Ito</a>. All rights reserved. (Last updated: 2020-08-30)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/manicmaniac/ApolloDeveloperKit" target="_blank" rel="external">Ryosuke Ito</a>. All rights reserved. (Last updated: 2020-09-06)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
120 changes: 60 additions & 60 deletions docs/Classes/ApolloDebugServer.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="ApolloDebugServer Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ApolloDeveloperKit 0.14.0 Docs</a> (74% documented)</p>
<p><a href="../index.html">ApolloDeveloperKit 0.14.1 Docs</a> (74% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -123,6 +123,64 @@ <h1>ApolloDebugServer</h1>
<section class="section task-group-section">
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
<a name="/s:18ApolloDeveloperKit0A11DebugServerC16networkTransport5cacheAcA017DebuggableNetworkG0C_AA0I15NormalizedCacheCtcfc"></a>
<a name="//apple_ref/swift/Method/init(networkTransport:cache:)" class="dashAnchor"></a>
<a class="token" href="#/s:18ApolloDeveloperKit0A11DebugServerC16networkTransport5cacheAcA017DebuggableNetworkG0C_AA0I15NormalizedCacheCtcfc">init(networkTransport:<wbr>cache:<wbr>)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Initializes <code>ApolloDebugServer</code> instance.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="n">convenience</span> <span class="nf">init</span><span class="p">(</span><span class="nv">networkTransport</span><span class="p">:</span> <span class="kt"><a href="../Classes/DebuggableNetworkTransport.html">DebuggableNetworkTransport</a></span><span class="p">,</span> <span class="nv">cache</span><span class="p">:</span> <span class="kt"><a href="../Classes/DebuggableNormalizedCache.html">DebuggableNormalizedCache</a></span><span class="p">)</span></code></pre>

</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>networkTransport</em>
</code>
</td>
<td>
<div>
<p>An underlying network transport object.</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>cache</em>
</code>
</td>
<td>
<div>
<p>An underlying cache object.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -218,64 +276,6 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:18ApolloDeveloperKit0A11DebugServerC16networkTransport5cacheAcA017DebuggableNetworkG0C_AA0I15NormalizedCacheCtcfc"></a>
<a name="//apple_ref/swift/Method/init(networkTransport:cache:)" class="dashAnchor"></a>
<a class="token" href="#/s:18ApolloDeveloperKit0A11DebugServerC16networkTransport5cacheAcA017DebuggableNetworkG0C_AA0I15NormalizedCacheCtcfc">init(networkTransport:<wbr>cache:<wbr>)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Initializes <code>ApolloDebugServer</code> instance.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="n">convenience</span> <span class="nf">init</span><span class="p">(</span><span class="nv">networkTransport</span><span class="p">:</span> <span class="kt"><a href="../Classes/DebuggableNetworkTransport.html">DebuggableNetworkTransport</a></span><span class="p">,</span> <span class="nv">cache</span><span class="p">:</span> <span class="kt"><a href="../Classes/DebuggableNormalizedCache.html">DebuggableNormalizedCache</a></span><span class="p">)</span></code></pre>

</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>networkTransport</em>
</code>
</td>
<td>
<div>
<p>An underlying network transport object.</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>cache</em>
</code>
</td>
<td>
<div>
<p>An underlying cache object.</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -418,7 +418,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/manicmaniac/ApolloDeveloperKit" target="_blank" rel="external">Ryosuke Ito</a>. All rights reserved. (Last updated: 2020-08-30)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/manicmaniac/ApolloDeveloperKit" target="_blank" rel="external">Ryosuke Ito</a>. All rights reserved. (Last updated: 2020-09-06)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/DebuggableNetworkTransport.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="DebuggableNetworkTransport Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ApolloDeveloperKit 0.14.0 Docs</a> (74% documented)</p>
<p><a href="../index.html">ApolloDeveloperKit 0.14.1 Docs</a> (74% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -265,7 +265,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/manicmaniac/ApolloDeveloperKit" target="_blank" rel="external">Ryosuke Ito</a>. All rights reserved. (Last updated: 2020-08-30)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/manicmaniac/ApolloDeveloperKit" target="_blank" rel="external">Ryosuke Ito</a>. All rights reserved. (Last updated: 2020-09-06)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
4 changes: 2 additions & 2 deletions docs/Classes/DebuggableNormalizedCache.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="DebuggableNormalizedCache Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ApolloDeveloperKit 0.14.0 Docs</a> (74% documented)</p>
<p><a href="../index.html">ApolloDeveloperKit 0.14.1 Docs</a> (74% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -292,7 +292,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/manicmaniac/ApolloDeveloperKit" target="_blank" rel="external">Ryosuke Ito</a>. All rights reserved. (Last updated: 2020-08-30)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/manicmaniac/ApolloDeveloperKit" target="_blank" rel="external">Ryosuke Ito</a>. All rights reserved. (Last updated: 2020-09-06)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
4 changes: 2 additions & 2 deletions docs/Enums.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Enumerations Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">ApolloDeveloperKit 0.14.0 Docs</a> (74% documented)</p>
<p><a href="index.html">ApolloDeveloperKit 0.14.1 Docs</a> (74% documented)</p>
<p class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -146,7 +146,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/manicmaniac/ApolloDeveloperKit" target="_blank" rel="external">Ryosuke Ito</a>. All rights reserved. (Last updated: 2020-08-30)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/manicmaniac/ApolloDeveloperKit" target="_blank" rel="external">Ryosuke Ito</a>. All rights reserved. (Last updated: 2020-09-06)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
4 changes: 2 additions & 2 deletions docs/Enums/HTTPServerError.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="HTTPServerError Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ApolloDeveloperKit 0.14.0 Docs</a> (74% documented)</p>
<p><a href="../index.html">ApolloDeveloperKit 0.14.1 Docs</a> (74% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -257,7 +257,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/manicmaniac/ApolloDeveloperKit" target="_blank" rel="external">Ryosuke Ito</a>. All rights reserved. (Last updated: 2020-08-30)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/manicmaniac/ApolloDeveloperKit" target="_blank" rel="external">Ryosuke Ito</a>. All rights reserved. (Last updated: 2020-09-06)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
4 changes: 2 additions & 2 deletions docs/Extensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Extensions Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">ApolloDeveloperKit 0.14.0 Docs</a> (74% documented)</p>
<p><a href="index.html">ApolloDeveloperKit 0.14.1 Docs</a> (74% documented)</p>
<p class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -474,7 +474,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/manicmaniac/ApolloDeveloperKit" target="_blank" rel="external">Ryosuke Ito</a>. All rights reserved. (Last updated: 2020-08-30)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/manicmaniac/ApolloDeveloperKit" target="_blank" rel="external">Ryosuke Ito</a>. All rights reserved. (Last updated: 2020-09-06)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
4 changes: 2 additions & 2 deletions docs/Extensions/CFArray.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="CFArray Extension Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ApolloDeveloperKit 0.14.0 Docs</a> (74% documented)</p>
<p><a href="../index.html">ApolloDeveloperKit 0.14.1 Docs</a> (74% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -151,7 +151,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/manicmaniac/ApolloDeveloperKit" target="_blank" rel="external">Ryosuke Ito</a>. All rights reserved. (Last updated: 2020-08-30)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/manicmaniac/ApolloDeveloperKit" target="_blank" rel="external">Ryosuke Ito</a>. All rights reserved. (Last updated: 2020-09-06)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
4 changes: 2 additions & 2 deletions docs/Extensions/CFBoolean.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="CFBoolean Extension Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ApolloDeveloperKit 0.14.0 Docs</a> (74% documented)</p>
<p><a href="../index.html">ApolloDeveloperKit 0.14.1 Docs</a> (74% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -151,7 +151,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/manicmaniac/ApolloDeveloperKit" target="_blank" rel="external">Ryosuke Ito</a>. All rights reserved. (Last updated: 2020-08-30)</p>
<p>&copy; 2020 <a class="link" href="https://github.com/manicmaniac/ApolloDeveloperKit" target="_blank" rel="external">Ryosuke Ito</a>. All rights reserved. (Last updated: 2020-09-06)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
Loading

0 comments on commit ebd32a6

Please sign in to comment.