Bug 111377 - Teach set-webkit-configuration to set a default Xcode SDK
Summary: Teach set-webkit-configuration to set a default Xcode SDK
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: David Farler
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-03-04 16:16 PST by Andy Estes
Modified: 2013-12-05 14:09 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Estes 2013-03-04 16:16:44 PST
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.
Comment 1 Andy Estes 2013-03-04 16:19:50 PST
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.
Comment 2 Andy Estes 2013-03-04 16:39:52 PST
<rdar://problem/13342938>