Advertisement
Guest User

EasySpring.plist

a guest
Sep 2nd, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.46 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.   <key>items</key>
  6.   <array>
  7.     <dict>
  8.       <key>cell</key>
  9.       <string>PSGroupCell</string>
  10.       <key>label</key>
  11.       <string>General</string>
  12.     </dict>
  13.     <dict>
  14.       <key>cell</key>
  15.       <string>PSSwitchCell</string>
  16.       <key>default</key>
  17.       <false/>
  18.       <key>defaults</key>
  19.       <string>com.chfreeware.easyspring</string>
  20.       <key>key</key>
  21.       <string>enabled</string>
  22.       <key>label</key>
  23.       <string>Enable EasySpring</string>
  24.     </dict>
  25.     <dict>
  26.       <key>cell</key>
  27.       <string>PSGroupCell</string>
  28.       <key>action</key>
  29.       <string>respringDevice</string>
  30.       <key>cell</key>
  31.       <string>PSButtonCell</string>
  32.       <key>label</key>
  33.       <string>Respring Device</string>
  34.     </dict>
  35.     <dict>
  36.       <key>cell</key>
  37.       <string>PSGroupCell</string>
  38.       <key>label</key>
  39.       <string>EasySpring Activation Gestures</string>
  40.     </dict>
  41.     <dict>
  42.       <key>cell</key>
  43.       <string>PSLinkCell</string>
  44.       <key>label</key>
  45.       <string>Activation Methods</string>
  46.       <key>isController</key>
  47.       <true/>
  48.       <key>bundle</key>
  49.       <string>LibActivator</string>
  50.       <key>activatorListener</key>
  51.       <string>com.chfreeware.easyspring</string>
  52.     </dict>
  53.     <dict>
  54.       <key>cell</key>
  55.       <string>PSGroupCell</string>
  56.       <key>label</key>
  57.       <string>Follow the developer</string>
  58.     </dict>
  59.     <dict>
  60.       <key>action</key>
  61.       <string>twitterNav</string>
  62.       <key>cell</key>
  63.       <string>PSButtonCell</string>
  64.       <key>icon</key>
  65.       <string>Twitter@2x.png</string>
  66.       <key>label</key>
  67.       <string>@TheOneAndOnlyCH</string>
  68.     </dict>
  69.     <dict>
  70.       <key>cell</key>
  71.       <string>PSGroupCell</string>
  72.       <key>label</key>
  73.       <string>Shoutout</string>
  74.     </dict>
  75.     <dict>
  76.       <key>action</key>
  77.       <string>redditNav</string>
  78.       <key>cell</key>
  79.       <string>PSButtonCell</string>
  80.       <key>icon</key>
  81.       <string>Reddit@2x.png</string>
  82.       <key>label</key>
  83.       <string>@rob311</string>
  84.     </dict>
  85.     <dict>
  86.       <key>cell</key>
  87.       <string>PSGroupCell</string>
  88.       <key>footerText</key>
  89.       <string>Chris Harris Freeware, 2016</string>
  90.     </dict>
  91.   </array>
  92.   <key>title</key>
  93.   <string>EasySpring</string>
  94. </dict>
  95. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement