Add a tURLScheme variable to switch schemes based on platform.
Windows needs CRLF, so keep the file:/ scheme to convert line endings.
Mac/Linux can use the LiveCode native LF, so use binfile:/ for them.
(Linux could go in either group.)
Previously, Mac files ended up with CR line endings due to a legacy setting in the LiveCode engine source code.
Add a
tURLScheme
variable to switch schemes based on platform. Windows needsCRLF
, so keep thefile:/
scheme to convert line endings. Mac/Linux can use the LiveCode nativeLF
, so usebinfile:/
for them. (Linux could go in either group.)Previously, Mac files ended up with
CR
line endings due to a legacy setting in the LiveCode engine source code.