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>
@newmediacrew
Copy link

One of my machines is a 13 inch early 2015 modal. Which isn't supported. However Monterey 12.3 beta is up and running on it. Is there a simple way to make it available. I mean it doesn't make any sense the OS is running on the machine, but one native application refuses to work.

@zhuowei
Copy link
Author

zhuowei commented Feb 10, 2022

@newmediacrew ask khronokernel: https://twitter.com/khronokernel/status/1428407216931999749 it's possible to override the list of supported Macs, but you'd need to disable SIP and find a way to inject code into the Universal Control app somehow

@newmediacrew
Copy link

@zhuowei this looks pretty difficult even for an full stack developer as myself... I'll wait a bit. Thank you for the information though.

@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