Post not yet marked as solved
Post marked as unsolved with 3 replies, 310 views
[Mac OS]
Hi, I am looking for a way to maintain a preference for my app with below requirements:
The preference should be editable only by an administrator ( or an user of admin group)
everyone should be able to read (only) the preference, so that my app can fetch it during app launch for all users
Q) Is it possible to make a certain key with above restrictions in a .plist file?
Q) Is there any better way to achieve the same on mac os.