Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use actual openURL method on iOS (#990)
Fixes the following error when calling `URIHandler_openUri` on iOS 18: ``` The caller of UIApplication.openURL(_:) needs to migrate to the non-deprecated UIApplication.open(_:options:completionHandler:). Force returning false (NO). ``` Fixes: https://youtrack.jetbrains.com/issue/CMP-6699
- Loading branch information