diff options
| author | FivePixels <o5pxels@gmail.com> | 2020-06-14 13:16:31 -0500 |
|---|---|---|
| committer | FivePixels <o5pxels@gmail.com> | 2020-06-14 13:16:31 -0500 |
| commit | ed1e428fba75b03eae532ef46e33d1bff6b94788 (patch) | |
| tree | 4946bc74c7c4261f11a176cf5c63b24f77eab5ab /.theos/_/Library/PreferenceLoader/Preferences/IntemperatePrefs.plist | |
| download | intemperate-ed1e428fba75b03eae532ef46e33d1bff6b94788.tar.xz intemperate-ed1e428fba75b03eae532ef46e33d1bff6b94788.zip | |
1.0
Diffstat (limited to '.theos/_/Library/PreferenceLoader/Preferences/IntemperatePrefs.plist')
| -rw-r--r-- | .theos/_/Library/PreferenceLoader/Preferences/IntemperatePrefs.plist | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.theos/_/Library/PreferenceLoader/Preferences/IntemperatePrefs.plist b/.theos/_/Library/PreferenceLoader/Preferences/IntemperatePrefs.plist new file mode 100644 index 0000000..269e439 --- /dev/null +++ b/.theos/_/Library/PreferenceLoader/Preferences/IntemperatePrefs.plist @@ -0,0 +1,21 @@ +<?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>entry</key> + <dict> + <key>bundle</key> + <string>IntemperatePrefs</string> + <key>cell</key> + <string>PSLinkCell</string> + <key>detail</key> + <string>INPRootListController</string> + <key>icon</key> + <string>icon.png</string> + <key>isController</key> + <true/> + <key>label</key> + <string>Intemperate</string> + </dict> +</dict> +</plist> |
