groue / GRMustache.swift

Flexible Mustache templates for Swift
http://mustache.github.com/
MIT License
594 stars 155 forks source link

Problems with PFObject #93

Closed jimijon closed 1 year ago

jimijon commented 1 year ago

I had issued a previous issue request but failed to truly debug the issue. The issue is that it doesn't work with PFObject. It doesn't seem to fail, just removes everything. The old pod version of this worked and continues to work but we need to move to SPM.

fumito-ito commented 1 year ago

What's PFObject ?

jimijon commented 1 year ago

It is a Parse Platform object:

https://parseplatform.org/Parse-SDK-iOS-OSX/api/Classes/PFObject.html

fumito-ito commented 1 year ago

@jimijon

I have never used Parse Platform and do not understand how PFObject is structured. If you would like, please read the public GRMustache.swift source code and send me a PR that solves the problem. We are always open to PRs.