Grzegorz Adam Hankiewicz
Results
2
issues of
Grzegorz Adam Hankiewicz
Makes `objc-identifierconstants` work with tildes. Otherwise a filename like `MainStoryboard~ipad.storyboard` will generate identifiers in the form: ``` objc extern NSString *const R_MainStoryboard~ipadStoryboardWebSegueIdentifier; ``` Which don't compile.
Hi. Creating a mock server from scratch with a test method which should return HTML doesn't seem to work. The files are created but the server keeps saying the method...
bug