Permalink
Jump to Line
| 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"; | |
| } | |
| ); | |
| }; |