GRMustache.swift icon indicating copy to clipboard operation
GRMustache.swift copied to clipboard

Static library support

Open rupeshnandha opened this issue 3 years ago • 0 comments

When we compile this Framework as Static Library (Mach-O Type as staticlib), at run time it doesn't type cast String, Int, Number as MustacheBox. I made a hot fix by adding below code changes in Box.swift to catch other data types and return as MustacheBox.

Screenshot 2022-02-23 at 16 16 12

rupeshnandha avatar Feb 23 '22 16:02 rupeshnandha