Skip to content

Instantly share code, notes, and snippets.

@jontelang
Created July 19, 2013 05:41
Show Gist options
  • Save jontelang/6036896 to your computer and use it in GitHub Desktop.
Save jontelang/6036896 to your computer and use it in GitHub Desktop.
sda
<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