Skip to content

Commit

Permalink
Disable OS_ACTIVITY_MODE.
Browse files Browse the repository at this point in the history
(cherry picked from commit 0ad286de3dc3d06126cd514440898801080fb701)
(cherry picked from commit 120de688226fd42bab97d93cd709895558c4a24d)
  • Loading branch information
xjbeta committed May 30, 2022
1 parent 97f4d50 commit 9d353ac
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions iina.xcodeproj/xcshareddata/xcschemes/iina.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
Expand All @@ -38,8 +36,8 @@
ReferencedContainer = "container:iina.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand All @@ -61,8 +59,13 @@
ReferencedContainer = "container:iina.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
<EnvironmentVariables>
<EnvironmentVariable
key = "OS_ACTIVITY_MODE"
value = "disable"
isEnabled = "YES">
</EnvironmentVariable>
</EnvironmentVariables>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down

0 comments on commit 9d353ac

Please sign in to comment.