- Why does this app phone home? - Daniel_Aarno_728 | Saturday, November 27 2004 @ 05:44 PM PST
Why does this app phone home? - mike.mac_dotmac
Wow, a fix posted within two hours of a posted comment. That's pretty amazing customer service, esp. for freeware. I'm suitably impressed!Saturday, November 27 2004 @ 07:57 PM PST
Why does this app phone home? - Daniel_Aarno_728
This is a problem with the auto-update feature that checks for new version. Hopefully I can have a fix ready soon. To solve the problem for now one could create an property list named MacCrackAttack.plist in ~/Library/Preferences/ with bool entry of true for the key version_check_disabled. This would look like:< plist version="1.0">
< dict>
version_check_disabled
< /dict>
< /plist>
In other words, to fix this problem create a file ~/Library/Preferences/MacCrackAttack.plist with the above text using your favourite text editor (~ denotes your home directory)
Reply to This
Saturday, November 27 2004 @ 04:32 PM PST