Skip to content

Commit

Permalink
fix(scheme): set OS_ACTIVITY_MODE to disable
Browse files Browse the repository at this point in the history
  • Loading branch information
cyndichin committed Mar 27, 2023
1 parent f896ecf commit 04c0b50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Pocket.xcodeproj/xcshareddata/xcschemes/Pocket (iOS).xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,11 @@
value = "pocket-ios-next-dev"
isEnabled = "YES">
</EnvironmentVariable>
<EnvironmentVariable
key = "OS_ACTIVITY_MODE"
value = "disable"
isEnabled = "YES">
</EnvironmentVariable>
<EnvironmentVariable
key = "SNOWPLOW_ENDPOINT"
value = "http://127.0.0.1:9090"
Expand Down

0 comments on commit 04c0b50

Please sign in to comment.