Skip to content

Instantly share code, notes, and snippets.

@LukeZGD
Last active January 9, 2024 15:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LukeZGD/66e7f5f54d04a28c1075a2781703e004 to your computer and use it in GitHub Desktop.
Save LukeZGD/66e7f5f54d04a28c1075a2781703e004 to your computer and use it in GitHub Desktop.
Horseshoe plist. To be placed in: /var/mobile/Library/Preferences
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SectionsEnabledIdentifiers</key>
<array>
<string>com.apple.controlcenter.settings</string>
<string>com.apple.controlcenter.brightness</string>
<string>com.atwiiks.controlcenterx.volume-slider</string>
<string>com.atwiiks.controlcenterx.air-night</string>
</array>
<key>SectionsDisabledIdentifiers</key>
<array>
<string>com.apple.controlcenter.quick-launch</string>
<string>com.atwiiks.controlcenterx.mini-media-player</string>
<string>com.atwiiks.controlcenterx.multi-slider</string>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment