[jira] [Commented] (CB-11829) Support Launch Storyboards
[ https://issues.apache.org/jira/browse/CB-11829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15730618#comment-15730618 ] ASF subversion and git services commented on CB-11829: -- Commit 62509f6b47db8ff3ccd378a706e6e94503544ace in cordova-plugin-splashscreen's branch refs/heads/4.0.x from [~kerrishotts] [ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=62509f6 ] CB-11829 (iOS) Support for CB-9762; docs (CB-11830) This closes #114 > Support Launch Storyboards > -- > > Key: CB-11829 > URL: https://issues.apache.org/jira/browse/CB-11829 > Project: Apache Cordova > Issue Type: Task > Components: iOS, Plugin SplashScreen >Reporter: Kerri Shotts >Assignee: Kerri Shotts > Fix For: 4.0.1 > > > Once CB-9762 is in place, the splash screen plugin will need to be updated. -- This message was sent by Atlassian JIRA (v6.3.4#6332) - To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org
[jira] [Commented] (CB-11829) Support Launch Storyboards
[ https://issues.apache.org/jira/browse/CB-11829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15654628#comment-15654628 ] Kerri Shotts commented on CB-11829: --- I think I'll reopen CB-9762 instead. The code in the plugin doesn't need to be changed, which is what this issue was for. I meant to get to it the last couple of weeks, but got slammed with client work. Next week looks clear, so I'm going to work on the fixes then. > Support Launch Storyboards > -- > > Key: CB-11829 > URL: https://issues.apache.org/jira/browse/CB-11829 > Project: Apache Cordova > Issue Type: Task > Components: iOS, Plugin SplashScreen >Reporter: Kerri Shotts >Assignee: Kerri Shotts > Fix For: 4.0.1 > > > Once CB-9762 is in place, the splash screen plugin will need to be updated. -- This message was sent by Atlassian JIRA (v6.3.4#6332) - To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org
[jira] [Commented] (CB-11829) Support Launch Storyboards
[ https://issues.apache.org/jira/browse/CB-11829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15652708#comment-15652708 ] Shazron Abdullah commented on CB-11829: --- Hi Kerri, should we re-open this for the bug that needs to be fixed in 4.3.1? > Support Launch Storyboards > -- > > Key: CB-11829 > URL: https://issues.apache.org/jira/browse/CB-11829 > Project: Apache Cordova > Issue Type: Task > Components: iOS, Plugin SplashScreen >Reporter: Kerri Shotts >Assignee: Kerri Shotts > Fix For: 4.0.1 > > > Once CB-9762 is in place, the splash screen plugin will need to be updated. -- This message was sent by Atlassian JIRA (v6.3.4#6332) - To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org
[jira] [Commented] (CB-11829) Support Launch Storyboards
[ https://issues.apache.org/jira/browse/CB-11829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15533376#comment-15533376 ] ASF GitHub Bot commented on CB-11829: - Github user kerrishotts commented on a diff in the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/114#discussion_r81187425 --- Diff: README.md --- @@ -51,6 +51,206 @@ Report issues with this plugin on the [Apache Cordova issue tracker][Apache Cord __Note__: Extended splashscreen does not require the plugin on Windows (as opposed to Android and iOS) in case you don't use the plugin API, i.e. programmatic hide/show. +### iOS-specific information + +There are two mechanisms for displaying a launch screen on iOS: + +1. Legacy launch images: images are sized exactly for the device's screen size. Does not support the iPad Pro 12.9's native resolution or split-screen/slide-over multitasking. + +2. Launch storyboard images: Images are sized based on scale, idiom, and size classes. Supports all devices, and can be used with split-screen/slide-over multitasking. + +Apple is moving away from legacy launch images. There is no official support for providing a native-resolution launch image for the iPad pro 12.9 or for providing launch images that work with split-screen multitasking or slide-over. If your app doesn't need to support these contexts, then you can continue to use legacy launch images for as long as you like. --- End diff -- fixed; thanks for catching it! :-) > Support Launch Storyboards > -- > > Key: CB-11829 > URL: https://issues.apache.org/jira/browse/CB-11829 > Project: Apache Cordova > Issue Type: Task > Components: iOS, Plugin SplashScreen >Reporter: Kerri Shotts >Assignee: Kerri Shotts > Fix For: 4.0.1 > > > Once CB-9762 is in place, the splash screen plugin will need to be updated. -- This message was sent by Atlassian JIRA (v6.3.4#6332) - To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org
[jira] [Commented] (CB-11829) Support Launch Storyboards
[ https://issues.apache.org/jira/browse/CB-11829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15533377#comment-15533377 ] ASF GitHub Bot commented on CB-11829: - Github user kerrishotts commented on a diff in the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/114#discussion_r81187431 --- Diff: README.md --- @@ -51,6 +51,206 @@ Report issues with this plugin on the [Apache Cordova issue tracker][Apache Cord __Note__: Extended splashscreen does not require the plugin on Windows (as opposed to Android and iOS) in case you don't use the plugin API, i.e. programmatic hide/show. +### iOS-specific information + +There are two mechanisms for displaying a launch screen on iOS: + +1. Legacy launch images: images are sized exactly for the device's screen size. Does not support the iPad Pro 12.9's native resolution or split-screen/slide-over multitasking. + +2. Launch storyboard images: Images are sized based on scale, idiom, and size classes. Supports all devices, and can be used with split-screen/slide-over multitasking. + +Apple is moving away from legacy launch images. There is no official support for providing a native-resolution launch image for the iPad pro 12.9 or for providing launch images that work with split-screen multitasking or slide-over. If your app doesn't need to support these contexts, then you can continue to use legacy launch images for as long as you like. + +The preferred method of providing launch images is to use a launch storyboard. For native app developers, the ideal launch storyboard is an unpopulated version of the app's user interface at launch. For non-native app developers who don't wish to learn interface builder, however, this plugin simulates the legacy launch image method as much as is feasible. --- End diff -- fixed; thanks for catching it! :-) > Support Launch Storyboards > -- > > Key: CB-11829 > URL: https://issues.apache.org/jira/browse/CB-11829 > Project: Apache Cordova > Issue Type: Task > Components: iOS, Plugin SplashScreen >Reporter: Kerri Shotts >Assignee: Kerri Shotts > Fix For: 4.0.1 > > > Once CB-9762 is in place, the splash screen plugin will need to be updated. -- This message was sent by Atlassian JIRA (v6.3.4#6332) - To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org
[jira] [Commented] (CB-11829) Support Launch Storyboards
[ https://issues.apache.org/jira/browse/CB-11829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15531003#comment-15531003 ] ASF GitHub Bot commented on CB-11829: - Github user shazron commented on a diff in the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/114#discussion_r81026399 --- Diff: README.md --- @@ -51,6 +51,206 @@ Report issues with this plugin on the [Apache Cordova issue tracker][Apache Cord __Note__: Extended splashscreen does not require the plugin on Windows (as opposed to Android and iOS) in case you don't use the plugin API, i.e. programmatic hide/show. +### iOS-specific information + +There are two mechanisms for displaying a launch screen on iOS: + +1. Legacy launch images: images are sized exactly for the device's screen size. Does not support the iPad Pro 12.9's native resolution or split-screen/slide-over multitasking. + +2. Launch storyboard images: Images are sized based on scale, idiom, and size classes. Supports all devices, and can be used with split-screen/slide-over multitasking. + +Apple is moving away from legacy launch images. There is no official support for providing a native-resolution launch image for the iPad pro 12.9 or for providing launch images that work with split-screen multitasking or slide-over. If your app doesn't need to support these contexts, then you can continue to use legacy launch images for as long as you like. --- End diff -- iPad Pro (camel case) > Support Launch Storyboards > -- > > Key: CB-11829 > URL: https://issues.apache.org/jira/browse/CB-11829 > Project: Apache Cordova > Issue Type: Task > Components: iOS, Plugin SplashScreen >Reporter: Kerri Shotts >Assignee: Kerri Shotts > Fix For: 4.0.1 > > > Once CB-9762 is in place, the splash screen plugin will need to be updated. -- This message was sent by Atlassian JIRA (v6.3.4#6332) - To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org
[jira] [Commented] (CB-11829) Support Launch Storyboards
[ https://issues.apache.org/jira/browse/CB-11829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15531004#comment-15531004 ] ASF GitHub Bot commented on CB-11829: - Github user shazron commented on a diff in the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/114#discussion_r81026437 --- Diff: README.md --- @@ -51,6 +51,206 @@ Report issues with this plugin on the [Apache Cordova issue tracker][Apache Cord __Note__: Extended splashscreen does not require the plugin on Windows (as opposed to Android and iOS) in case you don't use the plugin API, i.e. programmatic hide/show. +### iOS-specific information + +There are two mechanisms for displaying a launch screen on iOS: + +1. Legacy launch images: images are sized exactly for the device's screen size. Does not support the iPad Pro 12.9's native resolution or split-screen/slide-over multitasking. + +2. Launch storyboard images: Images are sized based on scale, idiom, and size classes. Supports all devices, and can be used with split-screen/slide-over multitasking. + +Apple is moving away from legacy launch images. There is no official support for providing a native-resolution launch image for the iPad pro 12.9 or for providing launch images that work with split-screen multitasking or slide-over. If your app doesn't need to support these contexts, then you can continue to use legacy launch images for as long as you like. + +The preferred method of providing launch images is to use a launch storyboard. For native app developers, the ideal launch storyboard is an unpopulated version of the app's user interface at launch. For non-native app developers who don't wish to learn interface builder, however, this plugin simulates the legacy launch image method as much as is feasible. --- End diff -- Interface Builder (camel case) > Support Launch Storyboards > -- > > Key: CB-11829 > URL: https://issues.apache.org/jira/browse/CB-11829 > Project: Apache Cordova > Issue Type: Task > Components: iOS, Plugin SplashScreen >Reporter: Kerri Shotts >Assignee: Kerri Shotts > Fix For: 4.0.1 > > > Once CB-9762 is in place, the splash screen plugin will need to be updated. -- This message was sent by Atlassian JIRA (v6.3.4#6332) - To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org
[jira] [Commented] (CB-11829) Support Launch Storyboards
[ https://issues.apache.org/jira/browse/CB-11829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15530250#comment-15530250 ] ASF GitHub Bot commented on CB-11829: - Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-splashscreen/pull/114 > Support Launch Storyboards > -- > > Key: CB-11829 > URL: https://issues.apache.org/jira/browse/CB-11829 > Project: Apache Cordova > Issue Type: Task > Components: iOS, Plugin SplashScreen >Reporter: Kerri Shotts >Assignee: Kerri Shotts > > Once CB-9762 is in place, the splash screen plugin will need to be updated. -- This message was sent by Atlassian JIRA (v6.3.4#6332) - To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org
[jira] [Commented] (CB-11829) Support Launch Storyboards
[ https://issues.apache.org/jira/browse/CB-11829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15530245#comment-15530245 ] ASF subversion and git services commented on CB-11829: -- Commit 62509f6b47db8ff3ccd378a706e6e94503544ace in cordova-plugin-splashscreen's branch refs/heads/master from [~kerrishotts] [ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=62509f6 ] CB-11829 (iOS) Support for CB-9762; docs (CB-11830) This closes #114 > Support Launch Storyboards > -- > > Key: CB-11829 > URL: https://issues.apache.org/jira/browse/CB-11829 > Project: Apache Cordova > Issue Type: Task > Components: iOS, Plugin SplashScreen >Reporter: Kerri Shotts >Assignee: Kerri Shotts > > Once CB-9762 is in place, the splash screen plugin will need to be updated. -- This message was sent by Atlassian JIRA (v6.3.4#6332) - To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org
[jira] [Commented] (CB-11829) Support Launch Storyboards
[ https://issues.apache.org/jira/browse/CB-11829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15523883#comment-15523883 ] ASF GitHub Bot commented on CB-11829: - Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-splashscreen/pull/114 Cordova CI Build has completed successfully. **Commit** - [Link](https://github.com/apache/cordova-plugin-splashscreen/pull/114/commits/83a7ca0b02b6217ced8ca7116fd34b449fb06fc1) **Dashboard** - [Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/27/) | Builder Name | Console Output | Test Report | Device Logs | | :---: | :---: | :---: | :---:| | [Windows 8.1 Store]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/27//PLATFORM=windows-8.1-store/) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/27//PLATFORM=windows-8.1-store/console) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/27//PLATFORM=windows-8.1-store/testReport/) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/27//PLATFORM=windows-8.1-store/artifact/) | | [Windows 10 Store]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/27//PLATFORM=windows-10-store/) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/27//PLATFORM=windows-10-store/console) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/27//PLATFORM=windows-10-store/testReport/) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/27//PLATFORM=windows-10-store/artifact/) | | [Windows 8.1 Phone]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/27//PLATFORM=windows-8.1-phone/) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/27//PLATFORM=windows-8.1-phone/console) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/27//PLATFORM=windows-8.1-phone/testReport/) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/27//PLATFORM=windows-8.1-phone/artifact/) | | [iOS]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/27//PLATFORM=ios/) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/27//PLATFORM=ios/console) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/27//PLATFORM=ios/testReport/) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/27//PLATFORM=ios/artifact/) | | [Android]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/27//PLATFORM=android/) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/27//PLATFORM=android/console) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/27//PLATFORM=android/testReport/) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/27//PLATFORM=android/artifact/) | > Support Launch Storyboards > -- > > Key: CB-11829 > URL: https://issues.apache.org/jira/browse/CB-11829 > Project: Apache Cordova > Issue Type: Task > Components: iOS, Plugin SplashScreen >Reporter: Kerri Shotts >Assignee: Kerri Shotts > > Once CB-9762 is in place, the splash screen plugin will need to be updated. -- This message was sent by Atlassian JIRA (v6.3.4#6332) - To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org
[jira] [Commented] (CB-11829) Support Launch Storyboards
[ https://issues.apache.org/jira/browse/CB-11829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514442#comment-15514442 ] ASF GitHub Bot commented on CB-11829: - Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-splashscreen/pull/114 Cordova CI Build has completed successfully. **Commit** - [Link](https://github.com/apache/cordova-plugin-splashscreen/pull/114/commits/f8895acb741b201a9e1110ead875988b23b95a4c) **Dashboard** - [Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/26/) | Builder Name | Console Output | Test Report | Device Logs | | :---: | :---: | :---: | :---:| | [Windows 8.1 Store]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/26//PLATFORM=windows-8.1-store/) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/26//PLATFORM=windows-8.1-store/console) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/26//PLATFORM=windows-8.1-store/testReport/) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/26//PLATFORM=windows-8.1-store/artifact/) | | [Windows 10 Store]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/26//PLATFORM=windows-10-store/) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/26//PLATFORM=windows-10-store/console) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/26//PLATFORM=windows-10-store/testReport/) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/26//PLATFORM=windows-10-store/artifact/) | | [Windows 8.1 Phone]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/26//PLATFORM=windows-8.1-phone/) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/26//PLATFORM=windows-8.1-phone/console) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/26//PLATFORM=windows-8.1-phone/testReport/) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/26//PLATFORM=windows-8.1-phone/artifact/) | | [iOS]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/26//PLATFORM=ios/) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/26//PLATFORM=ios/console) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/26//PLATFORM=ios/testReport/) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/26//PLATFORM=ios/artifact/) | | [Android]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/26//PLATFORM=android/) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/26//PLATFORM=android/console) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/26//PLATFORM=android/testReport/) | [Link]( http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-splashscreen-pr/26//PLATFORM=android/artifact/) | > Support Launch Storyboards > -- > > Key: CB-11829 > URL: https://issues.apache.org/jira/browse/CB-11829 > Project: Apache Cordova > Issue Type: Task > Components: iOS, Plugin SplashScreen >Reporter: Kerri Shotts >Assignee: Kerri Shotts > > Once CB-9762 is in place, the splash screen plugin will need to be updated. -- This message was sent by Atlassian JIRA (v6.3.4#6332) - To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org
[jira] [Commented] (CB-11829) Support Launch Storyboards
[ https://issues.apache.org/jira/browse/CB-11829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514388#comment-15514388 ] ASF GitHub Bot commented on CB-11829: - GitHub user kerrishotts opened a pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/114 CB-11829: (iOS) Support for CB-9762; docs (CB-11830) ### Platforms affected * iOS ### What does this PR do? Supports launch storyboards as describe in CB-9762. Add documentation for the feature (no other great place to put it) ### What testing has been done on this change? * Manual testing on devices ### Checklist - [X] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and submitted to secret...@apache.org. - [X] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database - [X] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB- is the JIRA ID & "android" is the platform affected. - [X] Added automated test coverage as appropriate for this change. - No automated testing added; appearance has to be verified manually. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kerrishotts/cordova-plugin-splashscreen CB-11829 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-splashscreen/pull/114.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #114 commit f8895acb741b201a9e1110ead875988b23b95a4c Author: Kerri Shotts Date: 2016-09-22T20:17:33Z CB-11829: (iOS) Support for CB-9762; docs (CB-11830) > Support Launch Storyboards > -- > > Key: CB-11829 > URL: https://issues.apache.org/jira/browse/CB-11829 > Project: Apache Cordova > Issue Type: Task > Components: iOS, Plugin SplashScreen >Reporter: Kerri Shotts >Assignee: Kerri Shotts > > Once CB-9762 is in place, the splash screen plugin will need to be updated. -- This message was sent by Atlassian JIRA (v6.3.4#6332) - To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org