groue / GRMustache

Flexible and production-ready Mustache templates for MacOS Cocoa and iOS
http://mustache.github.com/
MIT License
1.44k stars 190 forks source link

header files reference GRMustache_context.h instead of GRMustacheContext.h #4

Closed duanefields closed 13 years ago

duanefields commented 13 years ago

It appears the header files reference an incorrect header file. Renaming them to the "new" name makes it happy

duanefields commented 13 years ago

Actually I see that GRMustache_context.h is located under the Classes folder, and can be added to the project, but I suspect your intention was not to expose that through the public headers in /includes/

groue commented 13 years ago

Oops... OK, as for today, your solution is correct: just add GRMustache_context.h to the XCode project. I'll ship a fix shortly.

groue commented 13 years ago

Thanks

groue commented 13 years ago

Thanks again, @duanefields