Rename project to Attractor

This commit is contained in:
James Magahern
2022-03-28 18:27:28 -07:00
parent 44cde0018b
commit cc6b25aab0
5 changed files with 19 additions and 17 deletions

View File

@@ -113,7 +113,9 @@
// Instantiate web view
WKWebView *webView = [[WKWebView alloc] initWithFrame:CGRectZero configuration:webViewConfiguration];
webView._findInteractionEnabled = YES;
if ([webView respondsToSelector:@selector(_setFindInteractionEnabled:)]) {
webView._findInteractionEnabled = YES;
}
// Configure proxy interface (interface to remote web process)
_webProcessProxy = [[webView _remoteObjectRegistry] remoteObjectProxyWithInterface:[self _webProcessProxyInterface]];