Skip to content

Commit 53542bd

Browse files
committedApr 8, 2024·
deploy: 872337a
1 parent 928c0fc commit 53542bd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+1743
-2048
lines changed
 

‎api/Classes.html

+14-18
Original file line numberDiff line numberDiff line change
@@ -21,35 +21,35 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="index.html">
24-
Parse 2.7.3 Docs
24+
Parse 3.0.0 Docs
2525
</a>
26-
(93% documented)
26+
(94% documented)
2727
</p>
2828

29-
<p class="header-col--secondary">
29+
<div class="header-col--secondary">
3030
<form role="search" action="search.json">
3131
<input type="text" placeholder="Search documentation" data-typeahead>
3232
</form>
33-
</p>
33+
</div>
3434

3535
<p class="header-col header-col--secondary">
3636
<a class="header-link" href="https://github.com/parse-community/Parse-SDK-iOS-OSX">
37-
<img class="header-icon" src="img/gh.png"/>
37+
<img class="header-icon" src="img/gh.png" alt="GitHub"/>
3838
View on GitHub
3939
</a>
4040
</p>
4141

4242
<p class="header-col header-col--secondary">
4343
<a class="header-link" href="dash-feed://http%3A%2F%2Fparseplatform.org%2FParse-SDK-iOS-OSX%2Fapi%2Fdocsets%2FParse.xml">
44-
<img class="header-icon" src="img/dash.png"/>
44+
<img class="header-icon" src="img/dash.png" alt="Dash"/>
4545
Install in Dash
4646
</a>
4747
</p>
4848
</header>
4949

5050
<p class="breadcrumbs">
5151
<a class="breadcrumb" href="index.html">Parse Reference</a>
52-
<img class="carat" src="img/carat.png" />
52+
<img class="carat" src="img/carat.png" alt=""/>
5353
Classes Reference
5454
</p>
5555

@@ -330,10 +330,10 @@ <h4>Declaration</h4>
330330
Data associated with the anonymous user is retained.</li>
331331
<li>logIn switches users without converting the anonymous user.
332332
Data associated with the anonymous user will be lost.</li>
333-
<li>Service logIn (e.g. Facebook, Twitter) will attempt to convert
333+
<li>Authentication service logIn will attempt to convert
334334
the anonymous user into a standard user by linking it to the service.
335335
If a user already exists that is linked to the service, it will instead switch to the existing user.</li>
336-
<li>Service linking (e.g. Facebook, Twitter) will convert the anonymous user
336+
<li>Authentication service linking will convert the anonymous user
337337
into a standard user by linking it to the service.</li>
338338
</ul>
339339

@@ -495,7 +495,7 @@ <h4>Declaration</h4>
495495
<a name="//apple_ref/objc/Section/Encoders" class="dashAnchor"></a>
496496
<div class="section-name-container">
497497
<a class="section-name-link" href="#/Encoders"></a>
498-
<h3 class="section-name"><p>Encoders</p>
498+
<h3 class="section-name"><span>Encoders</span>
499499
</h3>
500500
</div>
501501
</div>
@@ -777,7 +777,7 @@ <h4>Declaration</h4>
777777
<div class="pointer"></div>
778778
<div class="abstract">
779779
<p><code>PFGeoPoint</code> may be used to embed a latitude / longitude point as the value for a key in a <code><a href="Classes/PFObject.html">PFObject</a></code>.
780-
It could be used to perform queries in a geospatial manner using <code><a href="Classes/PFQuery.html#/c:objc(cs)PFQuery(im)whereKey:nearGeoPoint:">PFQuery.-whereKey:nearGeoPoint:</a></code>.</p>
780+
It could be used to perform queries in a geospatial manner using <code><a href="Classes/PFQuery.html">PFQuery.</a></code>.</p>
781781

782782
<p>Currently, instances of <code><a href="Classes/PFObject.html">PFObject</a></code> may only have one key associated with a <code>PFGeoPoint</code> type.</p>
783783

@@ -896,7 +896,7 @@ <h4>Declaration</h4>
896896
<div class="pointer"></div>
897897
<div class="abstract">
898898
<p><code>PFPolygon</code> may be used to embed a latitude / longitude points as the value for a key in a <code><a href="Classes/PFObject.html">PFObject</a></code>.
899-
It could be used to perform queries in a geospatial manner using <code><a href="Classes/PFQuery.html#/c:objc(cs)PFQuery(im)whereKey:polygonContains:">PFQuery.-whereKey:polygonContains:</a></code>.</p>
899+
It could be used to perform queries in a geospatial manner using <code><a href="Classes/PFQuery.html">PFQuery.</a></code>.</p>
900900

901901
<a href="Classes/PFPolygon.html" class="slightly-smaller">See more</a>
902902
</div>
@@ -1111,9 +1111,6 @@ <h4>Declaration</h4>
11111111
This class is a subclass of a <code><a href="Classes/PFObject.html">PFObject</a></code>, and retains the same functionality of a <code><a href="Classes/PFObject.html">PFObject</a></code>,
11121112
but also extends it with various user specific methods, like authentication, signing up, and validation uniqueness.</p>
11131113

