Skip to content

Instantly share code, notes, and snippets.

@gsora
Created July 28, 2015 23:27
Show Gist options
  • Save gsora/629c23296245b0256351 to your computer and use it in GitHub Desktop.
Save gsora/629c23296245b0256351 to your computer and use it in GitHub Desktop.
entry = {
cell = PSLinkCell;
icon = "/Applications/Preferences.app/Settings.png";
isController = 1;
label = "NoScreenshotty";
ALSettingsPath = "/var/mobile/Library/Preferences/me.urandom.noscreenshotty.plist";
ALSettingsKeyPrefix = "NoScreenshotty-";
ALSectionDescriptors = (
{
title = "System Applications";
predicate = "isSystemApplication = TRUE";
"cell-class-name" = "ALSwitchCell";
"icon-size" = 29;
"suppress-hidden-apps" = 1;
},
{
title = "User Applications";
predicate = "isSystemApplication = FALSE";
"cell-class-name" = "ALSwitchCell";
"icon-size" = 29;
"suppress-hidden-apps" = 1;
"footer-title" = "© 2015-2016 Gianguido "plk" Sorà";
}
);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment