Changeset 249281 in webkit
- Timestamp:
- Aug 29, 2019, 10:21:14 AM (7 years ago)
- Location:
- trunk/Source/WebKitLegacy/mac
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Misc/WebDownload.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKitLegacy/mac/ChangeLog
r249211 r249281 1 2019-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 1 11 2019-08-28 Dean Jackson <dino@apple.com> 2 12 -
trunk/Source/WebKitLegacy/mac/Misc/WebDownload.h
r249211 r249281 35 35 #if (defined TARGET_OS_IOSMAC && TARGET_OS_IOSMAC) || (defined(TARGET_OS_WATCH) && TARGET_OS_WATCH) 36 36 #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) 38 38 #import <Foundation/NSURLDownload.h> 39 39 #else
Note:
See TracChangeset
for help on using the changeset viewer.