Add proxy headers and symlink a few files

This commit is contained in:
Sergey Bugaev 2017-07-09 21:18:14 +03:00
parent c259e1d98e
commit fe8ea11454
19 changed files with 21 additions and 1 deletions

View File

@ -191,6 +191,9 @@ set(foundation_sources
src/NSConcreteMapTable.m
src/NSCallBacks.m
src/stub.m
src/NSSpellServer.m
src/NSSpellEngine.m
)
# Includes ObjC headers -> must be compiled as ObjC

View File

@ -0,0 +1 @@
#import <Foundation/NSKeyedArchiver.h>

View File

@ -0,0 +1 @@
#import <Foundation/NSArray.h>

View File

@ -0,0 +1 @@
#import <Foundation/NSAttributedString.h>

View File

@ -0,0 +1 @@
#import <Foundation/NSCharactrSet.h>

View File

@ -0,0 +1 @@
#import <Foundation/NSData.h>

View File

@ -0,0 +1 @@
#import <Foundation/NSDictionary.h>

View File

@ -0,0 +1 @@
#import <Foundation/NSIndexSet.h>

View File

@ -0,0 +1 @@
#import <Foundation/NSOrderedSet.h>

View File

@ -0,0 +1 @@
#import <Foundation/NSSet.h>

View File

@ -0,0 +1 @@
#import <Foundation/NSString.h>

View File

@ -0,0 +1 @@
#import <Foundation/NSURLRequest.h>

View File

@ -0,0 +1 @@
#import <Foundation/NSValue.h>

View File

@ -0,0 +1 @@
../../../cocotron/Foundation/NSException/NSRaise.h

View File

@ -0,0 +1 @@
../../../cocotron/Foundation/NSException/NSRaiseException.h

View File

@ -0,0 +1 @@
../../../cocotron/Foundation/NSSpellEngine.h

View File

@ -1 +0,0 @@
// TODO: NSSpellServer

View File

@ -0,0 +1 @@
../../../cocotron/Foundation/NSSpellServer.h

1
src/NSSpellEngine.m Symbolic link
View File

@ -0,0 +1 @@
../../cocotron/Foundation/NSSpellEngine.m

1
src/NSSpellServer.m Symbolic link
View File

@ -0,0 +1 @@
../../cocotron/Foundation/NSSpellServer.m