dpogue opened a new pull request #790: CB-13143: Integrate and replace SplashScreens with Launch Storyboard URL: https://github.com/apache/cordova-ios/pull/790 ### Platforms affected iOS ### Motivation and Context <!-- Why is this change required? What problem does it solve? --> <!-- If it fixes an open issue, please link to the issue here. --> 1. Apple is deprecating Launch Images and will require Launch Storyboards for all apps as of April 2020 (Closes #770). 2. As per the decisions resulting from the plugin audit, [CB-13143](https://issues.apache.org/jira/browse/CB-13143) intends to integrate the SplashScreen plugin API into each native platform and deprecate the plugin. ### Description <!-- Describe your changes in detail --> * Remove the default Launch Images * Remove support for Launch Images from the `prepare` step * Integrate the required functionality for showing/hiding a screenshot of the Launch Storyboard to `CDVViewController` * Add a built-in plugin with the same API as the SplashScreen plugin ### Testing <!-- Please describe in detail how you tested your changes. --> * Manually created a test app and verified the launch storyboard behaviour. * Manually confirmed the SplashScreen API works as intended from the JS side. ### Checklist - [ ] I've run the tests to see all new and existing tests pass - [ ] I added automated test coverage as appropriate for this change - [x] If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct [keyword to close issues using keywords](https://help.github.com/articles/closing-issues-using-keywords/)) - [ ] 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]
