Editing/amending a bplist (binary plist)
Mac OS X (10.4.11)
Mac OS X (10.4.11)
KDS-KDS wrote:
Is there a way to reliably edit/amend a bplist used by the system? (Specifically .GlobalPreferences.plist) (I have User, not Developer.)
plutil -convert xml1 /Library/Preferences/.GlobalPreferences.plist
plutil -convert binary1 /Library/Preferences/.GlobalPreferences.plist
KDS-KDS wrote:
Is there a way to reliably edit/amend a bplist used by the system? (Specifically .GlobalPreferences.plist) (I have User, not Developer.)
plutil -convert xml1 /Library/Preferences/.GlobalPreferences.plist
plutil -convert binary1 /Library/Preferences/.GlobalPreferences.plist
Editing/amending a bplist (binary plist)