Bug 172860 - [Xcode] Header postprocessing should be based on the target OS version rather than the builder OS version
Summary: [Xcode] Header postprocessing should be based on the target OS version rather...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-02 09:50 PDT by mitz
Modified: 2017-06-02 10:01 PDT (History)
3 users (show)

See Also:


Attachments
Use TARGET_MAC_OS_X_VERSION_MAJOR instead of MAC_OS_X_VERSION_MAJOR (1.51 KB, patch)
2017-06-02 09:51 PDT, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2017-06-02 09:50:56 PDT
[Xcode] Header postprocessing should be based on the target OS version rather than the builder OS version
Comment 1 mitz 2017-06-02 09:51:26 PDT
Created attachment 311833 [details]
Use TARGET_MAC_OS_X_VERSION_MAJOR instead of MAC_OS_X_VERSION_MAJOR
Comment 2 mitz 2017-06-02 10:01:50 PDT
Fixed in <https://trac.webkit.org/r217720>.