Skip to content
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

refactor(mac): Replace deprecated NS{On,Off}State to NSControlStateValue{On,Off} #902

Merged

Conversation

siketyan
Copy link
Contributor

Description

NSOnState and NSOffState are deprecated since 10.14 and should be replaced by NSControlStateValueOn and NSControlStateValueOff. It can be migrated safely since Mozc supports macOS 11.0 and later.

Issue IDs

N/A

Steps to test new behaviors (if any)

N/A

Additional context

NSOnState: https://developer.apple.com/documentation/appkit/nsonstate
NSControlStateValueOn: https://developer.apple.com/documentation/appkit/nscontrolstatevalueon

@hiroyuki-komatsu
Copy link
Collaborator

Thank you for the PR.

@siketyan siketyan force-pushed the refactor/deprecated-ns-control-state branch from b3cf133 to d24e9dc Compare March 23, 2024 15:02
@hiroyuki-komatsu
Copy link
Collaborator

We have been running the internal process to accept your PR.
Thank you

@hiroyuki-komatsu hiroyuki-komatsu merged commit f783cda into google:master Mar 24, 2024
1 check passed
@hiroyuki-komatsu
Copy link
Collaborator

We have merged this PR.
Thank you for the contributions!

@siketyan siketyan deleted the refactor/deprecated-ns-control-state branch March 24, 2024 04:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants