mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Add Apple script stub
This commit is contained in:
parent
dceeaa37f2
commit
b2bfca7569
2 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
||||||
#import <Foundation/NSObject.h>
|
#import <Foundation/NSObject.h>
|
||||||
|
|
||||||
#import <Foundation/NSAffineTransform.h>
|
#import <Foundation/NSAffineTransform.h>
|
||||||
|
#import <Foundation/NSAppleScript.h>
|
||||||
#import <Foundation/NSArchiver.h>
|
#import <Foundation/NSArchiver.h>
|
||||||
#import <Foundation/NSArray.h>
|
#import <Foundation/NSArray.h>
|
||||||
#import <Foundation/NSAttributedString.h>
|
#import <Foundation/NSAttributedString.h>
|
||||||
|
|
|
@ -189,6 +189,7 @@ GSSocksParser/GSSocksParserPrivate.m \
|
||||||
GSSocksParser/GSSocks4Parser.m \
|
GSSocksParser/GSSocks4Parser.m \
|
||||||
GSSocksParser/GSSocks5Parser.m \
|
GSSocksParser/GSSocks5Parser.m \
|
||||||
NSAffineTransform.m \
|
NSAffineTransform.m \
|
||||||
|
NSAppleScript.m \
|
||||||
NSArchiver.m \
|
NSArchiver.m \
|
||||||
NSArray.m \
|
NSArray.m \
|
||||||
NSAssertionHandler.m \
|
NSAssertionHandler.m \
|
||||||
|
@ -381,6 +382,7 @@ FOUNDATION_HEADERS = \
|
||||||
Foundation.h \
|
Foundation.h \
|
||||||
FoundationErrors.h \
|
FoundationErrors.h \
|
||||||
NSAffineTransform.h \
|
NSAffineTransform.h \
|
||||||
|
NSAppleScript.h \
|
||||||
NSArchiver.h \
|
NSArchiver.h \
|
||||||
NSArray.h \
|
NSArray.h \
|
||||||
NSAttributedString.h \
|
NSAttributedString.h \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue