Open dpogue opened 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.70%. Comparing base (
24f7fa2
) to head (49e3f4c
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Platforms affected
iOS
Motivation and Context
Currently the Info.plist file in a generated iOS project is prefixed with the project name (i.e.,
HelloCordova-Info.plist
), and plugins have to set up theirconfig-file
/edit-config
directives to use wildcards like**/*-Info.plist
.The standard way for Xcode projects is to just have
Info.plist
in the project, and this gets us one step closer to supporting that.Description
Testing
Added a new test for the Info.plist behaviour. All existing tests pass.
Checklist