Created
July 19, 2013 05:41
-
-
Save jontelang/6036896 to your computer and use it in GitHub Desktop.
sda
This file contains hidden or 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
<dict> | |
<key>cell</key> <string>PSLinkCell</string> | |
<key>bundle</key> <string>AppList</string> | |
<key>isController</key> <string>1</string> | |
<key>label</key> <string>Hide apps</string> | |
<key>ALSettingsPath</key> <string>/var/mobile/Library/Preferences/com.jontelang.instalauncherprefs.plist</string> | |
<key>ALSingleEnabledMode</key> <false/> | |
<key>ALSettingsKeyPrefix</key> <string>ILBlacklist-</string> | |
<key>ALSectionDescriptors</key> <array> | |
<dict> | |
<key>footer-title</key> <string>Select apps to HIDE in the launcher (Respring needed)</string> | |
<key>items</key> <array/> | |
</dict> | |
<!--dict> | |
<key>cell-class-name</key> <string>ALSwitchCell</string> | |
<key>icon-size</key> <string>29</string> | |
<key>predicate</key> <string>(bundleIdentifier = "com.apple.Music") or (bundleIdentifier = "com.apple.mobileipod") or (bundleIdentifier = "com.apple.youtube") or (bundleIdentifier = "com.spotify.client") or (bundleIdentifier = "com.pandora")</string> | |
<key>suppress-hidden-apps</key> <string>0</string> | |
<key>title</key> <string>Popular Applications</string> | |
</dict--> | |
<dict> | |
<key>cell-class-name</key> <string>ALSwitchCell</string> | |
<key>icon-size</key> <string>29</string> | |
<key>predicate</key> <string>(isSystemApplication = TRUE) or (isSystemApplication = FALSE)</string> | |
<key>suppress-hidden-apps</key> <string>1</string> | |
<key>title</key> <string></string> | |
</dict> | |
</array> | |
<key>PostNotification</key> <string>com.jontelang.instalauncherprefs/appsupdated</string> | |
</dict> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment