Skip to content
Snippets Groups Projects
Commit 4baba4ca authored by Alexandre Lision's avatar Alexandre Lision
Browse files

osx: fix client compatibility

Xcode does not warn when using unavailable APIs on older SDKs.
After recompiling against the 10.8 SDK, errors appeared across the
client.

- NSButton.highlight state has been added in OSX 10.10
- window.beginSheet has been added in OSX 10.9
- window.keyWindow has been added in OSX 10.10
- NSViewController.viewDidLoad has been added in OSX 10.10
- NSString.containsString has been added in OSX 10.10

Change-Id: I9c4e271f49711570859d85d43608cf8edf294e01
Tuleap: #343
parent 6517be88
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment