Skip to content

Conversation

@paulb777
Copy link
Member

@paulb777 paulb777 commented Jun 7, 2020

Fix the reorganization part of #3777.

Based on testing in #5758, move Core headers only used by Core from "Private" to "Sources".

@google-oss-bot
Copy link

1 Warning
⚠️ Did you forget to add a changelog entry? (Add #no-changelog to the PR description to silence this warning.)

Generated by 🚫 Danger

#import "FirebaseCore/Tests/Unit/FIRTestCase.h"

#import <FirebaseCore/FIRAnalyticsConfiguration.h>
#import "FirebaseCore/Sources/FIRAnalyticsConfiguration.h"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be a silly question but just to confirm for here and other tests - is it alright that we're not using framework imports in test code?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. The tests are in the repo and using repo-relative imports should allow Swift Package Manager to build them without change. We should leave framework import testing for integration tests.

@paulb777 paulb777 merged commit 851b039 into master Jun 8, 2020
@paulb777 paulb777 deleted the pb-core-headers branch June 8, 2020 16:18
@firebase firebase locked and limited conversation to collaborators Jul 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants