Skip to content

Commit

Permalink
Merge pull request #243 from manicmaniac/release/0.14.0
Browse files Browse the repository at this point in the history
Release 0.14.0
  • Loading branch information
manicmaniac authored Aug 29, 2020
2 parents e99ac2c + 79db813 commit cf908c9
Show file tree
Hide file tree
Showing 95 changed files with 4,341 additions and 8,085 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.13.0"
spec.version = "0.14.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 @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.13.0</string>
<string>0.14.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.13.0</string>
<string>0.14.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
Expand Down
55 changes: 34 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.1)
activesupport (4.2.11.1)
CFPropertyList (3.0.2)
activesupport (4.2.11.3)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
algoliasearch (1.27.3)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
atomos (0.1.3)
claide (1.0.3)
cocoapods (1.7.5)
cocoapods (1.9.3)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.7.5)
cocoapods-core (= 1.9.3)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 1.2.2, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-stats (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.3.1, < 2.0)
cocoapods-trunk (>= 1.4.0, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
colored2 (~> 3.1)
escape (~> 0.0.4)
Expand All @@ -27,31 +30,38 @@ GEM
molinillo (~> 0.6.6)
nap (~> 1.0)
ruby-macho (~> 1.4)
xcodeproj (>= 1.10.0, < 2.0)
cocoapods-core (1.7.5)
xcodeproj (>= 1.14.0, < 2.0)
cocoapods-core (1.9.3)
activesupport (>= 4.0.2, < 6)
algoliasearch (~> 1.0)
concurrent-ruby (~> 1.1)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
netrc (~> 0.11)
typhoeus (~> 1.0)
cocoapods-deintegrate (1.0.4)
cocoapods-downloader (1.2.2)
cocoapods-downloader (1.4.0)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.0)
cocoapods-stats (1.1.0)
cocoapods-trunk (1.4.0)
cocoapods-trunk (1.5.0)
nap (>= 0.8, < 2.0)
netrc (~> 0.11)
cocoapods-try (1.1.0)
cocoapods-try (1.2.0)
colored2 (3.1.2)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.7)
escape (0.0.4)
ffi (1.11.1)
ethon (0.12.0)
ffi (>= 1.3.0)
ffi (1.13.1)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
httpclient (2.8.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jazzy (0.11.1)
jazzy (0.13.5)
cocoapods (~> 1.5)
mustache (~> 1.1)
open4
Expand All @@ -60,31 +70,34 @@ GEM
sassc (~> 2.1)
sqlite3 (~> 1.3)
xcinvoke (~> 0.3.0)
json (2.3.1)
liferaft (0.0.6)
minitest (5.11.3)
minitest (5.14.1)
molinillo (0.6.6)
mustache (1.1.0)
nanaimo (0.2.6)
mustache (1.1.1)
nanaimo (0.3.0)
nap (1.1.0)
netrc (0.11.0)
open4 (1.3.4)
redcarpet (3.5.0)
rouge (2.0.7)
ruby-macho (1.4.0)
sassc (2.2.1)
sassc (2.4.0)
ffi (~> 1.9)
sqlite3 (1.4.1)
sqlite3 (1.4.2)
thread_safe (0.3.6)
tzinfo (1.2.5)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (1.2.7)
thread_safe (~> 0.1)
xcinvoke (0.3.0)
liferaft (~> 0.0.6)
xcodeproj (1.12.0)
xcodeproj (1.18.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.2.6)
nanaimo (~> 0.3.0)
xcpretty (0.3.0)
rouge (~> 2.0.7)

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.13.0'
pod 'ApolloDeveloperKit', '~> 0.14.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.13.0</string>
<string>0.14.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.13.0</string>
<string>0.14.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
60 changes: 13 additions & 47 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,21 @@
<script src="js/jquery.min.js" defer></script>
<script src="js/jazzy.js" defer></script>

<script src="js/lunr.min.js" defer></script>
<script src="js/typeahead.jquery.js" defer></script>
<script src="js/jazzy.search.js" defer></script>
</head>
<body>
<a name="//apple_ref/swift/Section/Classes" class="dashAnchor"></a>
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">ApolloDeveloperKit Docs</a> (63% documented)</p>
<p><a href="index.html">ApolloDeveloperKit 0.14.0 Docs</a> (74% documented)</p>
<p class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -70,24 +78,6 @@
<li class="nav-group-task">
<a href="Extensions/CFString.html">CFString</a>
</li>
<li class="nav-group-task">
<a href="Extensions/HTTPConnection.html">HTTPConnection</a>
</li>
<li class="nav-group-task">
<a href="Extensions/HTTPMessage.html">HTTPMessage</a>
</li>
<li class="nav-group-task">
<a href="Extensions/HTTPServer.html">HTTPServer</a>
</li>
<li class="nav-group-task">
<a href="Extensions/InMemoryOperationStore.html">InMemoryOperationStore</a>
</li>
<li class="nav-group-task">
<a href="Extensions/JSError.html">JSError</a>
</li>
<li class="nav-group-task">
<a href="Extensions/MIMEType.html">MIMEType</a>
</li>
<li class="nav-group-task">
<a href="Extensions/NSArray.html">NSArray</a>
</li>
Expand All @@ -103,30 +93,12 @@
<li class="nav-group-task">
<a href="Extensions/NSString.html">NSString</a>
</li>
<li class="nav-group-task">
<a href="Extensions/Notification.html">Notification</a>
</li>
<li class="nav-group-task">
<a href="Extensions/Notification/Name.html">– Name</a>
</li>
<li class="nav-group-task">
<a href="Extensions/OperationStoreController.html">OperationStoreController</a>
</li>
<li class="nav-group-task">
<a href="Extensions/Record.html">Record</a>
</li>
<li class="nav-group-task">
<a href="Extensions/Reference.html">Reference</a>
</li>
<li class="nav-group-task">
<a href="Extensions/Socket.html">Socket</a>
</li>
<li class="nav-group-task">
<a href="Extensions/URLRequest.html">URLRequest</a>
</li>
<li class="nav-group-task">
<a href="Extensions/URLSessionConfiguration.html">URLSessionConfiguration</a>
</li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -172,10 +144,6 @@ <h4>Declaration</h4>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
Expand All @@ -200,16 +168,13 @@ <h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">DebuggableNetworkTransport</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">DebuggableNetworkTransport</span><span class="p">:</span> <span class="kt">NetworkTransport</span></code></pre>

</div>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
Expand All @@ -234,6 +199,7 @@ <h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">DebuggableNormalizedCache</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">DebuggableNormalizedCache</span><span class="p">:</span> <span class="kt">NormalizedCache</span></code></pre>

</div>
</div>
Expand All @@ -245,8 +211,8 @@ <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-07-19)</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>
<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>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>
</div>
Expand Down
Loading

0 comments on commit cf908c9

Please sign in to comment.