|
So you want to test the next version of VoodooPad, Acorn, or whatever?
Great! There are a couple of requirements you need to get past first before you go on running it:
- Make sure to backup your existing VoodooPad documents or Acorn images. This is absolutely necessary. I don't want anyone to lose data because of a bug.
- If you do get a crash, please include a crash report in your feedback, and let me know what you were doing when it happened. (It will help me narrow down where it is happening to try and fix the problem)
- Back up your data. (again!)
Latest builds:
Bonus- tracking the development builds:
Here's how to setup VP or Acorn so that it'll download the "latest builds" as updates, instead of the official builds.
Open up Terminal.app and paste the following in:
For regular VoodooPad:
defaults write com.flyingmeat.VoodooPad SUFeedURL \
http://www.flyingmeat.com/download/latest/voodoopadupdate.xml
For VoodooPad Pro:
defaults write com.flyingmeat.VoodooPad_Pro SUFeedURL \
http://www.flyingmeat.com/download/latest/voodoopadproupdate.xml
For VoodooPad Lite:
defaults write com.flyingmeat.VoodooPad_Lite SUFeedURL \
http://www.flyingmeat.com/download/latest/voodoopadliteupdate.xml
For Acorn:
defaults write com.flyingmeat.Acorn SUFeedURL \
http://www.flyingmeat.com/download/latest/acornupdate.xml
If you ever want to stop tracking development builds, you'll need to paste this in:
defaults delete com.flyingmeat.VoodooPad SUFeedURL
defaults delete com.flyingmeat.VoodooPad_Pro SUFeedURL
defaults delete com.flyingmeat.VoodooPad_Lite SUFeedURL
defaults delete com.flyingmeat.Acorn SUFeedURL
Copyright © 2004-2008 Flying Meat Inc.
|