Bug 111377

Summary: Teach set-webkit-configuration to set a default Xcode SDK
Product: WebKit Reporter: Andy Estes <aestes>
Component: Tools / TestsAssignee: David Farler <dfarler>
Status: NEW ---    
Severity: Enhancement CC: dfarler, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

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>