-
Notifications
You must be signed in to change notification settings - Fork 67
Patch for Sonoma14.1 betas #127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: Xyct <87l46110@gmail.com>
…rvices/SystemVersion.plist
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on MacOS 14.1 beta (23B5056e and 23B5046f), working as expected.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merely style, but a space between if
and parenthesis would be nice. Other than that, LGTM and works Sonoma Beta 23B5067a (which came out today).
This comment was marked as off-topic.
This comment was marked as off-topic.
Doesn't work on Sonoma 14.4.0 |
In Sonoma14.1 betas, FBSSceneSettings seems to have
- (CGRect) frame
, FBSSceneSettingsCore does.It can be swizzled by using
exchangeMethod
.These code needs to be edited for Sonoma under 14.1betas.