From b2bfca756913c2f6c02ec52f14547e11e67ca77a Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Thu, 26 Sep 2019 09:52:02 -0400 Subject: [PATCH] Add Apple script stub --- Headers/Foundation/Foundation.h | 1 + Source/GNUmakefile | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Headers/Foundation/Foundation.h b/Headers/Foundation/Foundation.h index 8a4c948f2..1aa3b4a07 100644 --- a/Headers/Foundation/Foundation.h +++ b/Headers/Foundation/Foundation.h @@ -37,6 +37,7 @@ #import #import +#import #import #import #import diff --git a/Source/GNUmakefile b/Source/GNUmakefile index c74d54417..c4c324534 100644 --- a/Source/GNUmakefile +++ b/Source/GNUmakefile @@ -189,6 +189,7 @@ GSSocksParser/GSSocksParserPrivate.m \ GSSocksParser/GSSocks4Parser.m \ GSSocksParser/GSSocks5Parser.m \ NSAffineTransform.m \ +NSAppleScript.m \ NSArchiver.m \ NSArray.m \ NSAssertionHandler.m \ @@ -381,6 +382,7 @@ FOUNDATION_HEADERS = \ Foundation.h \ FoundationErrors.h \ NSAffineTransform.h \ +NSAppleScript.h \ NSArchiver.h \ NSArray.h \ NSAttributedString.h \