Comment 6 for bug 512901

Revision history for this message
abb (openworld) wrote :

> A boolean value has a checkbox for its value.

Your description tells me to add few items into the info.plist. I've added them. I'm new in XCode, so I didn't know how to specify the value type. Therefore I just wrote "true" for boolean values like "SUEnableAutomaticChecks". I believe this is the reason.

One way or another but I don't understand why not to change the code to fix such possible problem. Your code allows to set boolean values as strings in 10.5+, so why not to extend this ability to 10.4?

Thanks.