Created
May 30, 2023 22:45
-
-
Save jessepeterson/27d39e8cc4d7ed81773b0a5e2cdc01f5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>PayloadContent</key> | |
<array> | |
<dict> | |
<key>PayloadDisplayName</key> | |
<string>Dock</string> | |
<key>PayloadIdentifier</key> | |
<string>com.apple.dock.F3D0CC52-3F45-4912-B0DA-04D88CB1A4ED</string> | |
<key>PayloadType</key> | |
<string>com.apple.dock</string> | |
<key>PayloadUUID</key> | |
<string>F3D0CC52-3F45-4912-B0DA-04D88CB1A4ED</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
<key>orientation</key> | |
<string>left</string> | |
</dict> | |
</array> | |
<key>PayloadDisplayName</key> | |
<string>Dockleft</string> | |
<key>PayloadIdentifier</key> | |
<string>com.example.dockleft</string> | |
<key>PayloadType</key> | |
<string>Configuration</string> | |
<key>PayloadUUID</key> | |
<string>D0C38014-4DBB-4F19-A23F-2768FA2246AE</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment