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
A Property List comes in one of the following formats:
20
44
21
45
| Format | Supported in this library | Description |
22
46
| - | - | - |
23
-
| ASCII | ⚠️ | (The original, legacy format developed by NeXT for NeXTStep and later OPENSTEP) |
24
-
| GNUstep ASCII | ⚠ | The NeXTStep/OPENSTEP ASCII format, but extended by GNU for GNUstep |
47
+
| ASCII | ⚠️ (No comments yet) | (The original, legacy format developed by NeXT for NeXTStep and later OPENSTEP) |
48
+
| GNUstep ASCII | ⚠️ (No comments yet)| The NeXTStep/OPENSTEP ASCII format, but extended by GNU for GNUstep |
25
49
| GNUstep Binary | ❌ | A binary variant of the property list developed by GNU for GNUstep |
26
50
| XML | ✅ | Introduced in Apple's Mac OS X 10.0; currently version 1.0 |
27
51
| Binary | ❌ | Introduced in Apple's MAC OS X 10.2; currently version 1.0 |
28
-
| JSON | ✅ | Introduced in Apple's MAC OS X 10.7 |
52
+
| JSON | ✅ | Introduced in Apple's MAC OS X 10.7 |
53
+
54
+
*Note: At the moment, the implementation of the ASCII formats in this library should not be trusted. It doesn't understand comments, and it has some white-space detection hardcoded, so it is possible that it fails on a valid ASCII Property List.*
0 commit comments