DEV Community

Discussion on: Apple wants to remove scripting languages from macOS

Collapse
 
erikusaj profile image
Erik Ušaj • Edited

Common internet generation skip reading problem, some of us cannot read as expected:
"bundle the runtime within the app."

Simple as that.

if (myApp.reliesOnScriptingLanguage && myApp.targetOS==macOS) {
buildScript.bundleRuntimeInstsller = true
}
else
{
buildScript.bundleRuntimeInstaller = false
}
buildScript.build()

Of course leave Runtime version hell to end users.

imho. Homebrew already installs some Ruby runtimes on Linux.

Actually:
"homebrew will pull in a temporary ruby binary to install itself (as it already does on linux and has done on older macOS versions"

Source: discourse.brew.sh/t/mac-os-depreca...