Adding a Printers.plist file so that the printers aren't hard-coded into PrintDrop...
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 27 Feb 2008 19:59:39 +0000 (14:59 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 27 Feb 2008 19:59:39 +0000 (14:59 -0500)
commit757fa3d68db901ceba2d597c96631b2b01251fc2
treebc53a88c0a3161eeef870d3969225ffd1b4d7ddc
parent99e8e2985114ffdb1c34df6081e7c393b4310617
Adding a Printers.plist file so that the printers aren't hard-coded into PrintDrop but rather are in an XML file

* English.lproj/Printers.plist: New file
* PrintDrop.xcodeproj: Project updates for the plist file
* Source/AppController.h: Changing printers to be an NSArray instead of NSMutableArray
* Source/AppController.m:
([AppController init]): Simply load the plist instead of creating a NSMutableArray of NSDictionary's
English.lproj/Printers.plist [new file with mode: 0644]
PrintDrop.xcodeproj/project.pbxproj
Source/AppController.h
Source/AppController.m