Unique is a library for writing single instance applications.
Unique is a library for writing single instance applications. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance.
Unique is a library for writing single instance applications. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance.
To install libunique, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libunique
To see what files were installed by libunique, run:
port contents libunique
To later upgrade libunique, run:
sudo port selfupdate && sudo port upgrade libunique
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.