dpogue opened a new pull request #1160: URL: https://github.com/apache/cordova-ios/pull/1160
### 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 * Moved the public framework Cordova.h header back into the `Cordova/` folder where it was previously, so that it won't get detected by Swift Package Manager. * Added a list of excluded files to Package.swift so it won't complain about extraneous files ### Testing * All unit tests pass * Added CordovaLib to a new ObjectiveC project using Swift Package Manager with no errors ### Checklist - [x] I've run the tests to see all new and existing tests pass -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
