summaryrefslogtreecommitdiffstats
path: root/QuickActions/QuickActionsPrefs/Resources/Root.plist
diff options
context:
space:
mode:
Diffstat (limited to 'QuickActions/QuickActionsPrefs/Resources/Root.plist')
-rw-r--r--QuickActions/QuickActionsPrefs/Resources/Root.plist123
1 files changed, 123 insertions, 0 deletions
diff --git a/QuickActions/QuickActionsPrefs/Resources/Root.plist b/QuickActions/QuickActionsPrefs/Resources/Root.plist
new file mode 100644
index 0000000..5b0c436
--- /dev/null
+++ b/QuickActions/QuickActionsPrefs/Resources/Root.plist
@@ -0,0 +1,123 @@
+<?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>items</key>
+ <array>
+ <dict>
+ <key>cell</key>
+ <string>PSGroupCell</string>
+ <key>label</key>
+ <string>QuickActions</string>
+ </dict>
+ <dict>
+ <key>cell</key>
+ <string>PSSwitchCell</string>
+ <key>defaults</key>
+ <string>com.cameronkatri.quickactions</string>
+ <key>key</key>
+ <string>leftOn</string>
+ <key>label</key>
+ <string>Custom Left Button</string>
+ <key>default</key>
+ <false/>
+ <key>PostNotification</key>
+ <string>com.cameronkatri.quickactions/ReloadPrefs</string>
+ </dict>
+ <dict>
+ <key>cell</key>
+ <string>PSLinkListCell</string>
+ <key>defaults</key>
+ <string>com.cameronkatri.quickactions</string>
+ <key>label</key>
+ <string>Left App</string>
+ <key>detail</key>
+ <string>ATLApplicationListSelectionController</string>
+ <key>key</key>
+ <string>leftApp</string>
+ <key>cellClass</key>
+ <string>ATLApplicationSelectionCell</string>
+ <key>sections</key>
+ <array>
+ <dict>
+ <key>sectionType</key>
+ <string>System</string>
+ </dict>
+ <dict>
+ <key>sectionType</key>
+ <string>User</string>
+ </dict>
+ </array>
+ <key>useSearchBar</key>
+ <true/>
+ <key>hideSearchBarWhileScrolling</key>
+ <false/>
+ <key>showIdentifiersAsSubtitle</key>
+ <true/>
+ <key>includeIdentifiersInSearch</key>
+ <true/>
+ <key>PostNotification</key>
+ <string>com.cameronkatri.quickactions/ReloadPrefs</string>
+ </dict>
+ <dict>
+ <key>cell</key>
+ <string>PSSwitchCell</string>
+ <key>defaults</key>
+ <string>com.cameronkatri.quickactions</string>
+ <key>key</key>
+ <string>rightOn</string>
+ <key>label</key>
+ <string>Custom Right Button</string>
+ <key>default</key>
+ <false/>
+ <key>PostNotification</key>
+ <string>com.cameronkatri.quickactions/ReloadPrefs</string>
+ </dict>
+ <dict>
+ <key>cell</key>
+ <string>PSLinkListCell</string>
+ <key>defaults</key>
+ <string>com.cameronkatri.quickactions</string>
+ <key>label</key>
+ <string>Right App</string>
+ <key>detail</key>
+ <string>ATLApplicationListSelectionController</string>
+ <key>key</key>
+ <string>rightApp</string>
+ <key>cellClass</key>
+ <string>ATLApplicationSelectionCell</string>
+ <key>sections</key>
+ <array>
+ <dict>
+ <key>sectionType</key>
+ <string>System</string>
+ </dict>
+ <dict>
+ <key>sectionType</key>
+ <string>User</string>
+ </dict>
+ </array>
+ <key>useSearchBar</key>
+ <true/>
+ <key>hideSearchBarWhileScrolling</key>
+ <false/>
+ <key>showIdentifiersAsSubtitle</key>
+ <true/>
+ <key>includeIdentifiersInSearch</key>
+ <true/>
+ <key>PostNotification</key>
+ <string>com.cameronkatri.quickactions/ReloadPrefs</string>
+ </dict>
+ <dict>
+ <key>cell</key>
+ <string>PSButtonCell</string>
+ <key>label</key>
+ <string>Source Code</string>
+ <key>action</key>
+ <string>openSource</string>
+ </dict>
+ </array>
+ <key>title</key>
+ <string>QuickActions</string>
+</dict>
+</plist>