Editing/amending a bplist (binary plist)

Is there a way to reliably edit/amend a bplist used by the system? (Specifically .GlobalPreferences.plist) (I have User, not Developer.)

Mac OS X (10.4.11)

Posted on Oct 27, 2008 11:46 AM

Reply
Question marked as ⚠️ Top-ranking reply

Posted on Oct 27, 2008 11:51 AM

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.)

Yes, if you have plutil. I don't remember if this is part of the Developer Tools, or part of the system. Look for /usr/bin/plutil.
plutil -convert xml1 /Library/Preferences/.GlobalPreferences.plist

Now you can edit it. When finished,
plutil -convert binary1 /Library/Preferences/.GlobalPreferences.plist
2 replies
Sort By: 
Question marked as ⚠️ Top-ranking reply

Oct 27, 2008 11:51 AM in response to KDS-KDS

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.)

Yes, if you have plutil. I don't remember if this is part of the Developer Tools, or part of the system. Look for /usr/bin/plutil.
plutil -convert xml1 /Library/Preferences/.GlobalPreferences.plist

Now you can edit it. When finished,
plutil -convert binary1 /Library/Preferences/.GlobalPreferences.plist
Reply

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Editing/amending a bplist (binary plist)

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.