Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
8393659
39 lines (39 sloc) 1.08 KB
entry = {
bundle = AppList;
cell = PSLinkCell;
icon = "/Applications/Preferences.app/Settings.png";
isController = 1;
label = "AppList Sample";
ALSettingsPath = "/var/mobile/Library/Preferences/com.rpetrich.applist.sample.plist";
ALSettingsKeyPrefix = "Settings-";
ALChangeNotification = "com.rpetrich.applist.sample.notification";
ALAllowsSelection = 1;
ALSectionDescriptors = (
{
items = (
{
text = "Google";
image = "/Applications/Preferences.app/Safari.png";
action = "launchURL";
url = "http://www.google.com/";
}
);
"footer-title" = "Table cell to open Safari to Google";
},
{
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" = "© 2010-2012 Ryan Petrich";
}
);
};
Jump to Line
Something went wrong with that request. Please try again.