Skip to content

Commit 67bdbd8

Browse files
committedNov 1, 2024
add new plutil note
1 parent d61f59b commit 67bdbd8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎mac.md

+3
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ sips -s format jpeg -s formatOptions best -m "/System/Library/ColorSync/Profiles
127127
```bash
128128
# Print contents of a plist in a human readable format
129129
plutil -p '<PATH_TO_PLIST>'
130+
131+
# Print a binary plist in XML format
132+
plutil -convert xml1 -o - '<PATH_TO_PLIST>'
130133
```
131134

132135
## Internet speed test

0 commit comments

Comments
 (0)
Please sign in to comment.