Hello,
We’re rewriting macOS specific plugin to JUCE. Currently we’re using an authentication scheme that requires the machine’s UUID (About this Mac -> System Report -> Hardware UUID)
I’ve tried using JUCE’s Uuid class and SystemStats, but I’m not able to retrieve that UUID.
Any ideas how that would be possible? Thank you.