Advertisement
Guest User

Untitled

a guest
Dec 16th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <dict>
  2.     <key>cell</key>
  3.     <string>PSLinkCell</string>
  4.     <key>bundle</key>
  5.     <string>AppList</string>
  6.     <key>isController</key>
  7.     <string>1</string>
  8.     <key>label</key>
  9.     <string>Choose application</string>
  10.     <key>ALAllowsSelection</key>
  11.     <string>1</string>
  12.     <key>ALSettingsKeyPrefix</key>
  13.     <string>ApplicationA-</string>
  14.     <key>ALSingleEnabledMode</key>
  15. <true/>
  16.     <key>ALChangeNotification</key>
  17.     <string>changeNotif</string>
  18.     <key>ALSectionDescriptors</key>
  19.     <array>
  20.         <dict>
  21.             <key>cell-class-name</key>
  22.             <string>ALCheckCell</string>
  23.             <key>icon-size</key>
  24.             <string>29</string>
  25.             <key>predicate</key>
  26.             <string>isSystemApplication = TRUE</string>
  27.             <key>suppress-hidden-apps</key>
  28.             <string>1</string>
  29.             <key>title</key>
  30.             <string>System Applications</string>
  31.         </dict>
  32.         <dict>
  33.             <key>cell-class-name</key>
  34.             <string>ALCheckCell</string>
  35.             <key>icon-size</key>
  36.             <string>29</string>
  37.             <key>predicate</key>
  38.             <string>isSystemApplication = FALSE</string>
  39.             <key>suppress-hidden-apps</key>
  40.             <string>1</string>
  41.             <key>title</key>
  42.             <string>User Applications</string>
  43.         </dict>
  44.     </array>
  45.     <key>ALSettingsPath</key>
  46.     <string>/var/mobile/Library/Preferences/com.name.tweakname.plist</string>
  47. </dict>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement