Mac Os. Damaged and Can't Be Openend
code snippet start
sudo xattr -cr /Applications/TiddlyDesktop.app
code snippet end
with the -c option (“clear”), causes all attributes (including their associated values), to be removed. … -r If a file argument is a directory, act as if the entire contents of the directory recursively were also specified (so that every file in the directory tree is acted upon).
—man xattr