The source code, duh.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

160 lines
3.6KB

  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>condensed</key>
  11. <true/>
  12. <key>headerCellClass</key>
  13. <string>HBPackageNameHeaderCell</string>
  14. <key>icon</key>
  15. <string>icon.png</string>
  16. <key>packageIdentifier</key>
  17. <string>com.burritoz.dockify</string>
  18. </dict>
  19. <dict>
  20. <key>cell</key>
  21. <string>PSGroupCell</string>
  22. <key>label</key>
  23. <string>Made by Burrit0z. Official repo:</string>
  24. </dict>
  25. <dict>
  26. <key>cell</key>
  27. <string>PSGroupCell</string>
  28. <key>label</key>
  29. <string>Burrit0z.github.com/repo</string>
  30. </dict>
  31. <dict>
  32. <key>cell</key>
  33. <string>PSGroupCell</string>
  34. <key>label</key>
  35. <string>Overall Dock Settings:</string>
  36. </dict>
  37. <dict>
  38. <key>cell</key>
  39. <string>PSSwitchCell</string>
  40. <key>default</key>
  41. <true/>
  42. <key>defaults</key>
  43. <string>com.burritoz.dockifyprefs</string>
  44. <key>key</key>
  45. <string>transparent</string>
  46. <key>label</key>
  47. <string>Transparent Dock</string>
  48. </dict>
  49. <dict>
  50. <key>cell</key>
  51. <string>PSSwitchCell</string>
  52. <key>default</key>
  53. <false/>
  54. <key>defaults</key>
  55. <string>com.burritoz.dockifyprefs</string>
  56. <key>key</key>
  57. <string>hidden</string>
  58. <key>label</key>
  59. <string>Hide</string>
  60. </dict>
  61. <dict>
  62. <key>cell</key>
  63. <string>PSGroupCell</string>
  64. <key>label</key>
  65. <string>Dock Height Multiplier (1 default):</string>
  66. </dict>
  67. <dict>
  68. <key>cell</key>
  69. <string>PSSliderCell</string>
  70. <key>default</key>
  71. <string>1</string>
  72. <key>defaults</key>
  73. <string>com.burritoz.dockifyprefs</string>
  74. <key>key</key>
  75. <string>setHeight</string>
  76. <key>min</key>
  77. <integer>0</integer>
  78. <key>max</key>
  79. <integer>10</integer>
  80. <key>isSegmented</key>
  81. <false/>
  82. <key>showValue</key>
  83. <true/>
  84. </dict>
  85. <dict>
  86. <key>cell</key>
  87. <string>PSGroupCell</string>
  88. <key>label</key>
  89. <string>Custom Opacity Multiplier (0-1):</string>
  90. </dict>
  91. <dict>
  92. <key>cell</key>
  93. <string>PSSliderCell</string>
  94. <key>default</key>
  95. <string>1</string>
  96. <key>defaults</key>
  97. <string>com.burritoz.dockifyprefs</string>
  98. <key>key</key>
  99. <string>customOpacity</string>
  100. <key>min</key>
  101. <integer>0</integer>
  102. <key>max</key>
  103. <integer>1</integer>
  104. <key>isSegmented</key>
  105. <false/>
  106. <key>showValue</key>
  107. <true/>
  108. </dict>
  109. <dict>
  110. <key>cell</key>
  111. <string>PSGroupCell</string>
  112. <key>label</key>
  113. <string>Custom Dock Icons (exact # you want):</string>
  114. </dict>
  115. <dict>
  116. <key>cell</key>
  117. <string>PSSliderCell</string>
  118. <key>default</key>
  119. <string>4</string>
  120. <key>defaults</key>
  121. <string>com.burritoz.dockifyprefs</string>
  122. <key>key</key>
  123. <string>setIconNumber</string>
  124. <key>min</key>
  125. <integer>4</integer>
  126. <key>max</key>
  127. <integer>10</integer>
  128. <key>isSegmented</key>
  129. <true/>
  130. <key>segmentCount</key>
  131. <integer>6</integer>
  132. <key>showValue</key>
  133. <true/>
  134. </dict>
  135. <dict>
  136. <key>cell</key>
  137. <string>PSGroupCell</string>
  138. <key>label</key>
  139. <string></string>
  140. </dict>
  141. <dict>
  142. <key>cell</key>
  143. <string>PSButtonCell</string>
  144. <key>label</key>
  145. <string>Apply/ReSpring</string>
  146. <key>action</key>
  147. <string>respring:</string>
  148. </dict>
  149. <dict>
  150. <key>cell</key>
  151. <string>PSGroupCell</string>
  152. <key>footerText</key>
  153. <string>&quot;Try not. Do... or do not. There is no try.&quot;</string>
  154. </dict>
  155. </array>
  156. <key>title</key>
  157. <string>Dockify</string>
  158. </dict>
  159. </plist>