apache / cordova-ios

Apache Cordova iOS
https://cordova.apache.org/
Apache License 2.0
2.15k stars 987 forks source link

chore: make code compile on Xcode 11 #1368

Closed jcesarmobile closed 9 months ago

jcesarmobile commented 9 months ago

Cordova still supports Xcode 11 technically since we have not officially dropped support for it, but this code doesn't compile on Xcode 11, making paramedic to fail. The PR puts the code inside a __IPHONE_OS_VERSION_MAX_ALLOWED version check so it compiles.