apache / cordova-ios

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

chore(swiftpm): Fix up CordovaLib Swift Package #1160

Closed dpogue closed 2 years ago

dpogue commented 2 years ago

Platforms affected

iOS

Motivation and Context

When installing the package, Xcode complained about "extra" files (cordova.js, VERSION, and Info.plist) and also that we had both a include/Cordova.h file as well as a include/Cordova/ folder.

Description

Testing

Checklist

codecov-commenter commented 2 years ago

Codecov Report

Merging #1160 (92774ea) into master (f12abcc) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1160   +/-   ##
=======================================
  Coverage   74.86%   74.86%           
=======================================
  Files          13       13           
  Lines        1723     1723           
=======================================
  Hits         1290     1290           
  Misses        433      433           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f12abcc...92774ea. Read the comment docs.