VOKEmbeddedTemplateTools 0.1.0

VOKEmbeddedTemplateTools 0.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Aug 2015

Maintained by Ellen Shapiro, Isaac Greenspan, Carl Hill-Popper, Isaac Greenspan, Brock Boland.



  • By
  • Isaac Greenspan

Handle a zip file of mustache templates embedded into the Mach-O executable.

Usage

Includes:

  • a category on NSData for getting data embedded into the Mach-O executable (embedding done via "Other Linker Flags" -sectcreate __TEXT __your_name "some_file_name")
  • a category on ZipZap's ZZArchive to load an archive from data embedded into the Mach-O executable
  • a GRMustache GRMustacheTemplateRepository 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.

Installation

VOKEmbeddedTemplateTools is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "VOKEmbeddedTemplateTools"

Author

Isaac Greenspan, [email protected]

License

VOKEmbeddedTemplateTools is available under the MIT license. See the LICENSE file for more info.