apache / cordova-ios

Apache Cordova iOS
https://cordova.apache.org/
Apache License 2.0
2.16k stars 986 forks source link

fix: Fix version checking helper scripts #1435

Closed dpogue closed 4 months ago

dpogue commented 6 months ago

Platforms affected

iOS

Motivation and Context

Fixes GH-1415 Fixes GH-1432

Description

The bin scripts in the template needed to be updated to refer to the cordova-ios internals as a node module instead of as loose files in the same directory.

Testing

All unit tests pass.

Checklist

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.35%. Comparing base (2240ebc) to head (25185a3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1435 +/- ## ======================================= Coverage 78.35% 78.35% ======================================= Files 16 16 Lines 1825 1825 ======================================= Hits 1430 1430 Misses 395 395 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.