Bug 140661 - configure-xcode-for-ios-development needs to update iPhoneOS SDK
Summary: configure-xcode-for-ios-development needs to update iPhoneOS SDK
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-19 20:12 PST by David Kilzer (:ddkilzer)
Modified: 2015-01-20 07:59 PST (History)
3 users (show)

See Also:


Attachments
Patch v1 (ignore all whitespace change) (4.78 KB, patch)
2015-01-19 20:15 PST, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff
Patch v1 (for review) (6.82 KB, patch)
2015-01-19 20:16 PST, David Kilzer (:ddkilzer)
dbates: review+
ddkilzer: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>