Skip to content

Instantly share code, notes, and snippets.

@jontelang
Created August 2, 2013 06:51
Show Gist options
  • Save jontelang/6137960 to your computer and use it in GitHub Desktop.
Save jontelang/6137960 to your computer and use it in GitHub Desktop.
nnn
<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>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>ALChangeNotification</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