GTMLocalizer: use NSAccessibility on 10.10+ deployment targets

This change makes GTMLocalizer use NSAccessibility when building for 10.10+
deployment targets.

I tested this change by:
1) Hacking the GTM Xcode project to build with a 10.10 deployment target, and
   ignoring the other deprecated API uses;
2) Patching this GTM into the chromium tree (which does target 10.10) and
   ensuring that it still builds
1 file changed
tree: 965e3d0e846cc4fe627951e9bec7c98b8f3f7f56
  1. AppKit/
  2. DebugUtils/
  3. Foundation/
  4. GTM.xcodeproj/
  5. GTMiPhone.xcodeproj/
  6. iPhone/
  7. UnitTesting/
  8. XcodeConfig/
  9. .swift-version
  10. .travis.sh
  11. .travis.yml
  12. BuildingAndUsing.txt
  13. CONTRIBUTING.md
  14. GoogleToolboxForMac.podspec
  15. GTM-Info.plist
  16. GTMDefines.h
  17. GTMiPhone-Info.plist
  18. LICENSE
  19. README.md
  20. UnitTest-Info.plist
README.md

GTM: Google Toolbox for Mac

Project site https://github.com/google/google-toolbox-for-mac
Discussion group http://groups.google.com/group/google-toolbox-for-mac

Google Toolbox for Mac

A collection of source from different Google projects that may be of use to developers working other iOS or OS X projects.

If you find a problem/bug or want a new feature to be included in the Google Toolbox for Mac, please join the discussion group or submit an issue.