Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAsterisco committed Oct 17, 2020
1 parent bc77bc5 commit 8e6af4d
Show file tree
Hide file tree
Showing 51 changed files with 5,547 additions and 247 deletions.
2 changes: 1 addition & 1 deletion RxFireAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'RxFireAuth'
s.version = '1.5.1'
s.version = '1.6.0'
s.summary = 'A smart Rx wrapper around Firebase Authentication SDK'

# This description is used to generate tags and improve search results.
Expand Down
24 changes: 19 additions & 5 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">RxFireAuth Docs</a> (96% documented)</p>
<p><a href="index.html">RxFireAuth 1.6.0 Docs</a> (95% 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 @@ -86,6 +94,12 @@
<li class="nav-group-task">
<a href="Typealiases.html#/s:10RxFireAuth32SignInWithAppleCompletionHandlera">SignInWithAppleCompletionHandler</a>
</li>
<li class="nav-group-task">
<a href="Typealiases.html#/ViewController">ViewController</a>
</li>
<li class="nav-group-task">
<a href="Typealiases.html#/s:10RxFireAuth14ViewControllera">ViewController</a>
</li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -120,15 +134,15 @@ <h1>Classes</h1>
by <code><a href="Classes/UserManager.html">UserManager</a></code> when you ask it to <code>signInWithApple(in:updateUserDisplayName:allowMigration:)</code>.
You can use it also without a user manager associated.</p>

<p>Sign in with Apple is only available on iOS 13 or later.</p>
<p>Sign in with Apple is only available on iOS 13 and macOS 10.15 or later.</p>

<a href="Classes/SignInWithAppleHandler.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@available</span><span class="p">(</span><span class="n">iOS</span> <span class="mf">13.0</span><span class="p">,</span> <span class="o">*</span><span class="p">)</span>
<pre class="highlight swift"><code><span class="kd">@available(iOS 13.0, OSX 10.15, *)</span>
<span class="kd">public</span> <span class="kd">class</span> <span class="kt">SignInWithAppleHandler</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">SignInWithAppleHandler</span><span class="p">:</span> <span class="kt">ASAuthorizationControllerDelegate</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">SignInWithAppleHandler</span><span class="p">:</span> <span class="kt">ASAuthorizationControllerPresentationContextProviding</span></code></pre>
Expand Down Expand Up @@ -178,8 +192,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/mrasterisco/RxFireAuth" target="_blank" rel="external">Alessio Moiso</a>. All rights reserved. (Last updated: 2020-07-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.2</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/mrasterisco/RxFireAuth" target="_blank" rel="external">Alessio Moiso</a>. All rights reserved. (Last updated: 2020-10-17)</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
25 changes: 20 additions & 5 deletions docs/Classes/SignInWithAppleHandler.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/Class/SignInWithAppleHandler" class="dashAnchor"></a>
<a title="SignInWithAppleHandler Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RxFireAuth Docs</a> (96% documented)</p>
<p><a href="../index.html">RxFireAuth 1.6.0 Docs</a> (95% 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 @@ -86,6 +94,12 @@
<li class="nav-group-task">
<a href="../Typealiases.html#/s:10RxFireAuth32SignInWithAppleCompletionHandlera">SignInWithAppleCompletionHandler</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/ViewController">ViewController</a>
</li>
<li class="nav-group-task">
<a href="../Typealiases.html#/s:10RxFireAuth14ViewControllera">ViewController</a>
</li>
</ul>
</li>
</ul>
Expand All @@ -96,7 +110,8 @@
<h1>SignInWithAppleHandler</h1>
<div class="declaration">
<div class="language">
<pre class="highlight swift"><code><span class="kd">@available</span><span class="p">(</span><span class="n">iOS</span> <span class="mf">13.0</span><span class="p">,</span> <span class="o">*</span><span class="p">)</span>

<pre class="highlight swift"><code><span class="kd">@available(iOS 13.0, OSX 10.15, *)</span>
<span class="kd">public</span> <span class="kd">class</span> <span class="kt">SignInWithAppleHandler</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">SignInWithAppleHandler</span><span class="p">:</span> <span class="kt">ASAuthorizationControllerDelegate</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">SignInWithAppleHandler</span><span class="p">:</span> <span class="kt">ASAuthorizationControllerPresentationContextProviding</span></code></pre>
Expand All @@ -111,7 +126,7 @@ <h1>SignInWithAppleHandler</h1>
by <code><a href="../Classes/UserManager.html">UserManager</a></code> when you ask it to <code>signInWithApple(in:updateUserDisplayName:allowMigration:)</code>.
You can use it also without a user manager associated.</p>

<p>Sign in with Apple is only available on iOS 13 or later.</p>
<p>Sign in with Apple is only available on iOS 13 and macOS 10.15 or later.</p>

</section>
<section class="section task-group-section">
Expand Down Expand Up @@ -275,8 +290,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2020 <a class="link" href="https://github.com/mrasterisco/RxFireAuth" target="_blank" rel="external">Alessio Moiso</a>. All rights reserved. (Last updated: 2020-07-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.2</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/mrasterisco/RxFireAuth" target="_blank" rel="external">Alessio Moiso</a>. All rights reserved. (Last updated: 2020-10-17)</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 8e6af4d

Please sign in to comment.