MAC OSX Mavericks, using bash to see "Get Info" attributes
Posted
by
Rell3oT
on Super User
See other posts from Super User
or by Rell3oT
Published on 2013-11-05T15:54:37Z
Indexed on
2013/11/05
15:58 UTC
Read the original article
Hit count: 500
I want to use my bash shell to see the attributes that are shown when you right click on an Application and click Get Info
. The specific attributes that I want to know whether or not they are checked is Open in Low Resolution
, Prevent App Nap
, and Locked
.
I looked in the Info.plist
file but only generic information about the file was contained here, not which attributes were checked.
Is this information contained in the Applications binary? Where is it?
© Super User or respective owner