puls / objc-codegenutils

Three small tools to help you meet Xcode halfway.
Other
507 stars 26 forks source link

replace disallowed characters '@' and '-' in method names #13

Closed fabb closed 10 years ago

fabb commented 10 years ago

I had some issues with the generated .h and .m files as the method names contained @ and - which are illegal in method names. So these characters are now replaced when generating files.

I guess it would make sense to generalize the replacement of characters not allowed in method names. Maybe some NSCharacter​Set love?

puls commented 10 years ago

:thumbsup: