Update Package.swift#20
Conversation
Coverage ReportAffected SDKs
Test Logs |
| "CHANGELOG.md", | ||
| "README.md", |
There was a problem hiding this comment.
I see there is a comment on line 41 above this target's declaration to "Restructure directory structure to simplify the excludes here."
Perhaps adding a folder Tests/ at root to contain all the test directories. Additionally, maybe ProtoSupport/ could be moved to root as well. This would eliminate the need for the excludes section entirely. Thoughts?
There was a problem hiding this comment.
Migrating to the structure described at https://github.com/firebase/firebase-ios-sdk/blob/master/AddNewPod.md would be good. Any changes would need to be coordinated with google3 and copybara
| "CHANGELOG.md", | ||
| "README.md", |
There was a problem hiding this comment.
Migrating to the structure described at https://github.com/firebase/firebase-ios-sdk/blob/master/AddNewPod.md would be good. Any changes would need to be coordinated with google3 and copybara
Removes
CHANGELOG.mdfrom the excludes section ofGoogleDataTransporttarget in package manifest.This is done because the CHANGELOG.md was moved to root in #19.
Also removes the
README.mdfrom the excludes section ofGoogleDataTransporttarget because that is also at root.