⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 215589 in webkit


Ignore:
Timestamp:
Apr 20, 2017, 4:50:55 PM (9 years ago)
Author:
mitz@apple.com
Message:

Disable header postprocessing when building for Sierra

Absolutely rubber-stamped by Anders Carlsson.

  • Configurations/WebKit.xcconfig:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r215587 r215589  
     12017-04-20  Dan Bernstein  <mitz@apple.com>
     2
     3        Disable header postprocessing when building for Sierra
     4
     5        Absolutely rubber-stamped by Anders Carlsson.
     6
     7        * Configurations/WebKit.xcconfig:
     8
    192017-04-20  Matt Rajca  <mrajca@apple.com>
    210
  • trunk/Source/WebKit2/Configurations/WebKit.xcconfig

    r215247 r215589  
    7878WK_FRAMEWORK_HEADER_POSTPROCESSING_DISABLED_macosx_101000 = YES;
    7979WK_FRAMEWORK_HEADER_POSTPROCESSING_DISABLED_macosx_101100 = YES;
     80WK_FRAMEWORK_HEADER_POSTPROCESSING_DISABLED_macosx_101200 = YES;
    8081
    8182WK_FRAMEWORK_HEADER_POSTPROCESSING_DISABLED[sdk=iphoneos9*] = YES;
Note: See TracChangeset for help on using the changeset viewer.