electron/atom
Antoine 8e1945f768 🍎 skip tabbing category if macOS < Sierra
Previously, the macro was ensuring the` MAC_OS_X_VERSION_10_12` was not defined to decide to compile a `NSWindow` category back porting native tabs or not.

This patch ensures to compile the `NSWindow` category only if the min required version is lesser than 1012 (`MAC_OS_X_VERSION_10_12`)
2017-10-05 14:11:58 -07:00
..
app Merge pull request #10396 from electron/cleanup 2017-08-30 19:05:05 +09:00
browser 🍎 skip tabbing category if macOS < Sierra 2017-10-05 14:11:58 -07:00
common Merge pull request #10667 from dittos/window-opacity 2017-10-04 15:03:45 +09:00
node Removed obsolete io.h wrappers, included atlbase.h in atom_main.cc 2017-08-30 10:43:29 +02:00
renderer Set secure schemes in native code 2017-09-15 16:48:55 +09:00
utility Restore delivering IPC messages to utility handlers 2017-04-04 20:40:57 -07:00
CPPLINT.cfg