From b9316861883e5439c6495f88f5c4788878b2af46 Mon Sep 17 00:00:00 2001
From: neil <neil@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Thu, 3 Feb 2011 16:01:30 +0000
Subject: [PATCH] Move the project up a level because I'm freaking sick of the
 extra layer every single timemac

git-svn-id: http://svn.net-core.org/repos/t-engine4@2632 51575b47-30f0-44d4-a5cc-537603b46e54
---
 .../English.lproj/InfoPlist.strings           |   0
 .../T-Engine.xcodeproj/project.pbxproj        | 117 ++++++++++--------
 mac/{T-Engine => }/T_Engine-Info.plist        |   0
 mac/{T-Engine => }/T_Engine_Prefix.pch        |   0
 mac/{T-Engine => }/te4.icns                   | Bin
 5 files changed, 62 insertions(+), 55 deletions(-)
 rename mac/{T-Engine => }/English.lproj/InfoPlist.strings (100%)
 rename mac/{T-Engine => }/T-Engine.xcodeproj/project.pbxproj (96%)
 rename mac/{T-Engine => }/T_Engine-Info.plist (100%)
 rename mac/{T-Engine => }/T_Engine_Prefix.pch (100%)
 rename mac/{T-Engine => }/te4.icns (100%)

diff --git a/mac/T-Engine/English.lproj/InfoPlist.strings b/mac/English.lproj/InfoPlist.strings
similarity index 100%
rename from mac/T-Engine/English.lproj/InfoPlist.strings
rename to mac/English.lproj/InfoPlist.strings
diff --git a/mac/T-Engine/T-Engine.xcodeproj/project.pbxproj b/mac/T-Engine.xcodeproj/project.pbxproj
similarity index 96%
rename from mac/T-Engine/T-Engine.xcodeproj/project.pbxproj
rename to mac/T-Engine.xcodeproj/project.pbxproj
index fe46d79635..ebfae2b397 100644
--- a/mac/T-Engine/T-Engine.xcodeproj/project.pbxproj
+++ b/mac/T-Engine.xcodeproj/project.pbxproj
@@ -151,13 +151,13 @@
 		1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
 		13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
 		256AC3F00F4B6AF500CF3369 /* T_Engine_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = T_Engine_Prefix.pch; sourceTree = "<group>"; };
-		28133EF811C9094900A7FDAC /* glew.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = glew.c; path = ../../src/glew.c; sourceTree = SOURCE_ROOT; };
-		28133EFA11C9095100A7FDAC /* glew.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = glew.h; path = ../../src/glew.h; sourceTree = SOURCE_ROOT; };
-		28133EFB11C9095500A7FDAC /* glxew.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = glxew.h; path = ../../src/glxew.h; sourceTree = SOURCE_ROOT; };
-		28133EFC11C9096E00A7FDAC /* shaders.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = shaders.c; path = ../../src/shaders.c; sourceTree = SOURCE_ROOT; };
-		28133EFE11C9097600A7FDAC /* wglew.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wglew.h; path = ../../src/wglew.h; sourceTree = SOURCE_ROOT; };
-		28139875127C20F000AC3C20 /* particles_gas.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = particles_gas.c; path = ../../src/particles_gas.c; sourceTree = SOURCE_ROOT; };
-		28139876127C20F000AC3C20 /* particles_gas.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = particles_gas.h; path = ../../src/particles_gas.h; sourceTree = SOURCE_ROOT; };
+		28133EF811C9094900A7FDAC /* glew.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = glew.c; path = ../src/glew.c; sourceTree = SOURCE_ROOT; };
+		28133EFA11C9095100A7FDAC /* glew.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = glew.h; path = ../src/glew.h; sourceTree = SOURCE_ROOT; };
+		28133EFB11C9095500A7FDAC /* glxew.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = glxew.h; path = ../src/glxew.h; sourceTree = SOURCE_ROOT; };
+		28133EFC11C9096E00A7FDAC /* shaders.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = shaders.c; path = ../src/shaders.c; sourceTree = SOURCE_ROOT; };
+		28133EFE11C9097600A7FDAC /* wglew.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wglew.h; path = ../src/wglew.h; sourceTree = SOURCE_ROOT; };
+		28139875127C20F000AC3C20 /* particles_gas.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = particles_gas.c; path = ../src/particles_gas.c; sourceTree = SOURCE_ROOT; };
+		28139876127C20F000AC3C20 /* particles_gas.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = particles_gas.h; path = ../src/particles_gas.h; sourceTree = SOURCE_ROOT; };
 		282AC017125B15C100F7C346 /* amigaconfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = amigaconfig.h; sourceTree = "<group>"; };
 		282AC018125B15C100F7C346 /* ascii.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ascii.h; sourceTree = "<group>"; };
 		282AC019125B15C100F7C346 /* asciitab.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asciitab.h; sourceTree = "<group>"; };
@@ -180,10 +180,10 @@
 		282AC02A125B15C100F7C346 /* xmltok_ns.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xmltok_ns.c; sourceTree = "<group>"; };
 		282AC031125B15D400F7C346 /* lxplib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lxplib.c; sourceTree = "<group>"; };
 		282AC032125B15D400F7C346 /* lxplib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lxplib.h; sourceTree = "<group>"; };
-		282AC034125B15E100F7C346 /* te4-xmpp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "te4-xmpp.c"; path = "../../src/te4-xmpp.c"; sourceTree = SOURCE_ROOT; };
-		282AC035125B15E100F7C346 /* te4-xmpp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "te4-xmpp.h"; path = "../../src/te4-xmpp.h"; sourceTree = SOURCE_ROOT; };
-		2844E39B12C8FB1C0021A2F5 /* fov.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fov.h; path = ../../src/fov.h; sourceTree = SOURCE_ROOT; };
-		2844E39C12C8FB210021A2F5 /* fov.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fov.c; path = ../../src/fov.c; sourceTree = SOURCE_ROOT; };
+		282AC034125B15E100F7C346 /* te4-xmpp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "te4-xmpp.c"; path = "../src/te4-xmpp.c"; sourceTree = SOURCE_ROOT; };
+		282AC035125B15E100F7C346 /* te4-xmpp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "te4-xmpp.h"; path = "../src/te4-xmpp.h"; sourceTree = SOURCE_ROOT; };
+		2844E39B12C8FB1C0021A2F5 /* fov.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fov.h; path = ../src/fov.h; sourceTree = SOURCE_ROOT; };
+		2844E39C12C8FB210021A2F5 /* fov.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fov.c; path = ../src/fov.c; sourceTree = SOURCE_ROOT; };
 		2844E3A912C8FB3F0021A2F5 /* des56.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = des56.c; sourceTree = "<group>"; };
 		2844E3AA12C8FB3F0021A2F5 /* des56.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = des56.h; sourceTree = "<group>"; };
 		2844E3AB12C8FB3F0021A2F5 /* ldes56.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ldes56.c; sourceTree = "<group>"; };
@@ -194,11 +194,11 @@
 		285E4C4D11B3B41C00E7CAD8 /* libtcod.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libtcod.h; sourceTree = "<group>"; };
 		285E4C4E11B3B41C00E7CAD8 /* noise.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = noise.h; sourceTree = "<group>"; };
 		285E4C4F11B3B41C00E7CAD8 /* noise_c.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = noise_c.c; sourceTree = "<group>"; };
-		285E4C5111B3B42700E7CAD8 /* noise.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = noise.c; path = ../../src/noise.c; sourceTree = SOURCE_ROOT; };
-		28786CDB129A437700285801 /* serial.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = serial.c; path = ../../src/serial.c; sourceTree = SOURCE_ROOT; };
-		28786CDC129A437700285801 /* serial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = serial.h; path = ../../src/serial.h; sourceTree = SOURCE_ROOT; };
-		289E379611D86DC00065B265 /* sdnoise1234.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sdnoise1234.c; path = ../../src/sdnoise1234.c; sourceTree = SOURCE_ROOT; };
-		289E379F11D86EE20065B265 /* sdnoise1234.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sdnoise1234.h; path = ../../src/sdnoise1234.h; sourceTree = SOURCE_ROOT; };
+		285E4C5111B3B42700E7CAD8 /* noise.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = noise.c; path = ../src/noise.c; sourceTree = SOURCE_ROOT; };
+		28786CDB129A437700285801 /* serial.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = serial.c; path = ../src/serial.c; sourceTree = SOURCE_ROOT; };
+		28786CDC129A437700285801 /* serial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = serial.h; path = ../src/serial.h; sourceTree = SOURCE_ROOT; };
+		289E379611D86DC00065B265 /* sdnoise1234.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sdnoise1234.c; path = ../src/sdnoise1234.c; sourceTree = SOURCE_ROOT; };
+		289E379F11D86EE20065B265 /* sdnoise1234.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sdnoise1234.h; path = ../src/sdnoise1234.h; sourceTree = SOURCE_ROOT; };
 		28B42386119F50AE00562F94 /* SDL_image.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL_image.framework; path = /Library/Frameworks/SDL_image.framework; sourceTree = "<absolute>"; };
 		28B42387119F50AE00562F94 /* SDL_mixer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL_mixer.framework; path = /Library/Frameworks/SDL_mixer.framework; sourceTree = "<absolute>"; };
 		28B42388119F50AE00562F94 /* SDL_ttf.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL_ttf.framework; path = /Library/Frameworks/SDL_ttf.framework; sourceTree = "<absolute>"; };
@@ -346,33 +346,33 @@
 		28B4259C119F51A700562F94 /* zlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zlib.h; sourceTree = "<group>"; };
 		28B4259D119F51A700562F94 /* zutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = zutil.c; sourceTree = "<group>"; };
 		28B4259E119F51A700562F94 /* zutil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zutil.h; sourceTree = "<group>"; };
-		28B42605119F520F00562F94 /* core_lua.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = core_lua.h; path = ../../src/core_lua.h; sourceTree = SOURCE_ROOT; };
-		28B42606119F520F00562F94 /* display_sdl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = display_sdl.h; path = ../../src/display_sdl.h; sourceTree = SOURCE_ROOT; };
-		28B42607119F520F00562F94 /* display.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = display.h; path = ../../src/display.h; sourceTree = SOURCE_ROOT; };
-		28B42608119F520F00562F94 /* getself.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getself.h; path = ../../src/getself.h; sourceTree = SOURCE_ROOT; };
-		28B42609119F520F00562F94 /* main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = main.h; path = ../../src/main.h; sourceTree = SOURCE_ROOT; };
-		28B4260A119F520F00562F94 /* map.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = map.h; path = ../../src/map.h; sourceTree = SOURCE_ROOT; };
-		28B4260B119F520F00562F94 /* music.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = music.h; path = ../../src/music.h; sourceTree = SOURCE_ROOT; };
-		28B4260C119F520F00562F94 /* particles.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = particles.h; path = ../../src/particles.h; sourceTree = SOURCE_ROOT; };
-		28B4260D119F520F00562F94 /* script.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = script.h; path = ../../src/script.h; sourceTree = SOURCE_ROOT; };
-		28B4260E119F520F00562F94 /* SFMT-params.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "SFMT-params.h"; path = "../../src/SFMT-params.h"; sourceTree = SOURCE_ROOT; };
-		28B4260F119F520F00562F94 /* SFMT-params19937.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "SFMT-params19937.h"; path = "../../src/SFMT-params19937.h"; sourceTree = SOURCE_ROOT; };
-		28B42610119F520F00562F94 /* SFMT.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SFMT.h; path = ../../src/SFMT.h; sourceTree = SOURCE_ROOT; };
-		28B42611119F520F00562F94 /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = types.h; path = ../../src/types.h; sourceTree = SOURCE_ROOT; };
-		28B42613119F520F00562F94 /* core_lua.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = core_lua.c; path = ../../src/core_lua.c; sourceTree = SOURCE_ROOT; };
-		28B42614119F520F00562F94 /* display_sdl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = display_sdl.c; path = ../../src/display_sdl.c; sourceTree = SOURCE_ROOT; };
-		28B42616119F520F00562F94 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = main.c; path = ../../src/main.c; sourceTree = SOURCE_ROOT; };
-		28B42617119F520F00562F94 /* map.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = map.c; path = ../../src/map.c; sourceTree = SOURCE_ROOT; };
-		28B42618119F520F00562F94 /* music.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = music.c; path = ../../src/music.c; sourceTree = SOURCE_ROOT; };
-		28B42619119F520F00562F94 /* particles.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = particles.c; path = ../../src/particles.c; sourceTree = SOURCE_ROOT; };
-		28B4261A119F520F00562F94 /* SFMT.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SFMT.c; path = ../../src/SFMT.c; sourceTree = SOURCE_ROOT; };
-		28B4261B119F520F00562F94 /* struct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = struct.c; path = ../../src/struct.c; sourceTree = SOURCE_ROOT; };
+		28B42605119F520F00562F94 /* core_lua.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = core_lua.h; path = ../src/core_lua.h; sourceTree = SOURCE_ROOT; };
+		28B42606119F520F00562F94 /* display_sdl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = display_sdl.h; path = ../src/display_sdl.h; sourceTree = SOURCE_ROOT; };
+		28B42607119F520F00562F94 /* display.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = display.h; path = ../src/display.h; sourceTree = SOURCE_ROOT; };
+		28B42608119F520F00562F94 /* getself.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getself.h; path = ../src/getself.h; sourceTree = SOURCE_ROOT; };
+		28B42609119F520F00562F94 /* main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = main.h; path = ../src/main.h; sourceTree = SOURCE_ROOT; };
+		28B4260A119F520F00562F94 /* map.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = map.h; path = ../src/map.h; sourceTree = SOURCE_ROOT; };
+		28B4260B119F520F00562F94 /* music.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = music.h; path = ../src/music.h; sourceTree = SOURCE_ROOT; };
+		28B4260C119F520F00562F94 /* particles.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = particles.h; path = ../src/particles.h; sourceTree = SOURCE_ROOT; };
+		28B4260D119F520F00562F94 /* script.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = script.h; path = ../src/script.h; sourceTree = SOURCE_ROOT; };
+		28B4260E119F520F00562F94 /* SFMT-params.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "SFMT-params.h"; path = "../src/SFMT-params.h"; sourceTree = SOURCE_ROOT; };
+		28B4260F119F520F00562F94 /* SFMT-params19937.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "SFMT-params19937.h"; path = "../src/SFMT-params19937.h"; sourceTree = SOURCE_ROOT; };
+		28B42610119F520F00562F94 /* SFMT.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SFMT.h; path = ../src/SFMT.h; sourceTree = SOURCE_ROOT; };
+		28B42611119F520F00562F94 /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = types.h; path = ../src/types.h; sourceTree = SOURCE_ROOT; };
+		28B42613119F520F00562F94 /* core_lua.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = core_lua.c; path = ../src/core_lua.c; sourceTree = SOURCE_ROOT; };
+		28B42614119F520F00562F94 /* display_sdl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = display_sdl.c; path = ../src/display_sdl.c; sourceTree = SOURCE_ROOT; };
+		28B42616119F520F00562F94 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = main.c; path = ../src/main.c; sourceTree = SOURCE_ROOT; };
+		28B42617119F520F00562F94 /* map.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = map.c; path = ../src/map.c; sourceTree = SOURCE_ROOT; };
+		28B42618119F520F00562F94 /* music.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = music.c; path = ../src/music.c; sourceTree = SOURCE_ROOT; };
+		28B42619119F520F00562F94 /* particles.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = particles.c; path = ../src/particles.c; sourceTree = SOURCE_ROOT; };
+		28B4261A119F520F00562F94 /* SFMT.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SFMT.c; path = ../src/SFMT.c; sourceTree = SOURCE_ROOT; };
+		28B4261B119F520F00562F94 /* struct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = struct.c; path = ../src/struct.c; sourceTree = SOURCE_ROOT; };
 		28B42634119F537000562F94 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; };
 		28B42694119F618100562F94 /* getself.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = getself.m; sourceTree = "<group>"; };
 		28B426AF119F673600562F94 /* posix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = posix.c; sourceTree = "<group>"; };
 		28B426BB119F67FB00562F94 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; };
-		28B426D4119F6A1000562F94 /* game */ = {isa = PBXFileReference; lastKnownFileType = folder; name = game; path = ../../game; sourceTree = SOURCE_ROOT; };
-		28B429EC119F708400562F94 /* bootstrap */ = {isa = PBXFileReference; lastKnownFileType = folder; name = bootstrap; path = ../../bootstrap; sourceTree = SOURCE_ROOT; };
+		28B426D4119F6A1000562F94 /* game */ = {isa = PBXFileReference; lastKnownFileType = folder; name = game; path = ../game; sourceTree = SOURCE_ROOT; };
+		28B429EC119F708400562F94 /* bootstrap */ = {isa = PBXFileReference; lastKnownFileType = folder; name = bootstrap; path = ../bootstrap; sourceTree = SOURCE_ROOT; };
 		28B429FE119F761700562F94 /* te4.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = te4.icns; sourceTree = "<group>"; };
 		29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
 		29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
@@ -455,7 +455,7 @@
 				282AC02A125B15C100F7C346 /* xmltok_ns.c */,
 			);
 			name = expat;
