It has extended attributes instead. You can look at them with `xattr -l /path/to/file`. Tags go into `com.apple.FinderInfo`, and resource forks are, predictably, `com.apple.ResourceFork`, though they're probably still stored in a format classic Mac OS understands.
Comments
It has extended attributes instead. You can look at them with `xattr -l /path/to/file`. Tags go into `com.apple.FinderInfo`, and resource forks are, predictably, `com.apple.ResourceFork`, though they're probably still stored in a format classic Mac OS understands.