Thank you so much. You kept MacOS version alive.
Here is final version of instructions:
Code:
Installation steps for PlanetCNC TNG on macOS
1. Create the install folder
- In Finder or Terminal, make a "PlanetCNC" folder in your home directory:
mkdir -p ~/PlanetCNC
2. Unzip the package
- Unzip the .zip into ~/PlanetCNC so you end up with:
~/PlanetCNC/PlanetCNCMacOS.app
~/PlanetCNC/libPlanetCNCLibMacOS.dylib
~/PlanetCNC/libPlanetCNCCoreMacOS.dylib
3. Disable Gatekeeper
- Open Terminal and run (enter your admin password when prompted):
sudo spctl --master-disable
4. Allow "Anywhere" in Security & Privacy
- System Preferences -> Security & Privacy -> "Allow apps downloaded from:" -> "Anywhere"
5. Set permissions & clear the quarantine flag
- In Terminal, run:
sudo chmod -R 777 ~/PlanetCNC
xattr -r -d com.apple.quarantine ~/PlanetCNC/PlanetCNCMacOS.app
6. Launch PlanetCNC
- In Finder, double-click "~/PlanetCNC/PlanetCNCMacOS.app".