Updates the Objective-C templates#345
Conversation
…Is: primitiveValue`, similar to rentzsch#74 and rentzsch#16, so this avoids generating `primativeValue` methods Wonder if it would be better to amend the main code base similar to this commit?: rentzsch@cd9809d
|
Hey Dave, That syntax error is embarrassing! Thanks for pointing out a flaw in my test coverage. I just added that coverage, produced the failure, cherry-picked your patch and things are working now. Yes, I'd prefer to work-around |
|
Hey @DaveWoodCom and @rentzsch, it looks like at least some of this PR was covered in commit b8d4687. Does this PR address anything still outstanding? I don't want to close it if it does but I don't want to leave it open if it's no longer needed. |
Summary of Changes
Fixes some syntax errors in the templates introduced in 5fb4229
Prevents creating
primativeValuemethods thattriggers Apple's piss-poor private-API-use detector when submitting to the App StoreAddresses
Similar to #74 and #16
May also want to update
mogenerator.min a similar way to: cd9809d If you'd prefer that, let me know and I can submit a new PR.