indragiek / INAppStoreWindow

NSWindow subclass with a highly customizable title bar and traffic lights
BSD 2-Clause "Simplified" License
1.06k stars 162 forks source link

Fix build with the 10.7 and 10.8 SDKs. #170

Closed jakepetroules closed 10 years ago

jakepetroules commented 10 years ago

The changes required were quite minimal, but while I was at it I moved all the backwards compatibility declarations into a separate file to reduce clutter.

indragiek commented 10 years ago

I would prefer calling the file INAppStoreWindowCompatibility instead of INAppStoreWindowGlobals but otherwise :+1:

jakepetroules commented 10 years ago

Thought we might put other global declarations in there in the future but OK.

indragiek commented 10 years ago

Most of the other global declarations are in INAppStoreWindow anyway, so I think this file should strictly be for backward compatibility purposes.

jakepetroules commented 10 years ago

Added a little extra, too.