Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

__IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_7_1 #287

Closed
ZanderDev opened this issue May 23, 2017 · 1 comment
Closed

__IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_7_1 #287

ZanderDev opened this issue May 23, 2017 · 1 comment

Comments

@ZanderDev
Copy link

ZanderDev commented May 23, 2017

Hi, My Friend

in WKWebViewJavascriptBridge.h file

#if (__MAC_OS_X_VERSION_MAX_ALLOWED > __MAC_10_9 || __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_7_1)
#define supportsWKWebKit
#endif

it should be fixed , because WKWebView API_AVAILABLE(macosx(10.10), ios(8.0))

#if (__MAC_OS_X_VERSION_MAX_ALLOWED > __MAC_10_9 || __IPHONE_OS_VERSION_MAX_ALLOWED > __IPHONE_7_1)
#define supportsWKWebKit
#endif

@ZanderDev ZanderDev changed the title supportsWKWebKit __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_7_1 May 23, 2017
@marcuswestin
Copy link
Owner

Please open PR with change made.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants