square/Aardvark

Remove dependency between view hierarchy description and screenshot

NickEntin opened this issue · 0 comments

Currently, the view hierarchy description can only be included when a screenshot is also included.

/// If this bug report includes a screenshot, also attach a description of the view hierarchy. Defaults to YES.
@property (nonatomic) BOOL attachesViewHierarchyDescriptionWithScreenshot;

This dependency is unnecessary and should be removed.