substrate extension to make the app switcher cards square like the non-x iPhones
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.

40 lines
903B

  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>PSSwitchCell</string>
  10. <key>default</key>
  11. <true/>
  12. <key>defaults</key>
  13. <string>com.yaypixxo.squareswitcherxprefs</string>
  14. <key>key</key>
  15. <string>enabled</string>
  16. <key>label</key>
  17. <string>Enable</string>
  18. </dict>
  19. <dict>
  20. <key>action</key>
  21. <string>respring:</string>
  22. <key>cell</key>
  23. <string>PSButtonCell</string>
  24. <key>label</key>
  25. <string>Respring</string>
  26. </dict>
  27. <dict>
  28. <key>cell</key>
  29. <string>PSGroupCell</string>
  30. <key>footerText</key>
  31. <string>SquareSwitcherX by YaYPIXXO</string>
  32. <key>isStaticText</key>
  33. <true/>
  34. </dict>
  35. </array>
  36. <key>title</key>
  37. <string>SquareSwitcherX</string>
  38. </dict>
  39. </plist>