mautrix / imessage

A Matrix-iMessage puppeting bridge
https://go.mau.fi/mautrix-imessage/
GNU Affero General Public License v3.0
345 stars 37 forks source link

Use ~/Library/Messages as tmp on mac-nosip #11

Closed EricRabil closed 3 years ago

EricRabil commented 3 years ago

imagent on newer versions of big sur has difficult reading /tmp/mautrix-imessage due to tightened sandbox profiles. when on mac-nosip, this PR has mautrix-imessage use ~/Library/Messages/mautrix-imessage instead.

tulir commented 3 years ago

It's probably easier to just set the TMPDIR env var?

EricRabil commented 3 years ago

Yup, didn't think of that. Thanks!