Bug 111377
| Summary: | Teach set-webkit-configuration to set a default Xcode SDK | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Andy Estes <aestes> |
| Component: | Tools / Tests | Assignee: | David Farler <dfarler> |
| Status: | NEW | ||
| Severity: | Enhancement | CC: | dfarler, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Andy Estes
Various WebKit scripts allow one to specify an Xcode SDK via the --sdk option (along with the --sim, --simulator, and --device aliases). Instead of having to pass these arguments to every script that needs to know about the SDK, it'd be nice if I could specify a default SDK via set-webkit-configuration, like we already can for build configuration and architecture. Presumably an SDK passed in via the command line would override this default.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Andy Estes
That last(In reply to comment #0)
> Presumably an SDK passed in via the command line would override this default.
That was vague. What I meant was that an SDK passed in to scripts like build-webkit, run-webkit-tests, etc. would override the default set by set-webkit-configuration.
Andy Estes
<rdar://problem/13342938>