puls / objc-codegenutils

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

Replaces tildes in filenames to underscores. #15

Open vectorialgradha opened 9 years ago

vectorialgradha commented 9 years ago

Makes objc-identifierconstants work with tildes. Otherwise a filename like MainStoryboard~ipad.storyboard will generate identifiers in the form:

extern NSString *const R_MainStoryboard~ipadStoryboardWebSegueIdentifier;

Which don't compile.