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

Add 10.8 fallback conditions (Issue #166) #169

Merged
merged 2 commits into from
May 4, 2015
Merged

Conversation

Gunga
Copy link

@Gunga Gunga commented May 1, 2015

Added the necessary files and code for localized messages to show as expected on OS X 10.8. Also included the conditional that checks if the assistive devices have access only when running OS X 10.8 or lower.

Gunga and others added 2 commits May 1, 2015 01:07
The AXAPIEnabled method was deprecated in OS X 10.9 (Mavericks).
However, it is necessary here so it can check if the accessibility
settings in OS X 10.8 (Mountain Lion) are enabled. Otherwise, it would
keep asking the user to enable them even when they are enabled.
Running the app on OS X 10.8 had it showing the japanese text because it
didn't consider English and Base to be the same but it found japanese
text before running out of prefered languages. By adding an en.lproj
and its respective references the app would run the right localization
text for english and japanese.
fikovnik added a commit that referenced this pull request May 4, 2015
Add 10.8 fallback conditions (Issue #166)
@fikovnik fikovnik merged commit 0734b3d into fikovnik:develop May 4, 2015
@fikovnik
Copy link
Owner

fikovnik commented May 4, 2015

Thanks a lot @Gunga !

@fikovnik fikovnik added this to the 1.6.4 milestone May 4, 2015
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