Timothy Sutton

Results 168 comments of Timothy Sutton

_From @cwhits on June 15, 2017 17:39_ Also, Bridge and InCopy are the only ones I noticed this with.

I could see some of the other variables defined like `family`, `release_notes` being useful. It looks like we just aren't setting them in the `env`.

Nice trick! Conveniently enough, `LooseVersion` (and by extension `MunkiLooseVersion`) will compare `2.78` as less than `2.78a`, which in turn is less than `2.78b`, etc.

I guess the first place you can start is with the first version that has the ExampleTask, and do a manual diff between that and current. I'm not so interested...

I think I've been running into a similar (or the same) issue with not being able to have `ruby_build_version` overridden. I'd been trying to bump a repo up to 3.3.2,...

Yeah, unfortunately the changes with new simulators use an internal Apple system framework and the Pallas Apple service to fetch the simulator download. So it may be some time before...

Looking into it a bit more, it seems like since [ipsw](https://github.com/blacktop/ipsw) already has all the support for OTA fetching, that adding simulator support to ipsw makes more sense, and to...

We also encounter the same issue when trying to bring the `nexus` Homebrew formula up to date.