Initial Xcode workspace & project support (4.6.3).

Updated .gitignore and ioquake3fe Xcode project.
Added Retina-enabled QUAKE III logo icon files.
Details in misc/xcode/xcode-readme.txt
This commit is contained in:
jeremiah sypult 2013-07-13 01:06:26 -05:00
parent 690b281e4d
commit 0f9eca6546
28 changed files with 5303 additions and 14 deletions

View file

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