kzimny opened a new issue #306:
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/306
As described in [supported platforms section](iOS implementation has been
moved to the core framework.) the iOS implementation has been moved to the core
framework and the cordova-plugin-splashscreen is not needed for ios platform
anymore but still needed for android platform. AFAIK the installation
dependencies in package.json cannot be installed for one platform (android) and
omit the other (ios). How to omit the installation for ios? With `cordova
plugin add cordova-plugin-splashscreen` command the plugin is added and saved
in cordova/plugins section of package.json file:
```
"cordova": {
"plugins": {
"cordova-plugin-splashscreen": {}
},
"platforms": [
"android",
"ios"
]
}
```
Installation on ios fails. Is there a way to exclude the plugin from
installation on ios?
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]