Can't seem to figure out how to set the “Based on dependency analysis” setting on a Run Script build phase from an Xcode template (xctemplate). Anyone ever figured this out?

@simonbs this a flag called something like ALWAYS_OUT_OF_DATE (I can find the exact one when I get back to a computer)

I used a cocoa pods post install hook to tweak this value in some cases.

@bens Not sure how to set that in an Xcode template but I’ll see if I can figure it out. Earlier I found that the property is called “alwaysOutOfDate” in the pbxproj file but referring that in an Xcode template didn’t work. Will see if the underscores make a difference.
@simonbs ok I was mis-remembering. We set `alwaysOutOfDate` to 1 (or 0) depending.