I am currently attempting to create a Xcode project that will allow a a user to select a printer from a list of printers. They will be allowed to select one, multiple of any combo of 26, or hit 1 of 2 switches at the bottom that will select all or deselect all. It will then check the version of OS and then check the location of the printer files. Then if the printer drivers are not there, it will put them there. Is there a better program to use other than Xcode???
Also, how do I check the OS X version, just the number (IE: 10.5 or 10.4 only)? I know how to do it in shell. How would I also code the select all and deselect all (it will be switches or check boxes). I have stuff like this in Visual Studios a long time ago, however it seems easier in VS, however it wont work on macs.
Any Help at all would GREAT, however pointing me to tutorials that cover this area would be GREAT as well. I am just a newb at Xcode and Applescript.