So basically I installed Stacks by adding the following source:
http://mobilestack.googlecode.com/sv...internal.plist in my Installer repository.
The latest build allows you to chose which applications you want in your Stacks Grid View. Unfortunately, it doesn't seem like it's compatible with Customize 1.17+ so you have to reorder the icons yourself.
According to this link:
http://code.google.com/p/mobilestack/wiki/FAQ they tell you to add
Code:
< dict>
< key>ID< /key>
< string>com.apple.MobileStore< /string>
< key>IconPath< /key>
< string>/Applications/MobileStore.app/icon.png< /string>
< /dict>
for each separate application you want to add. Unfortunatly, I want to put my games in my Stacks Grid View and my games don't have .plists in ~/Library/Preferences/ but rather for example in Applications/BlockPuzzle.app/Info.plist
So my question is, if the plist is not in the ~/Library/Preferences/ directory, what do I have to add between the two < string>< /string> in order to make it work?
Thanks a lot for the help!
By the way I tried placing for example "Applications/BlockPuzzle.app/Info" between the two < string>< /string> files but it didn't work out.