Yudit On Mac installation guide.
Author: Gaspar Sinai
Date: 2020-06-07, Tokyo

This program is GPL 2 licensed free software and
  
   IT COMES WITH ABSOLUTELY NO WARRANTY

Quick information: Native input method also works in Yudit
on Mac, when selecting Kinput input method (which is configured
in yudit.properties as kinput2.

Yudit building process:

1. You need to download the source code for Yudit.
   Yudit version 3.0.7 and above support MacOS Cocoa via Objective-C.

  curl -O https://yudit.org/download/yudit-3.0.7.tar.gz
  
2. You need to make sure Your Mac has XCode installed.

3. Open the terminal window

4. Unpack the source code

  tar xfz yudit-3.0.7.tar.gz 
  
5. Go to the source folder

  cd yudit-3.0.7

6. Run the disk image builder tool

  ./build-for-macos.sh

  It will print out the built dmg file.

7. Optionally you can put a fancier install 
   screen to the disk image with:

  ./post-build-macos.sh

   Not everything is scripted, some manual
   positioning of icons and installation
   window sizing is needed.

8. Copy that file to ~/Download/ directory

9. Click on that file.

  You can run it from the image, or better yet, you can install
  by dragging the Yudit Icon into /Applications folder.

  or:
  cp -R /Volumes/Yudit/Yudit.app /Applications/

10. Close the image file in finder.

When you run yudit, it will create .yudit (dot-yudit)  directory in your 
home folder. TrueType font files, syntax checker file and keyboard 
maps can be installed there. 

