move xcode/ into tools/

This commit is contained in:
Marco Antognini 2012-01-07 15:34:11 +01:00
parent 1e34d04aac
commit 2720532d63
33 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,7 @@
//
// Prefix header for all source files of the 'Cocoa' target in the 'Cocoa' project
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif