Created
September 10, 2022 20:14
-
-
Save jeremy4971/1fd33ec35ab46f7bbdf2bf43ec460d6e 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>PayloadDisplayName</key> | |
<string>Dock</string> | |
<key>PayloadIdentifier</key> | |
<string>com.apple.dock</string> | |
<key>PayloadType</key> | |
<string>com.apple.dock</string> | |
<key>PayloadUUID</key> | |
<string></string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
<key>static-apps</key> | |
<array> | |
<dict> | |
<key>tile-data</key> | |
<dict> | |
<key>file-data</key> | |
<dict> | |
<key>_CFURLString</key> | |
<string>/Applications/Self Service.app</string> | |
<key>_CFURLStringType</key> | |
<integer>0</integer> | |
</dict> | |
<key>file-label</key> | |
<string>Self Service</string> | |
<key>file-type</key> | |
<integer>1</integer> | |
<key>label</key> | |
<string>Self Service</string> | |
</dict> | |
<key>tile-type</key> | |
<string>file-tile</string> | |
</dict> | |
</array> | |
<key>static-only</key> | |
<false/> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment