I\'m looking for a way in the iPhone SDK to read in a Properties file (not the XML flavor) for example this one:
# a comment ! a comment a = a string b = a
I would take a look at ParseKit http://parsekit.com/. Otherwise you could use RegexKitLite and create some regular expressions.