> http://newosxbook.com/ent.jl
> 
> Now, if only I could figure out from the database which ones I need to add.

Wow, that is an AWESOME tool! I hate that Apple won't pull a single engineer 
off a project to write some documentation. A similar solution I use is to 
make-up for Apple’s confusing developer matrix is https://xcodereleases.com/

I think you’re on the right track about figuring out entitlements via that 
database. By randomly selecting some Executable files that I was familiar with 
(iTunes, TextEdit, etc.) it looks like you might be interested in:
com.apple.security.files.user-selected.read-write
com.apple.security.files.user-selected.executable 
<http://newosxbook.com/ent.jl?osVer=MacOS13&ent=com.apple.security.files.user-selected.executable>
com.apple.security.device.camera 
<http://newosxbook.com/ent.jl?osVer=MacOS13&ent=com.apple.security.device.camera>
com.apple.security.device.microphone 
<http://newosxbook.com/ent.jl?osVer=MacOS13&ent=com.apple.security.device.microphone>
com.apple.security.app-sandbox 
<http://newosxbook.com/ent.jl?osVer=MacOS13&ent=com.apple.security.app-sandbox> 
<— not really sure about this one

—Andrew Bell
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to