summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 597d830..0619277 100644
--- a/README.rst
+++ b/README.rst
@@ -20,3 +20,10 @@ and Linux 2.6+. Experimental support is included for Solaris and FreeBSD.
Note: On Linux, custom xattr keys need to be prefixed with the `user`
namespace, ie: `user.your_attr`.
+
+Note: If you need to read or write Spotlight metadata attributes on macOS,
+see osxmetadata_ which provides a native macOS means to do so without
+directly manipulating extended attributes. osxmetadata also provides access
+to other macOS metadata attributes and extended attributes via xattr.
+
+.. _osxmetadata: https://github.com/RhetTbull/osxmetadata