FLEXInjected.plist 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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>entry</key>
  6. <dict>
  7. <key>label</key>
  8. <string>FLEXInjected</string>
  9. <key>icon</key>
  10. <string>flex.png</string>
  11. <key>cell</key>
  12. <string>PSLinkCell</string>
  13. </dict>
  14. <key>items</key>
  15. <array>
  16. <dict>
  17. <key>cell</key>
  18. <string>PSGroupCell</string>
  19. <key>label</key>
  20. <string>FLEX</string>
  21. </dict>
  22. <dict>
  23. <key>ALSectionDescriptors</key>
  24. <array>
  25. <dict>
  26. <key>cell-class-name</key>
  27. <string>ALSwitchCell</string>
  28. <key>icon-size</key>
  29. <integer>29</integer>
  30. <key>suppress-hidden-apps</key>
  31. <false/>
  32. <key>title</key>
  33. <string>Applications</string>
  34. </dict>
  35. </array>
  36. <key>ALAllowsSelection</key>
  37. <string>1</string>
  38. <key>ALChangeNotification</key>
  39. <string>com.nito.flexinjected.settingschanged</string>
  40. <key>ALSettingsDefaultValue</key>
  41. <integer>0</integer>
  42. <key>ALSettingsKeyPrefix</key>
  43. <string></string>
  44. <key>ALSettingsPath</key>
  45. <string>/var/mobile/Library/Preferences/com.nito.flexinjected.plist</string>
  46. <key>ALSingleEnabledMode</key>
  47. <false/>
  48. <key>bundle</key>
  49. <string>AppList</string>
  50. <key>cell</key>
  51. <string>PSLinkCell</string>
  52. <key>isController</key>
  53. <string>1</string>
  54. <key>icon</key>
  55. <string>flex.png</string>
  56. <key>label</key>
  57. <string>FLEX Injected Applications</string>
  58. </dict>
  59. <dict>
  60. <key>cell</key>
  61. <string>PSGroupCell</string>
  62. </dict>
  63. <dict>
  64. <key>cell</key>
  65. <string>PSGroupCell</string>
  66. </dict>
  67. </array>
  68. <key>title</key>
  69. <string>FLEXInjected</string>
  70. <key>icon</key>
  71. <string>flex.png</string>
  72. </dict>
  73. </plist>