1114-
<p>Many APIs responsible for linking a <code>PFUser</code> with Facebook or Twitter have been deprecated in favor of dedicated
1115-
utilities for each social network. See <code>PFFacebookUtils</code>, <code>PFTwitterUtils</code> and <code><a href="Classes/PFAnonymousUtils.html">PFAnonymousUtils</a></code> for more information.</p>
1116-
11171114
<a href="Classes/PFUser.html" class="slightly-smaller">See more</a>
11181115
</div>
11191116
<div class="declaration">
@@ -1211,9 +1208,8 @@ <h4>Declaration</h4>
12111208
</article>
12121209
</div>
12131210
<section class="footer">
1214-
<p>&copy; 2023 <a class="link" href="http://parseplatform.org" target="_blank" rel="external">Parse Community</a>. All rights reserved. (Last updated: 2023-10-06)</p>
1215-
<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>
1211+
<p>&copy; 2024 <a class="link" href="http://parseplatform.org" target="_blank" rel="external noopener">Parse Community</a>. All rights reserved. (Last updated: 2024-04-08)</p>
1212+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
12161213
</section>
12171214
</body>
1218-
</div>
12191215
</html>

‎api/Classes/PFACL.html

+14-15
Original file line numberDiff line numberDiff line change
@@ -21,35 +21,35 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
Parse 2.7.3 Docs
24+
Parse 3.0.0 Docs
2525
</a>
26-
(93% documented)
26+
(94% documented)
2727
</p>
2828

29-
<p class="header-col--secondary">
29+
<div class="header-col--secondary">
3030
<form role="search" action="../search.json">
3131
<input type="text" placeholder="Search documentation" data-typeahead>
3232
</form>
33-
</p>
33+
</div>
3434

3535
<p class="header-col header-col--secondary">
3636
<a class="header-link" href="https://github.com/parse-community/Parse-SDK-iOS-OSX">
37-
<img class="header-icon" src="../img/gh.png"/>
37+
<img class="header-icon" src="../img/gh.png" alt="GitHub"/>
3838
View on GitHub
3939
</a>
4040
</p>
4141

4242
<p class="header-col header-col--secondary">
4343
<a class="header-link" href="dash-feed://http%3A%2F%2Fparseplatform.org%2FParse-SDK-iOS-OSX%2Fapi%2Fdocsets%2FParse.xml">
44-
<img class="header-icon" src="../img/dash.png"/>
44+
<img class="header-icon" src="../img/dash.png" alt="Dash"/>
4545
Install in Dash
4646
</a>
4747
</p>
4848
</header>
4949

5050
<p class="breadcrumbs">
5151
<a class="breadcrumb" href="../index.html">Parse Reference</a>
52-
<img class="carat" src="../img/carat.png" />
52+
<img class="carat" src="../img/carat.png" alt=""/>
5353
PFACL Class Reference
5454
</p>
5555

@@ -251,7 +251,7 @@ <h1>PFACL</h1>
251251
<a name="//apple_ref/objc/Section/Creating an ACL" class="dashAnchor"></a>
252252
<div class="section-name-container">
253253
<a class="section-name-link" href="#/Creating%20an%20ACL"></a>
254-
<h3 class="section-name"><p>Creating an ACL</p>
254+
<h3 class="section-name"><span>Creating an ACL</span>
255255
</h3>
256256
</div>
257257
</div>
@@ -346,7 +346,7 @@ <h4>Parameters</h4>
346346
<a name="//apple_ref/objc/Section/Controlling Public Access" class="dashAnchor"></a>
347347
<div class="section-name-container">
348348
<a class="section-name-link" href="#/Controlling%20Public%20Access"></a>
349-
<h3 class="section-name"><p>Controlling Public Access</p>
349+
<h3 class="section-name"><span>Controlling Public Access</span>
350350
</h3>
351351
</div>
352352
</div>
@@ -425,7 +425,7 @@ <h4>Declaration</h4>
425425
<a name="//apple_ref/objc/Section/Controlling Access Per-User" class="dashAnchor"></a>
426426
<div class="section-name-container">
427427
<a class="section-name-link" href="#/Controlling%20Access%20Per-User"></a>
428-
<h3 class="section-name"><p>Controlling Access Per-User</p>
428+
<h3 class="section-name"><span>Controlling Access Per-User</span>
429429
</h3>
430430
</div>
431431
</div>
@@ -918,7 +918,7 @@ <h4>Return Value</h4>
918918
<a name="//apple_ref/objc/Section/Controlling Access Per-Role" class="dashAnchor"></a>
919919
<div class="section-name-container">
920920
<a class="section-name-link" href="#/Controlling%20Access%20Per-Role"></a>
921-
<h3 class="section-name"><p>Controlling Access Per-Role</p>
921+
<h3 class="section-name"><span>Controlling Access Per-Role</span>
922922
</h3>
923923
</div>
924924
</div>
@@ -1419,7 +1419,7 @@ <h4>Parameters</h4>
14191419
<a name="//apple_ref/objc/Section/Setting Access Defaults" class="dashAnchor"></a>
14201420
<div class="section-name-container">
14211421
<a class="section-name-link" href="#/Setting%20Access%20Defaults"></a>
1422-
<h3 class="section-name"><p>Setting Access Defaults</p>
1422+
<h3 class="section-name"><span>Setting Access Defaults</span>
14231423
</h3>
14241424
</div>
14251425
</div>
@@ -1504,9 +1504,8 @@ <h4>Parameters</h4>
15041504
</article>
15051505
</div>
15061506
<section class="footer">
1507-
<p>&copy; 2023 <a class="link" href="http://parseplatform.org" target="_blank" rel="external">Parse Community</a>. All rights reserved. (Last updated: 2023-10-06)</p>
1508-
<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>
1507+
<p>&copy; 2024 <a class="link" href="http://parseplatform.org" target="_blank" rel="external noopener">Parse Community</a>. All rights reserved. (Last updated: 2024-04-08)</p>
1508+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
15091509
</section>
15101510
</body>
1511-
</div>
15121511
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.