breaking: remove ios platform code from plugin repo - #263
Conversation
b4358aa to
89321ed
Compare
jcesarmobile
left a comment
There was a problem hiding this comment.
just a minor comment on the engines
| "<6.0.0": { | ||
| "cordova-ios": "<6.0.0" | ||
| }, | ||
| "6.0.0": { |
There was a problem hiding this comment.
this should be bumped to 7 or it won't install
| "6.0.0": { | |
| "7.0.0": { |
There was a problem hiding this comment.
I will do that change in a separate PR.
|
Why has this PR no Travis Run? Is the travis.yml broken or am I missing something? |
|
No sorry Github is broken. Travis has a build. |
NiklasMerz
left a comment
There was a problem hiding this comment.
Code and quick test LGTM 👍
|
I am also having iOS "Launch Screen" issues. The Images are suppose to appear in this directory: The Images.xcassets directory is located under resources iOS Xcode project: Bare minimum only the following images were required:
The Xcode interface generates a .json file and the .json file is placed in LaunchStoryboard.imageset directory. Only few images are required. Here is a sample of the json file: I would appreciate if this issue can be resolved at your convenience. Thank you for your time. |
…pache#263)"" This reverts commit 5f27002.


Platforms affected
ios
Motivation and Context
SplashScreen plugin is no longer needed for Cordova iOS 6.x. The plugin code has been integrated.
Cordova iOS 6.x will only support the Launch Storyboard. The
README.mdwill retain iOS related docs so that the all SplashScreen docs oncordova.iowill continue to be grouped.Description
Checklist