Last active
January 9, 2024 15:09
-
-
Save LukeZGD/66e7f5f54d04a28c1075a2781703e004 to your computer and use it in GitHub Desktop.
Horseshoe plist. To be placed in: /var/mobile/Library/Preferences
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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