Boilerplate for an Input Method Kit input method for macOS
- Create a new OS X user account for testing input methods. Much easier than continually logging in and out from your main OS X account.
- Build the InputMethodKitBoilerplate project via Xcode.
- Move the resulting
InputMethodKitBoilerplate.app
file to/Library/Input Methods/
. - Log In to your separate user account for testing.
- Add the new input method via
System Preferences > Keyboard > Input Sources > English > InputMethodKitBoilerplate
. - Log Out of the testing account when you're finished testing the input method.
- If you make Changes to the Xcode project, re-build the target and move the app into
/Library/Input Methods/
. - Log in to your test user account to test the input method.