DMTemplates
DMTemplates copied to clipboard
Requires Modern Runtime
As written, DMTemplates can't be used in an app that has to support non-64 bit Macs, because it uses synthesized ivars. It looks like declaring ivars for each property is enough to regain 32-bit support.
You're right. I'd be happy to make this fix this evening, or if you want to commit a fix, I can pull it in.
Thanks so much!
Best, Dustin
On Mar 21, 2011, at 12:27 PM, jablair wrote:
As written, DMTemplates can't be used in an app that has to support non-64 bit Macs, because it uses synthesized ivars. It looks like declaring ivars for each property is enough to regain 32-bit support.
Reply to this email directly or view it on GitHub: https://github.com/mierau/DMTemplates/issues/1
Had to wait till I got home from work. Not a major change, clearly, if you'd already started it.