mumble/macx/compat
Mikkel Krautz f01f6e5528 macx/compat: fix build of compat.m shim with Sierra SDK.
The Sierra SDK seems to require an id<NSApplicationDelegate>
for its setDelegate: call.

To accomplish this, split off the existing adoption of
NSFileManagerDelegate into a seperate class extension.

Then, add another class extension for conforming to the
NSApplicationDelegate protocol.

Both of them are gated with MAC_OS_X_VERSION_MAX_ALLOWED
to allow building with older SDKs.
2016-11-25 23:17:33 +01:00
..
compat.m macx/compat: fix build of compat.m shim with Sierra SDK. 2016-11-25 23:17:33 +01:00
compat.pro macx: update to use LICENSE.header. 2016-05-10 22:42:03 +02:00