Skip to content

Commit

Permalink
added support for new firebase args
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx committed Feb 22, 2024
1 parent e6ced5f commit f129511
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions dydxV4/dydxV4.xcodeproj/xcshareddata/xcschemes/dydxV4.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,19 @@
</BuildableProductRunnable>
<CommandLineArguments>
<CommandLineArgument
argument = "-FIRDebugEnabled"
argument = "-FIRAnalyticsDebugEnabled"
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "-FIRDebugDisabled"
argument = "-FIRAnalyticsVerboseLoggingEnabled"
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "-noFIRAnalyticsDebugEnabled"
isEnabled = "YES">
</CommandLineArgument>
<CommandLineArgument
argument = "-FIRAnalyticsVerboseLoggingDisabled"
isEnabled = "YES">
</CommandLineArgument>
</CommandLineArguments>
Expand Down

0 comments on commit f129511

Please sign in to comment.