Skip to content

Commit

Permalink
Merge pull request #178 from manicmaniac/release/0.8.0
Browse files Browse the repository at this point in the history
Release 0.8.0
  • Loading branch information
manicmaniac authored Feb 2, 2020
2 parents 010db72 + faba58d commit 13035e5
Show file tree
Hide file tree
Showing 56 changed files with 109 additions and 379 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.7.4"
spec.version = "0.8.0"
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 @@ -26,7 +26,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.7.4</string>
<string>0.8.0</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.7.4</string>
<string>0.8.0</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 @@ -38,7 +38,7 @@ Add the following lines to your Podfile.

```ruby
pod 'Apollo'
pod 'ApolloDeveloperKit', '~> 0.7.4'
pod 'ApolloDeveloperKit', '~> 0.8.0'
```

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.7.4</string>
<string>0.8.0</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.7.4</string>
<string>0.8.0</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 @@ -14,7 +14,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">ApolloDeveloperKit Docs</a> (54% documented)</p>
<p><a href="index.html">ApolloDeveloperKit Docs</a> (50% documented)</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -209,7 +209,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-01-24)</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-02-02)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
6 changes: 3 additions & 3 deletions docs/Classes/ApolloDebugServer.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="ApolloDebugServer Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ApolloDeveloperKit Docs</a> (54% documented)</p>
<p><a href="../index.html">ApolloDeveloperKit Docs</a> (50% documented)</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -286,7 +286,7 @@ <h4>Parameters</h4>
The server automatically stops and restarts when it&rsquo;s already running.</p>
<div class="aside aside-throws">
<p class="aside-title">Throws</p>
<code><a href="../Enums/HTTPServerError.html">HTTPServerError</a></code> when an error occurred while setting up a socket.
<code>POSIXError</code> when an error occurred while setting up a socket.

</div>

Expand Down Expand Up @@ -409,7 +409,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-01-24)</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-02-02)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.1</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 @@ -14,7 +14,7 @@
<a title="DebuggableNetworkTransport Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ApolloDeveloperKit Docs</a> (54% documented)</p>
<p><a href="../index.html">ApolloDeveloperKit Docs</a> (50% documented)</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -256,7 +256,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-01-24)</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-02-02)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.1</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 @@ -14,7 +14,7 @@
<a title="DebuggableNormalizedCache Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ApolloDeveloperKit Docs</a> (54% documented)</p>
<p><a href="../index.html">ApolloDeveloperKit Docs</a> (50% documented)</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -337,7 +337,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-01-24)</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-02-02)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.1</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 @@ -14,7 +14,7 @@
<a title="Enumerations Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">ApolloDeveloperKit Docs</a> (54% documented)</p>
<p><a href="index.html">ApolloDeveloperKit Docs</a> (50% documented)</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -138,7 +138,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-01-24)</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-02-02)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
139 changes: 2 additions & 137 deletions docs/Enums/HTTPServerError.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="HTTPServerError Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ApolloDeveloperKit Docs</a> (54% documented)</p>
<p><a href="../index.html">ApolloDeveloperKit Docs</a> (50% documented)</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -111,141 +111,6 @@ <h1>HTTPServerError</h1>
<section class="section task-group-section">
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
<a name="/s:18ApolloDeveloperKit15HTTPServerErrorO20socketCreationFailedyA2CmF"></a>
<a name="//apple_ref/swift/Element/socketCreationFailed" class="dashAnchor"></a>
<a class="token" href="#/s:18ApolloDeveloperKit15HTTPServerErrorO20socketCreationFailedyA2CmF">socketCreationFailed</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Thrown when the server failed to create a new socket.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="k">case</span> <span class="n">socketCreationFailed</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:18ApolloDeveloperKit15HTTPServerErrorO21socketSetOptionFailedyA2CmF"></a>
<a name="//apple_ref/swift/Element/socketSetOptionFailed" class="dashAnchor"></a>
<a class="token" href="#/s:18ApolloDeveloperKit15HTTPServerErrorO21socketSetOptionFailedyA2CmF">socketSetOptionFailed</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Thrown when the server failed to set option to a newly created socket.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="k">case</span> <span class="n">socketSetOptionFailed</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:18ApolloDeveloperKit15HTTPServerErrorO22socketSetAddressFailedyA2CmF"></a>
<a name="//apple_ref/swift/Element/socketSetAddressFailed" class="dashAnchor"></a>
<a class="token" href="#/s:18ApolloDeveloperKit15HTTPServerErrorO22socketSetAddressFailedyA2CmF">socketSetAddressFailed</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Thrown when the server failed to set address to a newly created socket.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="k">case</span> <span class="n">socketSetAddressFailed</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:18ApolloDeveloperKit15HTTPServerErrorO23socketSetAddressTimeoutyA2CmF"></a>
<a name="//apple_ref/swift/Element/socketSetAddressTimeout" class="dashAnchor"></a>
<a class="token" href="#/s:18ApolloDeveloperKit15HTTPServerErrorO23socketSetAddressTimeoutyA2CmF">socketSetAddressTimeout</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Thrown when timeout occurred while setting address to a newly created socket.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="k">case</span> <span class="n">socketSetAddressTimeout</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:18ApolloDeveloperKit15HTTPServerErrorO18socketListenFailedyA2CmF"></a>
<a name="//apple_ref/swift/Element/socketListenFailed" class="dashAnchor"></a>
<a class="token" href="#/s:18ApolloDeveloperKit15HTTPServerErrorO18socketListenFailedyA2CmF">socketListenFailed</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Thrown when the server failed to start listening a given port.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="k">case</span> <span class="n">socketListenFailed</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -362,7 +227,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-01-24)</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-02-02)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.1</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 @@ -14,7 +14,7 @@
<a title="Extensions Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">ApolloDeveloperKit Docs</a> (54% documented)</p>
<p><a href="index.html">ApolloDeveloperKit Docs</a> (50% documented)</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -458,7 +458,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-01-24)</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-02-02)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.1</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 @@ -14,7 +14,7 @@
<a title="CFArray Extension Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ApolloDeveloperKit Docs</a> (54% documented)</p>
<p><a href="../index.html">ApolloDeveloperKit Docs</a> (50% documented)</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -142,7 +142,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-01-24)</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-02-02)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.1</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 @@ -14,7 +14,7 @@
<a title="CFBoolean Extension Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ApolloDeveloperKit Docs</a> (54% documented)</p>
<p><a href="../index.html">ApolloDeveloperKit Docs</a> (50% documented)</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -142,7 +142,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-01-24)</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-02-02)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.1</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/CFDictionary.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="CFDictionary Extension Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ApolloDeveloperKit Docs</a> (54% documented)</p>
<p><a href="../index.html">ApolloDeveloperKit Docs</a> (50% documented)</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -142,7 +142,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-01-24)</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-02-02)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.11.1</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 13035e5

Please sign in to comment.