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
> 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):
>>
>>