-			path = ../../src/expat;
+			path = ../src/expat;
 			sourceTree = SOURCE_ROOT;
 		};
 		282AC030125B15D400F7C346 /* lxp */ = {
@@ -465,7 +465,7 @@
 				282AC032125B15D400F7C346 /* lxplib.h */,
 			);
 			name = lxp;
-			path = ../../src/lxp;
+			path = ../src/lxp;
 			sourceTree = SOURCE_ROOT;
 		};
 		2844E3A812C8FB3F0021A2F5 /* luamd5 */ = {
@@ -480,7 +480,7 @@
 				2844E3AF12C8FB3F0021A2F5 /* md5lib.c */,
 			);
 			name = luamd5;
-			path = ../../src/luamd5;
+			path = ../src/luamd5;
 			sourceTree = SOURCE_ROOT;
 		};
 		285E4C4C11B3B41C00E7CAD8 /* libtcod_import */ = {
@@ -491,7 +491,7 @@
 				285E4C4F11B3B41C00E7CAD8 /* noise_c.c */,
 			);
 			name = libtcod_import;
-			path = ../../src/libtcod_import;
+			path = ../src/libtcod_import;
 			sourceTree = SOURCE_ROOT;
 		};
 		28B424F7119F51A600562F94 /* dynasm */ = {
@@ -501,7 +501,7 @@
 				28B424F9119F51A600562F94 /* dasm_x86.h */,
 			);
 			name = dynasm;
