mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Platform: Remove compatibility checks for iOS 11
This commit is contained in:
parent
6428f43eeb
commit
5391032238
6 changed files with 77 additions and 125 deletions
|
|
@ -835,7 +835,7 @@ public:
|
|||
|
||||
[[config.get() userContentController] addUserScript:script.get()];
|
||||
|
||||
if (@available (macOS 10.13, iOS 11.0, *))
|
||||
if (@available (macOS 10.13, *))
|
||||
{
|
||||
if (browserOptions.getResourceProvider() != nullptr)
|
||||
[config.get() setURLSchemeHandler:webViewDelegate.get() forURLScheme:@"juce"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue