In a conversation on Twitter yesterday, Daniel Jalkut, of Red Sweater Software, asked whether there was a way to find out what entitlements a sandboxed app has. Brian Webster, of Fat Cat Software, shared the solution. Apparently, this command provides the information:
Not being a developer, I don't know exactly what this all means, but to those readers who are developers, this may be useful.
codesign -dvvv --entitlements - /path/to/app
(Replace "/path/to/app" with the path to the application.)
Not being a developer, I don't know exactly what this all means, but to those readers who are developers, this may be useful.
•
[4,813 views]