-			path = ../../src/dynasm;
+			path = ../src/dynasm;
 			sourceTree = SOURCE_ROOT;
 		};
 		28B424FC119F51A600562F94 /* fov */ = {
@@ -511,7 +511,7 @@
 				28B424FE119F51A600562F94 /* fov.h */,
 			);
 			name = fov;
-			path = ../../src/fov;
+			path = ../src/fov;
 			sourceTree = SOURCE_ROOT;
 		};
 		28B424FF119F51A600562F94 /* lpeg */ = {
@@ -520,7 +520,7 @@
 				28B42500119F51A600562F94 /* lpeg.c */,
 			);
 			name = lpeg;
-			path = ../../src/lpeg;
+			path = ../src/lpeg;
 			sourceTree = SOURCE_ROOT;
 		};
 		28B42501119F51A600562F94 /* lua */ = {
@@ -581,7 +581,7 @@
 				28B42537119F51A600562F94 /* print.c */,
 			);
 			name = lua;
-			path = ../../src/lua;
+			path = ../src/lua;
 			sourceTree = SOURCE_ROOT;
 		};
 		28B42538119F51A600562F94 /* lualanes */ = {
@@ -594,7 +594,7 @@
 				28B4253E119F51A600562F94 /* tools.h */,
 			);
 			name = lualanes;
-			path = ../../src/lualanes;
+			path = ../src/lualanes;
 			sourceTree = SOURCE_ROOT;
 		};
 		28B4253F119F51A600562F94 /* luaprofiler */ = {
@@ -612,7 +612,7 @@
 				28B4254C119F51A600562F94 /* stack.h */,
 			);
 			name = luaprofiler;
-			path = ../../src/luaprofiler;
+			path = ../src/luaprofiler;
 			sourceTree = SOURCE_ROOT;
 		};
 		28B4254D119F51A600562F94 /* luasocket */ = {
@@ -649,7 +649,7 @@
 				28B4256A119F51A700562F94 /* usocket.h */,
 			);
 			name = luasocket;
-			path = ../../src/luasocket;
+			path = ../src/luasocket;
 			sourceTree = SOURCE_ROOT;
 		};
 		28B4256D119F51A700562F94 /* mac */ = {
@@ -660,7 +660,7 @@
 				28B4256F119F51A700562F94 /* SDLMain.m */,
 			);
 			name = mac;
-			path = ../../src/mac;
+			path = ../src/mac;
 			sourceTree = SOURCE_ROOT;
 		};
 		28B42570119F51A700562F94 /* physfs */ = {
@@ -680,7 +680,7 @@
 				28B42582119F51A700562F94 /* zlib123 */,
 			);
 			name = physfs;
-			path = ../../src/physfs;
+			path = ../src/physfs;
 			sourceTree = SOURCE_ROOT;
 		};
 		28B42571119F51A700562F94 /* archivers */ = {
@@ -858,7 +858,14 @@
 			};
 			buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "T-Engine" */;
 			compatibilityVersion = "Xcode 3.1";
+			developmentRegion = English;
 			hasScannedForEncodings = 1;
+			knownRegions = (
+				English,
+				Japanese,
+				French,
+				German,
+			);
 			mainGroup = 29B97314FDCFA39411CA2CEA /* T-Engine */;
 			projectDirPath = "";
 			projectRoot = "";
@@ -890,9 +897,9 @@
 			);
 			inputPaths = (
 				"$(BUILT_PRODUCTS_DIR)/T-Engine.app",
-				"$(SRCROOT)/../../CONTRIBUTING",
-				"$(SRCROOT)/../../COPYING",
-				"$(SRCROOT)/../../CREDITS",
+				"$(SRCROOT)/../CONTRIBUTING",
+				"$(SRCROOT)/../COPYING",
+				"$(SRCROOT)/../CREDITS",
 			);
 			name = "Create Disk Image";
 			outputPaths = (
diff --git a/mac/T-Engine/T_Engine-Info.plist b/mac/T_Engine-Info.plist
similarity index 100%
rename from mac/T-Engine/T_Engine-Info.plist
rename to mac/T_Engine-Info.plist
diff --git a/mac/T-Engine/T_Engine_Prefix.pch b/mac/T_Engine_Prefix.pch
similarity index 100%
rename from mac/T-Engine/T_Engine_Prefix.pch
rename to mac/T_Engine_Prefix.pch
diff --git a/mac/T-Engine/te4.icns b/mac/te4.icns
similarity index 100%
rename from mac/T-Engine/te4.icns
rename to mac/te4.icns
-- 
GitLab