Posts

Post not yet marked as solved
6 Replies
I want make a tool to prevent `.DS_Store` creation. Redirect all `.DS_Store` files to a directory that nobody cares. I already achieved this by injecting a dylib to `DesktopServicesPriv.framework` and hook some syscall. It works but I must diable SIP. I am wandering if I can do this with SIP enabled.