[Webkit-unassigned] [Bug 200367] AX: don't hard code accessibility bundle directory path

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 10 20:05:49 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=200367

--- Comment #20 from Eric Liang <ericliang at apple.com> ---
(In reply to Darin Adler from comment #16)
> Comment on attachment 376023 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=376023&action=review
> 
> > Source/WTF/wtf/Platform.h:1501
> > +#if PLATFORM(IOS_FAMILY) && ((defined(__IPHONE_OS_VERSION_MIN_REQUIRED) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000) || (defined(__MAC_OS_X_VERSION_MIN_REQUIRED) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101500))
> 
> I’m not sure how to do this right for Catalyst. I don’t think it involved
> __MAC_OS_X_VERSION_MIN_REQUIRED at all, but it might.

Thanks. I will add it just in case because I think catalyst is using macos sdk. I would be surprised if it is using __IPHONE_OS_VERSION_MIN_REQUIRED

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190811/c5a9d3a9/attachment.html>


More information about the webkit-unassigned mailing list