TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Aug 2015 |
Maintained by Carl Hill-Popper, Ellen Shapiro, Isaac Greenspan, Brock Boland, Isaac Greenspan.
Handle a zip file of mustache templates embedded into the Mach-O executable.
Includes:
-sectcreate __TEXT __your_name "some_file_name"
)ZZArchive
to load an archive from data embedded into the Mach-O executableGRMustacheTemplateRepository
subclass that loads its templates from a ZZArchive
NOTE: The Mach-O executable embedded data reading doesn't seem to compile when pods are set to use frameworks.
VOKEmbeddedTemplateTools is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "VOKEmbeddedTemplateTools"
Isaac Greenspan, [email protected]
VOKEmbeddedTemplateTools is available under the MIT license. See the LICENSE file for more info.