Advertisement
Guest User

EasySpring.plist

a guest
Sep 11th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.82 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>PSStaticTextCell</string>
  10.       <key>cellClass</key>
  11.       <string>PFHeaderCell</string>
  12.       <key>background</key>
  13.       <string>#EFEFF4</string>
  14.       <key>image</key>
  15.       <string>/Library/PreferenceBundles/EasySpring.bundle/header.png</string>
  16.       <key>height</key>
  17.       <integer>100</integer>
  18.     </dict>
  19.     <dict>
  20.       <key>cell</key>
  21.       <string>PSGroupCell</string>
  22.       <key>label</key>
  23.       <string>General</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>action</key>
  39.       <string>rebootDevice</string>
  40.       <key>cell</key>
  41.       <string>PSButtonCell</string>
  42.       <key>label</key>
  43.       <string>Reboot Device</string>
  44.     </dict>
  45.     <dict>
  46.       <key>cell</key>
  47.       <string>PSGroupCell</string>
  48.       <key>action</key>
  49.       <string>safeMode</string>
  50.       <key>cell</key>
  51.       <string>PSButtonCell</string>
  52.       <key>label</key>
  53.       <string>Enter SafeMode</string>
  54.     </dict>
  55.     <dict>
  56.       <key>cell</key>
  57.       <string>PSGroupCell</string>
  58.       <key>action</key>
  59.       <string>clearCache</string>
  60.       <key>cell</key>
  61.       <string>PSButtonCell</string>
  62.       <key>label</key>
  63.       <string>Clear UICache</string>
  64.     </dict>
  65.     <dict>
  66.       <key>cell</key>
  67.       <string>PSGroupCell</string>
  68.       <key>label</key>
  69.       <string>EasySpring Activation Gestures</string>
  70.     </dict>
  71.     <dict>
  72.       <key>cell</key>
  73.       <string>PSLinkCell</string>
  74.       <key>label</key>
  75.       <string>Activation Methods</string>
  76.       <key>isController</key>
  77.       <true/>
  78.       <key>bundle</key>
  79.       <string>LibActivator</string>
  80.       <key>activatorListener</key>
  81.       <string>com.chfreeware.easyspring</string>
  82.     </dict>
  83.     <dict>
  84.       <key>cell</key>
  85.       <string>PSGroupCell</string>
  86.       <key>label</key>
  87.       <string>Support the developer</string>
  88.     </dict>
  89.     <dict>
  90.       <key>action</key>
  91.       <string>twitterNav</string>
  92.       <key>cell</key>
  93.       <string>PSButtonCell</string>
  94.       <key>icon</key>
  95.       <string>Twitter@2x.png</string>
  96.       <key>label</key>
  97.       <string>@iOSChrisHarris</string>
  98.     </dict>
  99.     <dict>
  100.       <key>action</key>
  101.       <string>paypalNav</string>
  102.       <key>cell</key>
  103.       <string>PSButtonCell</string>
  104.       <key>icon</key>
  105.       <string>PayPal@2x.png</string>
  106.       <key>label</key>
  107.       <string>Buy me a beer</string>
  108.     </dict>
  109.     <dict>
  110.       <key>cell</key>
  111.       <string>PSGroupCell</string>
  112.       <key>label</key>
  113.       <string>Shoutouts</string>
  114.     </dict>
  115.     <dict>
  116.       <key>action</key>
  117.       <string>redditNav</string>
  118.       <key>cell</key>
  119.       <string>PSButtonCell</string>
  120.       <key>icon</key>
  121.       <string>Reddit@2x.png</string>
  122.       <key>label</key>
  123.       <string>@rob311</string>
  124.     </dict>
  125.     <dict>
  126.       <key>action</key>
  127.       <string>redditNavTwo</string>
  128.       <key>cell</key>
  129.       <string>PSButtonCell</string>
  130.       <key>icon</key>
  131.       <string>Reddit@2x.png</string>
  132.       <key>label</key>
  133.       <string>@jontelang</string>
  134.     </dict>
  135.     <dict>
  136.       <key>cell</key>
  137.       <string>PSGroupCell</string>
  138.       <key>footerText</key>
  139.       <string>Chris Harris Freeware, 2016</string>
  140.     </dict>
  141.   </array>
  142.   <key>title</key>
  143.   <string>EasySpring</string>
  144. </dict>
  145. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement