RESOLVED FIXED Bug 181803
[Xcode] Streamline and future-proof target-macOS-version-dependent build setting definitions
https://bugs.webkit.org/show_bug.cgi?id=181803
Summary [Xcode] Streamline and future-proof target-macOS-version-dependent build sett...
mitz
Reported 2018-01-18 10:51:28 PST
Introduce a family of helper build settings that make it easier to define build settings whose value depends on the target macOS version without having to update those definitions in the future.
Attachments
First cut (81.44 KB, patch)
2018-01-18 10:52 PST, mitz
no flags
Add and adopt macOSTargetConditionals.xcconfig (90.03 KB, patch)
2018-01-18 11:37 PST, mitz
thorton: review+
mitz
Comment 1 2018-01-18 10:52:09 PST
Created attachment 331642 [details] First cut
EWS Watchlist
Comment 2 2018-01-18 10:54:06 PST
Note that there are important steps to take when updating ANGLE. See http://trac.webkit.org/wiki/UpdatingANGLE
mitz
Comment 3 2018-01-18 11:37:15 PST
Created attachment 331645 [details] Add and adopt macOSTargetConditionals.xcconfig
Alex Christensen
Comment 4 2018-01-18 11:49:44 PST
Comment on attachment 331645 [details] Add and adopt macOSTargetConditionals.xcconfig Are we going to do something similar with iOS?
mitz
Comment 5 2018-01-18 11:50:42 PST
Radar WebKit Bug Importer
Comment 6 2018-01-18 11:51:40 PST
mitz
Comment 7 2018-01-18 11:51:54 PST
(In reply to Alex Christensen from comment #4) > Comment on attachment 331645 [details] > Add and adopt macOSTargetConditionals.xcconfig > > Are we going to do something similar with iOS? I don’t anticipate that we will, because we have never supported building for iOS with deployment target ≠ SDK version.
Radar WebKit Bug Importer
Comment 8 2018-01-18 11:53:00 PST
Note You need to log in before you can comment on or make changes to this bug.