In this release, I fixed a Mac-specific issue launching the Appium process with the 'PM2' process manager.
- I was quoting the path to the Appium main script and the process output path, which is only applicable to the Windows platform.
- I needed to add the PATH environment variable to the ProcessBuilder object for launching Appium on Mac.
I also noticed that I'd failed to allow insecure ChromeDriver download and ADB shell access in the Selenium 3 profile.