Mousepose version 3.2.6 Does not register with Privacy Accessibility

Mousepose version 3.2.6 Does not register with Privacy Accessibility so that you can enable it.

I finally fixed this by running these commands.

sudo sqlite3 /Library/Application\ Support/com.apple.TCC/TCC.db ‘select * from access’

kTCCServiceAccessibility|com.boinx.Mousepose|0|0|1|

The above needs to be kTCCServiceAccessibility|com.boinx.Mousepose|0|1|1|

Then I ran this command below.

sudo sqlite3 /Library/Application\ Support/com.apple.TCC/TCC.db “INSERT INTO access VALUES(‘kTCCServiceAccessibility’,‘com.boinx.Mousepose’,0,1,1,NULL);”

I then rebooted the computer it it finally shows up as an icon in the Privacy Accessibility and you can check the box.

I think a new build is in order. Cool application by the way.

Wow, thanks!