Hi there,
I have a plugin that stores a license file for authorization and I would like the license file to be accessible to all users of the computer once one user has performed the authorization.
The two logical places I see to put the license file are /Library/Application Support
and /Users/Shared.
As a user, I'm not a huge fan of applications filling up the Shared folder but if it means the application doesn't have to elevate privileges to write into the Application Support folder then I'm all for it.
Looking in my Shared folder I see a couple of applications that have started their own Library folder - eg. /Users/Shared/Library/Application Support/<name of application>/Licenses
and /Users/Shared/<name of application>/Library
.
Is there a standard/expected way for an application to store shared data in the Shared folder? Should I be making my own Library folder as well?!
Thank you for your help and useful opinions.