-
Notifications
You must be signed in to change notification settings - Fork 639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
breaking: remove ios platform code from plugin repo #263
Conversation
b4358aa
to
89321ed
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a minor comment on the engines
@@ -36,9 +34,6 @@ | |||
"cordova-android": ">=3.6.0", | |||
"cordova-windows": ">=4.4.0" | |||
}, | |||
"<6.0.0": { | |||
"cordova-ios": "<6.0.0" | |||
}, | |||
"6.0.0": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be bumped to 7 or it won't install
"6.0.0": { | |
"7.0.0": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.md
will retain iOS related docs so that the all SplashScreen docs oncordova.io
will continue to be grouped.Description
Checklist