apache / cordova-ios

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

chore: Remove unused imports from template #1173

Closed dpogue closed 2 years ago

dpogue commented 2 years ago

Platforms affected

iOS

Motivation and Context

This work was missed in https://github.com/apache/cordova-ios/pull/1161 and is now causing errors.

Description

Removed unused headers from the project template.

Testing

Unit tests pass (although they also didn't catch this being an error last time)

Checklist

dpogue commented 2 years ago

Does the command sequence described in #1172 work for you with this change?

Just tried it, and yes it does