Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@zhuowei
Last active September 18, 2023 06:26
Show Gist options
  • Save zhuowei/960586f474b68f5734af2339fbcbbc12 to your computer and use it in GitHub Desktop.
Save zhuowei/960586f474b68f5734af2339fbcbbc12 to your computer and use it in GitHub Desktop.
Put this file as /Library/Preferences/FeatureFlags/Domain/Ensemble.plist and reboot to (hopefully) turn on Universal Control on macOS 12
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- not sure which one it is, so set both -->
<key>Ensemble</key>
<dict>
<key>Enabled</key>
<true/>
</dict>
<key>Enabled</key>
<dict>
<key>Enabled</key>
<true/>
</dict>
</dict>
</plist>
@WowbaggersLiquidLunch
Copy link

WowbaggersLiquidLunch commented Feb 10, 2022

@newmediacrew a different (likely easier) option is using OpenCore Legacy Patcher to enable it. The thing that does the job in the patcher is in acidanthera/FeatureUnlock and also provided by khronokernel. Also it doesn't require disabling SIP first I think. And here is a tutorial to make it even easier.

@mdiodsnin
Copy link

cc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment