diff -ru ucontrol1.4.4.orig/pkg_resources/InstallationCheck ucontrol1.4.4/pkg_resources/InstallationCheck --- ucontrol1.4.4.orig/pkg_resources/InstallationCheck Sat Nov 13 14:53:49 2004 +++ ucontrol1.4.4/pkg_resources/InstallationCheck Sat Nov 13 14:54:18 2004 @@ -18,7 +18,7 @@ adb_version=""; fi -if [ "$hid_version" == "1.3" ] || [ "$hid_version" == "1.3.1" ] || [ "$hid_version" == "1.3.3" ] || [ "$hid_version" == "1.3.4" ] && [ "$adb_version" == "7.0.2" ] || [ "$adb_version" == "" ]; then +if [ "$hid_version" == "1.3" ] || [ "$hid_version" == "1.3.1" ] || [ "$hid_version" == "1.3.3" ] || [ "$hid_version" == "1.3.4" ] || [ "$hid_version" == "1.3.5" ] && [ "$adb_version" == "7.0.2" ] || [ "$adb_version" == "" ]; then exit 0; # we're fine, we're using 10.3.1 or 10.3.2. else exit 112; # display message 16 in InstallationCheck.strings (96 + 16 = 112) diff -ru ucontrol1.4.4.orig/src/English.lproj/InstallationCheck.strings ucontrol1.4.4/src/English.lproj/InstallationCheck.strings --- ucontrol1.4.4.orig/src/English.lproj/InstallationCheck.strings Sat Nov 13 14:53:49 2004 +++ ucontrol1.4.4/src/English.lproj/InstallationCheck.strings Sat Nov 13 14:54:51 2004 @@ -1,3 +1,3 @@ /* Localized versions of InstallationCheck.plist messages */ -"16" = "This version of uControl can only be safely installed on Mac OS X 10.3.1, 10.3.2 and 10.3.3. (Technically, that's an over simplification. The installation requires kernel extension IOHIDFamily version 1.3, 1.3.1, 1.3.3 or 1.3.4 and IOADBFamily version 7.0.2, if available.)"; +"16" = "This version of uControl can only be safely installed on Mac OS X 10.3.1, 10.3.2 and 10.3.3. (Technically, that's an over simplification. The installation requires kernel extension IOHIDFamily version 1.3, 1.3.1, 1.3.3, 1.3.4, or 1.3.5 and IOADBFamily version 7.0.2, if available.)";