Fruitstrap "-q" option and Appium 1.2.3+

Hi,

Starting with Appium 1.2.3, the “-q” flag has been removed (which is fine, since it was deprecated). However, IOS.installApp() uses args.quiet to determine whether to pass the “-q” flag to fruitstrap. Since the “-q” flag is gone, is there a way to set that option? If not, would it be possible to add a new server capability (or hook it into an existing one) to use the flag? The reason we need “-q” for fruitstrap is that if the app has a lot of resources, the stdout from fruitstrap it will cause the buffer to overflow and app installation will fail. Thanks.

Cheers.