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

Developer menu and feature flag for current Async API method used in app #24

Merged
merged 1 commit into from
Feb 16, 2022

Conversation

kyzmitch
Copy link
Owner

@kyzmitch kyzmitch commented Feb 15, 2022

This should work only for developer builds or DEBUG builds.
It is needed for testing HttpKit on any device, because sometimes device forces to use best Async method or the newest one. Like on iOS 15 the app uses Async Await interfaces. On iOS 13 it uses Combine interfaces. But as a Developer I want to test ReactiveSwift interfaces on iOS 15 as well.

This PR doesn't include changes which use this new Feature flag to not overcomplicate merge with another branch.

…reate additional developer menu for this in DEBUG mode
@kyzmitch kyzmitch merged commit 22b4284 into master Feb 16, 2022
kyzmitch added a commit that referenced this pull request Mar 13, 2024
…reate additional developer menu for this in DEBUG mode (#24)
@kyzmitch kyzmitch deleted the feature/developer_menu branch March 13, 2024 09:02
kyzmitch added a commit that referenced this pull request Mar 13, 2024
…reate additional developer menu for this in DEBUG mode (#24)
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.

1 participant