If you see ‘@’ signs when you do ls -l, like this:
ls -l
-rw-r--r--@ 1 amarcuse staff 263K Aug 23 2016 android-notification-tour.png
It means you have extended attributes on the file. View them with xattr -l.
xattr -l
Delete them with xattr -c
xattr -c
Date: 2017-10-26
Tags: macos
Share: