public
Description: Miscellaneous toys and scripts
Homepage: http://blog.bleything.net
Clone URL: git://github.com/bleything/miscellany.git
miscellany / appsort
name age message
..
file LICENSE Loading commit data...
file README
file analyzer.rb
appsort/README
========================================================================
appsort
Copyright 2009 Ben Bleything <ben@bleything.net>
Provided under the BSD license.
========================================================================

A collection of utilities to reorder the applications on your iPhone
SpringBoard.  Requires you to grab a file from your iPhone:

  /User/Library/Preferences/com.apple.springboard.plist

and convert it to XML format:

  $ plutil -convert xml1 com.apple.springboard.plist

Be sure to convert that file back to binary format before putting it back
on your phone:

  $ plutil -convert binary1 com.apple.springboard.plist