mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Add to foundation
This commit is contained in:
parent
32f0be6255
commit
3b5016e54f
2 changed files with 15 additions and 0 deletions
|
@ -37,6 +37,8 @@
|
|||
#import <Foundation/NSObject.h>
|
||||
|
||||
#import <Foundation/NSAffineTransform.h>
|
||||
#import <Foundation/NSAppleEventDescriptor.h>
|
||||
#import <Foundation/NSAppleEventManager.h>
|
||||
#import <Foundation/NSAppleScript.h>
|
||||
#import <Foundation/NSArchiver.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
|
@ -79,6 +81,7 @@
|
|||
#import <Foundation/NSGarbageCollector.h>
|
||||
#import <Foundation/NSGeometry.h>
|
||||
#import <Foundation/NSHashTable.h>
|
||||
#import <Foundation/NSHFSFileTypes.h>
|
||||
#import <Foundation/NSHost.h>
|
||||
#import <Foundation/NSHTTPCookie.h>
|
||||
#import <Foundation/NSHTTPCookieStorage.h>
|
||||
|
@ -105,6 +108,7 @@
|
|||
#import <Foundation/NSNetServices.h>
|
||||
#import <Foundation/NSNull.h>
|
||||
#import <Foundation/NSNumberFormatter.h>
|
||||
#import <Foundation/NSObjectScripting.h>
|
||||
#import <Foundation/NSOperation.h>
|
||||
#import <Foundation/NSOrderedSet.h>
|
||||
#import <Foundation/NSPathUtilities.h>
|
||||
|
@ -148,6 +152,7 @@
|
|||
#import <Foundation/NSUbiquitousKeyValueStore.h>
|
||||
#import <Foundation/NSUndoManager.h>
|
||||
#import <Foundation/NSUnit.h>
|
||||
#import <Foundation/NSUserActivity.h>
|
||||
#import <Foundation/NSURLAuthenticationChallenge.h>
|
||||
#import <Foundation/NSURLCache.h>
|
||||
#import <Foundation/NSURLConnection.h>
|
||||
|
|
|
@ -189,6 +189,8 @@ GSSocksParser/GSSocksParserPrivate.m \
|
|||
GSSocksParser/GSSocks4Parser.m \
|
||||
GSSocksParser/GSSocks5Parser.m \
|
||||
NSAffineTransform.m \
|
||||
NSAppleEventDescriptor.m \
|
||||
NSAppleEventManager.m \
|
||||
NSAppleScript.m \
|
||||
NSArchiver.m \
|
||||
NSArray.m \
|
||||
|
@ -236,6 +238,7 @@ NSFormatter.m \
|
|||
NSGarbageCollector.m \
|
||||
NSGeometry.m \
|
||||
NSHashTable.m \
|
||||
NSHFSFileTypes.m \
|
||||
NSHost.m \
|
||||
NSHTTPCookie.m \
|
||||
NSHTTPCookieStorage.m \
|
||||
|
@ -268,6 +271,7 @@ NSNumber.m \
|
|||
NSNumberFormatter.m \
|
||||
NSObjCRuntime.m \
|
||||
NSObject.m \
|
||||
NSObjectScripting.m \
|
||||
NSObject+NSComparisonMethods.m \
|
||||
NSOperation.m \
|
||||
NSOrderedSet.m \
|
||||
|
@ -303,6 +307,7 @@ NSScriptObjectSpecifiers.m \
|
|||
NSScriptStandardSuiteCommands.m \
|
||||
NSScriptSuiteRegistry.m \
|
||||
NSUnit.m \
|
||||
NSUserActivity.m \
|
||||
NSUserScriptTask.m \
|
||||
NSSerializer.m \
|
||||
NSSet.m \
|
||||
|
@ -393,6 +398,8 @@ FOUNDATION_HEADERS = \
|
|||
Foundation.h \
|
||||
FoundationErrors.h \
|
||||
NSAffineTransform.h \
|
||||
NSAppleEventDescriptor.h \
|
||||
NSAppleEventManager.h \
|
||||
NSAppleScript.h \
|
||||
NSArchiver.h \
|
||||
NSArray.h \
|
||||
|
@ -439,6 +446,7 @@ NSFormatter.h \
|
|||
NSGarbageCollector.h \
|
||||
NSGeometry.h \
|
||||
NSHashTable.h \
|
||||
NSHFSFileTypes.h \
|
||||
NSHost.h \
|
||||
NSHTTPCookie.h \
|
||||
NSHTTPCookieStorage.h \
|
||||
|
@ -468,6 +476,7 @@ NSNull.h \
|
|||
NSNumberFormatter.h \
|
||||
NSObjCRuntime.h \
|
||||
NSObject.h \
|
||||
NSObjectScripting.h \
|
||||
NSOperation.h \
|
||||
NSOrderedSet.h \
|
||||
NSPathUtilities.h \
|
||||
|
@ -499,6 +508,7 @@ NSScriptObjectSpecifiers.h \
|
|||
NSScriptStandardSuiteCommands.h \
|
||||
NSScriptSuiteRegistry.h \
|
||||
NSUnit.h \
|
||||
NSUserActivity.h \
|
||||
NSUserScriptTask.h \
|
||||
NSScriptWhoseTests.h \
|
||||
NSSerialization.h \
|
||||
|
|
Loading…
Reference in a new issue