Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1165103 - Use a separate AppDelegate for Aurora builds #468

Merged
merged 1 commit into from May 19, 2015

Conversation

thebnich
Copy link
Contributor

Follows the same AppDelegate pattern being used in bug 1162999.

@thebnich thebnich force-pushed the aurora-app-delegate branch 2 times, most recently from 2628fd7 to d6ebed7 Compare May 15, 2015 00:51

private var appDelegate: AppDelegate.Type

if AppConstants.IsRunningTest {
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it could be nice if we had an enum containing the Build or Channel type. What do you think?

@thebnich
Copy link
Contributor Author

@st3fan, I updated to use a BuildChannel enum with Aurora and Developer cases, and we can add others as we need them. I decided not to include the test state in this enum since testing isn't mutually exclusive from the channel; that is, we might be running tests on an Aurora build. Is this what you had in mind?

thebnich added a commit that referenced this pull request May 19, 2015
Bug 1165103 - Use a separate AppDelegate for Aurora builds
@thebnich thebnich merged commit c54064a into mozilla-mobile:master May 19, 2015
@thebnich thebnich deleted the aurora-app-delegate branch May 19, 2015 20:45
ecotopian referenced this pull request in ecosia/ios-browser Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants