Index of /lingo/old_versions/mac
Name Last modified Size Description
Parent Directory -
screenshots/ 2023-01-27 15:43 -
readme.txt 2023-01-29 12:02 883
Director_4.0.4J.app.zip 2023-01-27 15:40 46M
Director_4.0.4.app.zip 2023-01-29 08:53 26M
Director_3.1.3.app.zip 2023-01-29 08:53 26M
Director_2.0.1.zip 2023-01-27 10:06 9.4M
Director_1.0.zip 2023-01-27 10:05 8.9M
Director 1.0, 2.0.1, 3.1.3 and 4.0.4 (as well as 4.0.4 japanese) as standalone
apps for recent macOS systems
Note
====
Since all apps are non-signed and "downloaded from the internet", you have to
circumvent gatekeeper before running them in macOS:
1.) Download ZIP file.
2.) In Terminal run:
$ xattr -c /path/to/file.zip
to remove the "quarantine" flag.
3.) Now unpack ZIP and run app.
Alternatively, since the "quarantine" flag is only added when downloading with a
macOS app (like a webbrowser), but not when using a commandline binary, just
copy the download URL from your webbrowser (Right/Control-Click -> Copy Link) and
download the ZIP in Terminal instead:
$ cd ~/Downloads
$ curl -O "<paste copied URL here>"
You now have the ZIP in your Downloads folder, without any gatekeeper/quarantine
fuss, so just unpack it and run app.