erisu opened a new pull request #779: chore: bump deployment-target to 11.0
URL: https://github.com/apache/cordova-ios/pull/779
 
 
   ### Motivation and Context
   
   The purpose of this PR is to bump the minimum deployment target to iOS 11+.
   
   This PR prepares the repo with the requirements to resolve issues/problems 
that were introduced when dropping UIWebView for WKWebView.
   
   One example is the strict CORS request guidelines the WKWebView enforces. 
CORS requests can not be made from the `file://`. To resolve this, the minimum 
deployment target must be 11+ before the solution can be implemented in a later 
PR.
   
   ### Description
   
   Bump the `IPHONEOS_DEPLOYMENT_TARGET` to `11.0`
   
   ### Testing
   
   - `npm t`
   - `cordova platform add`
   - `cordova build ios`
   
   ### Checklist
   
   - [x] I've run the tests to see all new and existing tests pass
   - [ ] I've updated the documentation if necessary
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to