substrate extension to make the app switcher cards square like the non-x iPhones
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

22 líneas
528B

  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>bundle</key>
  8. <string>SquareSwitcherXPrefs</string>
  9. <key>cell</key>
  10. <string>PSLinkCell</string>
  11. <key>detail</key>
  12. <string>SSXRootListController</string>
  13. <key>icon</key>
  14. <string>icon.png</string>
  15. <key>isController</key>
  16. <true/>
  17. <key>label</key>
  18. <string>SquareSwitcherX</string>
  19. </dict>
  20. </dict>
  21. </plist>