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.

22 satır
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>