-
Notifications
You must be signed in to change notification settings - Fork 244
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
CB-11242 - Removed platform-specific code for platforms w/ PlatformApi implemented #526
Conversation
Codecov Report
@@ Coverage Diff @@
## master #526 +/- ##
==========================================
- Coverage 81.9% 79.63% -2.27%
==========================================
Files 68 60 -8
Lines 5498 4272 -1226
Branches 1090 890 -200
==========================================
- Hits 4503 3402 -1101
+ Misses 995 870 -125
Continue to review full report at Codecov.
|
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.
Also needs a rebase
@@ -0,0 +1,14 @@ | |||
# Non-project-specific build files: |
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.
don't think you need this file
@@ -11,15 +9,12 @@ | |||
"osx": { | |||
"hostos": ["darwin"], | |||
"parser_file": "../cordova/metadata/osx_parser", | |||
"handler_file": "../plugman/platforms/ios", |
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.
hmm, this might be an issue. OSX uses ios handler file. Maybe make a copy of ../plugman/platforms/ios
and rename it to ../plugman/platforms/osx
and update this file to use the copy
9f8e37e
to
08513f0
Compare
…roid and added cordova dir to android test in fixtures dir and removed uninstall android files because causing errors
…ms.spec to use browser instead of android & android_uninstall not needed
aa734c2
to
379b61b
Compare
…lude all needed files
Due to this [issue](apache/cordova-lib#526) there is no `cordova-lib/src/plugman/platforms/ios` anymore. The fix is taken from this [issue](nordnet#295)
Due to this [issue](apache/cordova-lib#526) there is no `cordova-lib/src/plugman/platforms/ios` anymore. The fix is taken from this [issue](nordnet#295)
Platforms affected
What does this PR do?
Removed platform-specific code for platforms w/ PlatformApi implemented (ios, android, windows).
Android testing files also updated.
What testing has been done on this change?
Checklist