Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 441 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 441 Bytes

doppler-xattr

Usage

import DopplerExtendedAttributes

// A `file://` url pointing to the file that you want to mark as having updates
let fileURL: URL = // ...

// Set the xattr
try setDopplerMetadataChangedAttribute(for: fileURL)

doppler-xattr-util

A small command line tool to help with testing is available at doppler-xattr-util.

License

MIT.