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

Commits on May 1, 2015

  1. Add accessibility settings check

    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.
    Gunga committed May 1, 2015
    Copy the full SHA
    729c570 View commit details
    Browse the repository at this point in the history
  2. Add fallback reference to base language

    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.
    Gunga committed May 1, 2015
    Copy the full SHA
    f6130c5 View commit details
    Browse the repository at this point in the history