The purpose of this repository is to provide an easy-to-use application that has the ability to start and stop the GeoComply Player Location Check software.
or download the script from the Releases page
- Download the zip file above, and unzip it
- Run it via
open toggle_geocomply_plc.app
Result: PLC software should start or stop depending on the current state
- Download the zip file above, and unzip it
- Open the created folder, find the file
toggle_geocomply_plc.app
- Double click it
Result: PLC software should start or stop depending on the current state
If it doesn't appear to be working properly, run the command like the following from the terminal
open toggle_geocomply_plc.app/toggle_geocomply_plc
Some of the reasons it may not be working:
- PLC is not installed
- OSX version has not been tested and does not currently work with app
- PLC version has not been tested and does not currently work with app
GeoComply PLC is software installed as a user agent.
When the application is run:
- It finds out if PLC is currently running with
pgrep PlayerLocationCheck
- If it is running, we run
launchctl
from within theLaunchAgents
directory to stop it - If it is not running, we run
launchctl
from within theLaunchAgents
directory to start it
Tested on OSX 12.5 with PLC 4.0.0.4
Tested on OSX 12.5 with PLC 3.1.1.3