1
0
Fork 0
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:
reuk 2024-07-01 17:51:25 +01:00
parent 6428f43eeb
commit 5391032238
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
6 changed files with 77 additions and 125 deletions

View file

@ -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"];