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

Changeset 249281 in webkit


Ignore:
Timestamp:
Aug 29, 2019, 10:21:14 AM (7 years ago)
Author:
dino@apple.com
Message:

GenerateTAPI WebKitLegacy.tbd fails on internal iOS Simulator builds
https://bugs.webkit.org/show_bug.cgi?id=201200

Reverting r249211 after Dan Bernstein pointed out it will cause
an error with the public iOS 13 SDK.

  • Misc/WebDownload.h:
Location:
trunk/Source/WebKitLegacy/mac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKitLegacy/mac/ChangeLog

    r249211 r249281  
     12019-08-29  Dean Jackson  <dino@apple.com>
     2
     3        GenerateTAPI WebKitLegacy.tbd fails on internal iOS Simulator builds
     4        https://bugs.webkit.org/show_bug.cgi?id=201200
     5
     6        Reverting r249211 after Dan Bernstein pointed out it will cause
     7        an error with the public iOS 13 SDK.
     8
     9        * Misc/WebDownload.h:
     10
    1112019-08-28  Dean Jackson  <dino@apple.com>
    212
  • trunk/Source/WebKitLegacy/mac/Misc/WebDownload.h

    r249211 r249281  
    3535#if (defined TARGET_OS_IOSMAC && TARGET_OS_IOSMAC) || (defined(TARGET_OS_WATCH) && TARGET_OS_WATCH)
    3636#import <CFNetwork/CFNSURLConnection.h>
    37 #elif !TARGET_OS_IPHONE || (TARGET_OS_IPHONE && __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000) || (defined(USE_APPLE_INTERNAL_SDK) && USE_APPLE_INTERNAL_SDK)
     37#elif !TARGET_OS_IPHONE || (defined USE_APPLE_INTERNAL_SDK && USE_APPLE_INTERNAL_SDK)
    3838#import <Foundation/NSURLDownload.h>
    3939#else
Note: See TracChangeset for help on using the changeset viewer.