You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,9 @@ A library that gives you access to the powerful Parse Server backend from your i
32
32
---
33
33
34
34
-[Getting Started](#getting-started)
35
+
-[Compatibility](#compatibility)
36
+
-[Parse Server](#parse-server)
37
+
-[Xcode, iOS, macOS](#xcode-ios-macos)
35
38
-[How Do I Contribute?](#how-do-i-contribute)
36
39
-[Dependencies](#dependencies)
37
40
@@ -49,6 +52,27 @@ The easiest way to install the SDK is via Swift Package Manager.
49
52
50
53
Take a look at the public [documentation][docs] & [API][api] and start building.
51
54
55
+
## Compatibility
56
+
57
+
### Parse Server
58
+
59
+
Parse Apple SDK is compatible with the following versions of Parse Server.
60
+
61
+
| Parse Apple SDK | Parse Server |
62
+
|-----------------|--------------|
63
+
| 1.0.0 | >= 1.0.0 |
64
+
65
+
### Xcode, iOS, macOS
66
+
67
+
The Parse Apple SDK is continuously tested with the most recent releases of Xcode to ensure compatibility. We follow the annual release schedule of Xcode to support the current and previous major Xcode version.
68
+
69
+
| Xcode Version | iOS Version | macOS Version | macOS Version | Release Date | End-of-Support Date | Parse Apple SDK Support |
0 commit comments