Updated engine code to compile correctly with OS X 10.10 SDK, added SDK detection to MacToolChain (based on iOS one)

#codereview Mark.Satterthwaite

[CL 2325808 by Michael Trepka in Main branch]
This commit is contained in:
Michael Trepka
2014-10-10 15:07:46 -04:00
committed by UnrealBot
parent 94c2c11575
commit 1d5a0d5506
8 changed files with 87 additions and 11 deletions
@@ -6,7 +6,7 @@
static FString GSavedCommandLine;
@interface UE4AppDelegate : NSObject <NSApplicationDelegate>
@interface UE4AppDelegate : NSObject <NSApplicationDelegate, NSFileManagerDelegate>
{
}