I am using an older version of Mac (12.7.x, Monterey) with an Intel chip and after installing Enmerkar according to the docs, I was able to find the input method and add it. However, hitting the keyboard shows nothing inputted.
I checked ~/Library/Input Methods but there was no Enmerkar.app file after the package was flattened.
So I tried to build the .app file myself using
- I used pkgutil along these lines to unpack then build into .app
- and tar -xvf, tar -xvf ./Payload -C ~/{an output folder}
So I built the .app file, but upon restarting my Mac, the same issue appears.
I am not familiar with swift but I'm a Python dev and am happy to learn and help with a PR.