Dependency tracking with asset catalog and interface builder compilers

2015-07-12 Thread Jake Petroules
Apple Developer Tools Team, I'm doing some work integrating Interface Builder tools like the asset catalog compiler and XML Interface Builder document compiler into an external build system. Part of the core way in which we track dependencies is by knowing in advance which output files will be

Re: Swift description

2015-07-12 Thread Greg Parker
> On Jul 11, 2015, at 6:29 PM, Roland King wrote: > >> >> However, Roland got it slightly wrong, according to the documentation. This: >> >> print (“\(myObj)”) >> >> never uses debugDescription, only description. To use debugDescription (if >> it exists, or description instead): >> >>