Skip to main content

I'm trying to use M.P. to setup an app. In the plist of the app it's got the <key>info here</key> and then <true/>



<key>enableKeychainLockCheck</key>
<true/>
<key>enableNotifications</key>
<true/>


How do I enter that into the M.P.?

some scouring of teh interwebz brought me to boolean entries. setting as that worked.