yonaskolb/XcodeGen

Ability to set run options/diagnostics in schemes

开放

#325 创建于 2018年6月28日

 (7 条评论) (11 个反应) (0 位负责人)Swift (895 个派生)batch import
easyenhancementhelp wanted

仓库指标

星标
 (8,714 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

If this is something currently supported, let me know and I can make it more clear in the docs.

The "run" options in a scheme have several options that are unable to be set via XcodeGen. Namely those in the "Options" and "Diagnostics" tabs:

2018-06-28 at 2 07 pm

2018-06-28 at 2 07 pm

Setting one of these options results in fairly irregular output in the resulting xcscheme file. This example shows what is generated for enabling the thread sanitizer and zombies:

2018-06-28 at 2 04 pm

It would be great to have first-class support for these fields in YAML. i.e.:

run:
  enableThreadSanitizer: true
  commandLineArguments:
    "-set-store": false
   ... etc

贡献者指南