Bug 140661

Summary: configure-xcode-for-ios-development needs to update iPhoneOS SDK
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: Tools / TestsAssignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, dbates, jake.nielsen.webkit
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch v1 (ignore all whitespace change)
none
Patch v1 (for review) dbates: review+, ddkilzer: commit-queue-

Description David Kilzer (:ddkilzer) 2015-01-19 20:12:18 PST
The configure-xcode-for-ios-development script also needs to update the iPhoneOS SDK.

This has the additional benefit of making the ios-ews queue build further.
Comment 1 David Kilzer (:ddkilzer) 2015-01-19 20:15:44 PST
Created attachment 244959 [details]
Patch v1 (ignore all whitespace change)
Comment 2 David Kilzer (:ddkilzer) 2015-01-19 20:16:42 PST
Created attachment 244960 [details]
Patch v1 (for review)
Comment 3 David Kilzer (:ddkilzer) 2015-01-19 20:19:07 PST
Comment on attachment 244960 [details]
Patch v1 (for review)

View in context: https://bugs.webkit.org/attachment.cgi?id=244960&action=review

> Tools/Scripts/configure-xcode-for-ios-development:66
> +    my $sdkSpecificationPath = xcodeSDKSpecificationsPath($sdk);

I'll rename $sdkSpecificationPath to $sdkSpecificationsPath before landing.
Comment 4 Daniel Bates 2015-01-19 20:43:06 PST
Comment on attachment 244960 [details]
Patch v1 (for review)

r=me
Comment 5 David Kilzer (:ddkilzer) 2015-01-20 07:59:11 PST
Committed r178709: <http://trac.webkit.org/changeset/178709>