#-------------------------------------------------------------------------
# File: ReadMe.txt in macbuild/Resources/script-bundles.zip
#
# Last modified: 2019-12-29
#-------------------------------------------------------------------------

This directory contains four simple script bundles (*.app) generated by
using the macOS "Automator.app" tool and four associated icon files.

Since each script bundle is a simple Bash program, you may able to edit it
as you like knowing the following pieces of information.

[1] KLayoutEditor.app (using "klayout-red.icns")
    This script bundle invokes the standard "/Applications/klayout.app" in EDITOR mode.
    KLayout's configuration file is "$HOME/.klayout/klayoutrc," which is the default.
    You can invoke multiple instances of KLayout using this script bundle.

[2] KLayoutViewer.app (using "klayout-blue.icns")
    This script bundle invokes the standard "/Applications/klayout.app" in VIEWER mode.
    KLayout's configuration file is "$HOME/.klayout/klayoutrc," which is the default.
    You can invoke multiple instances of KLayout using this script bundle.

[3] KLayoutAna3.app (using "klayout-Ana3.icns")
    This bundle is for those who have an Anaconda3 environment under $HOME/opt/anaconda3.
    It first sets and exports "PYTHONHOME" environment variable, then invokes
    "/Applications/klayout-ana3.app" in EDITOR mode.

    To use this bundle, after installing from a relevant DMG file, you need to rename
    "/Applications/klayout.app" to "/Applications/klayout-ana3.app".

    KLayout's configuration file is "$HOME/.klayout/klayoutrc-ana3". With this
    configuration, you can distinguish the Anaconda3 version from the standard version.
    You can invoke multiple instances of KLayout using this script bundle.

[4] KLayoutHomebrew.app (using "klayout-HB.icns")
    This bundle is for those who have a Homebrew environment under /usr/local/opt/.
    It invokes "/Applications/klayout-HB.app" in EDITOR mode.

    To use this bundle, after installing from a relevant DMG file, you need to rename
    "/Applications/klayout.app" to "/Applications/klayout-HB.app".

    KLayout's configuration file is "$HOME/.klayout/klayoutrc-HB." With this
    configuration, you can distinguish the Homebrew version from the standard version.
    You can invoke multiple instances of KLayout using this script bundle.

[EOF]
