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

Add support to check build variant #40

Merged
merged 1 commit into from
Apr 14, 2024
Merged

Conversation

swapnil-musale
Copy link
Owner

In this PR we've exposed field property to check is app is running on debug or release build variant. In some cases we have to provide different implementation when app is running in debug or release mode.

This is how user can access build variant property :

  • Android : androidInfo.isDebug
  • Ios : iosInfo.isDebug

Resolves : #39

@swapnil-musale swapnil-musale added the enhancement New feature or request label Apr 9, 2024
@swapnil-musale swapnil-musale self-assigned this Apr 9, 2024
@swapnil-musale swapnil-musale added android Android Platform ios iOS Platform labels Apr 9, 2024
@swapnil-musale swapnil-musale merged commit b609f29 into master Apr 14, 2024
1 check passed
@swapnil-musale swapnil-musale deleted the support_build_variant branch April 14, 2024 04:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Android Platform enhancement New feature or request ios iOS Platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support to check build variant
1 participant