420 lines
22 KiB
Plaintext
420 lines
22 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 42;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
002F39FA09D0881F00EBEB88 /* SDL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 002F39F909D0881F00EBEB88 /* SDL.framework */; };
|
|
002F3A0009D0884600EBEB88 /* SDL.framework in Copy Frameworks into .app bundle */ = {isa = PBXBuildFile; fileRef = 002F39F909D0881F00EBEB88 /* SDL.framework */; };
|
|
002F3A2E09D0888800EBEB88 /* SDLMain.m in Sources */ = {isa = PBXBuildFile; fileRef = 002F3A2C09D0888800EBEB88 /* SDLMain.m */; };
|
|
002F3AF109D08F1000EBEB88 /* SDLMain.nib in Resources */ = {isa = PBXBuildFile; fileRef = 002F3AEF09D08F1000EBEB88 /* SDLMain.nib */; };
|
|
204F942818005466007B4DAD /* helper.c in Sources */ = {isa = PBXBuildFile; fileRef = 204F942218005466007B4DAD /* helper.c */; };
|
|
204F942918005466007B4DAD /* map.c in Sources */ = {isa = PBXBuildFile; fileRef = 204F942418005466007B4DAD /* map.c */; };
|
|
204F942A18005466007B4DAD /* tile.c in Sources */ = {isa = PBXBuildFile; fileRef = 204F942618005466007B4DAD /* tile.c */; };
|
|
2050563317ED9E9700F572B7 /* wall.c in Sources */ = {isa = PBXBuildFile; fileRef = 2050563117ED9E9700F572B7 /* wall.c */; };
|
|
20568DD617EBE9490022F314 /* game.c in Sources */ = {isa = PBXBuildFile; fileRef = 20568DD217EBE9490022F314 /* game.c */; };
|
|
20568DD717EBE9490022F314 /* player.c in Sources */ = {isa = PBXBuildFile; fileRef = 20568DD417EBE9490022F314 /* player.c */; };
|
|
205AEFC91814CAAE00F6F9FF /* console.c in Sources */ = {isa = PBXBuildFile; fileRef = 205AEFC71814CAAE00F6F9FF /* console.c */; };
|
|
206D60291808F0E200C0DE49 /* SDL_image.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 206D60281808F0E200C0DE49 /* SDL_image.framework */; };
|
|
206D60451808F90700C0DE49 /* tiles.c in Sources */ = {isa = PBXBuildFile; fileRef = 206D60431808F90700C0DE49 /* tiles.c */; };
|
|
208764551825B1E700F17207 /* message.c in Sources */ = {isa = PBXBuildFile; fileRef = 208764531825B1E700F17207 /* message.c */; };
|
|
209A27C81812257000B15CEC /* npc.c in Sources */ = {isa = PBXBuildFile; fileRef = 209A27C61812256F00B15CEC /* npc.c */; };
|
|
20DE9D071804FE1A0047B2DD /* context.c in Sources */ = {isa = PBXBuildFile; fileRef = 20DE9D051804FE1A0047B2DD /* context.c */; };
|
|
20F6A1C317E95AAA00BAD261 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 20F6A1C217E95AAA00BAD261 /* main.c */; };
|
|
20F6A1D517E95AD300BAD261 /* interface in Resources */ = {isa = PBXBuildFile; fileRef = 20F6A1C517E95AD300BAD261 /* interface */; };
|
|
20F6A1D617E95AD300BAD261 /* net in Resources */ = {isa = PBXBuildFile; fileRef = 20F6A1D017E95AD300BAD261 /* net */; };
|
|
20F6A1F317E95B6F00BAD261 /* sdl.c in Sources */ = {isa = PBXBuildFile; fileRef = 20F6A1F017E95B6F00BAD261 /* sdl.c */; };
|
|
20F6A20317E95BC400BAD261 /* sockets.c in Sources */ = {isa = PBXBuildFile; fileRef = 20F6A20217E95BC400BAD261 /* sockets.c */; };
|
|
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
|
|
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
002F39FD09D0883400EBEB88 /* Copy Frameworks into .app bundle */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "";
|
|
dstSubfolderSpec = 10;
|
|
files = (
|
|
002F3A0009D0884600EBEB88 /* SDL.framework in Copy Frameworks into .app bundle */,
|
|
);
|
|
name = "Copy Frameworks into .app bundle";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
002F39F909D0881F00EBEB88 /* SDL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL.framework; path = /Library/Frameworks/SDL.framework; sourceTree = "<absolute>"; };
|
|
002F3A2B09D0888800EBEB88 /* SDLMain.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SDLMain.h; sourceTree = SOURCE_ROOT; };
|
|
002F3A2C09D0888800EBEB88 /* SDLMain.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = SDLMain.m; sourceTree = SOURCE_ROOT; };
|
|
002F3AF009D08F1000EBEB88 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/SDLMain.nib; sourceTree = "<group>"; };
|
|
089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
|
|
204F942218005466007B4DAD /* helper.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = helper.c; path = ../helper.c; sourceTree = SOURCE_ROOT; };
|
|
204F942318005466007B4DAD /* helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = helper.h; path = ../helper.h; sourceTree = SOURCE_ROOT; };
|
|
204F942418005466007B4DAD /* map.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = map.c; path = ../map.c; sourceTree = SOURCE_ROOT; };
|
|
204F942518005466007B4DAD /* map.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = map.h; path = ../map.h; sourceTree = SOURCE_ROOT; };
|
|
204F942618005466007B4DAD /* tile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tile.c; path = ../tile.c; sourceTree = SOURCE_ROOT; };
|
|
204F942718005466007B4DAD /* tile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = tile.h; path = ../tile.h; sourceTree = SOURCE_ROOT; };
|
|
2050563017ED9E9700F572B7 /* display.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = display.h; path = ../display.h; sourceTree = SOURCE_ROOT; };
|
|
2050563117ED9E9700F572B7 /* wall.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wall.c; path = ../wall.c; sourceTree = SOURCE_ROOT; };
|
|
2050563217ED9E9700F572B7 /* wall.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wall.h; path = ../wall.h; sourceTree = SOURCE_ROOT; };
|
|
20568DD217EBE9490022F314 /* game.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = game.c; path = ../game.c; sourceTree = SOURCE_ROOT; };
|
|
20568DD317EBE9490022F314 /* game.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = game.h; path = ../game.h; sourceTree = SOURCE_ROOT; };
|
|
20568DD417EBE9490022F314 /* player.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = player.c; path = ../player.c; sourceTree = SOURCE_ROOT; };
|
|
20568DD517EBE9490022F314 /* player.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = player.h; path = ../player.h; sourceTree = SOURCE_ROOT; };
|
|
205AEFC71814CAAE00F6F9FF /* console.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = console.c; path = ../console.c; sourceTree = SOURCE_ROOT; };
|
|
205AEFC81814CAAE00F6F9FF /* console.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = console.h; path = ../console.h; sourceTree = SOURCE_ROOT; };
|
|
206D60281808F0E200C0DE49 /* SDL_image.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL_image.framework; path = /Library/Frameworks/SDL_image.framework; sourceTree = "<absolute>"; };
|
|
206D60431808F90700C0DE49 /* tiles.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tiles.c; path = ../tiles/tiles.c; sourceTree = SOURCE_ROOT; };
|
|
206D60441808F90700C0DE49 /* tiles.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = tiles.h; path = ../tiles/tiles.h; sourceTree = SOURCE_ROOT; };
|
|
208764531825B1E700F17207 /* message.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = message.c; path = ../message.c; sourceTree = SOURCE_ROOT; };
|
|
208764541825B1E700F17207 /* message.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = message.h; path = ../message.h; sourceTree = SOURCE_ROOT; };
|
|
2090287B17E95E780051A253 /* timesynk_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = timesynk_Prefix.pch; sourceTree = "<group>"; };
|
|
209A27C61812256F00B15CEC /* npc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = npc.c; path = ../npc.c; sourceTree = SOURCE_ROOT; };
|
|
209A27C71812256F00B15CEC /* npc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = npc.h; path = ../npc.h; sourceTree = SOURCE_ROOT; };
|
|
20DE9D051804FE1A0047B2DD /* context.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = context.c; path = ../context.c; sourceTree = SOURCE_ROOT; };
|
|
20DE9D061804FE1A0047B2DD /* context.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = context.h; path = ../context.h; sourceTree = SOURCE_ROOT; };
|
|
20F6A1C217E95AAA00BAD261 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = main.c; path = ../main.c; sourceTree = SOURCE_ROOT; };
|
|
20F6A1C417E95AD300BAD261 /* common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = common.h; path = ../common.h; sourceTree = SOURCE_ROOT; };
|
|
20F6A1C517E95AD300BAD261 /* interface */ = {isa = PBXFileReference; lastKnownFileType = folder; name = interface; path = ../interface; sourceTree = SOURCE_ROOT; };
|
|
20F6A1CF17E95AD300BAD261 /* main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = main.h; path = ../main.h; sourceTree = SOURCE_ROOT; };
|
|
20F6A1D017E95AD300BAD261 /* net */ = {isa = PBXFileReference; lastKnownFileType = folder; name = net; path = ../net; sourceTree = SOURCE_ROOT; };
|
|
20F6A1D417E95AD300BAD261 /* stubs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stubs.h; path = ../stubs.h; sourceTree = SOURCE_ROOT; };
|
|
20F6A1F017E95B6F00BAD261 /* sdl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sdl.c; path = ../interface/sdl.c; sourceTree = SOURCE_ROOT; };
|
|
20F6A1F117E95B6F00BAD261 /* sdl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sdl.h; path = ../interface/sdl.h; sourceTree = SOURCE_ROOT; };
|
|
20F6A20217E95BC400BAD261 /* sockets.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sockets.c; path = ../net/sockets.c; sourceTree = SOURCE_ROOT; };
|
|
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>"; };
|
|
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
|
|
8D1107320486CEB800E47090 /* timesynk.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = timesynk.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
8D11072E0486CEB800E47090 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
002F39FA09D0881F00EBEB88 /* SDL.framework in Frameworks */,
|
|
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
|
|
206D60291808F0E200C0DE49 /* SDL_image.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
080E96DDFE201D6D7F000001 /* Classes */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
002F3A2B09D0888800EBEB88 /* SDLMain.h */,
|
|
20568DD217EBE9490022F314 /* game.c */,
|
|
20568DD317EBE9490022F314 /* game.h */,
|
|
20DE9D051804FE1A0047B2DD /* context.c */,
|
|
20DE9D061804FE1A0047B2DD /* context.h */,
|
|
20568DD417EBE9490022F314 /* player.c */,
|
|
20568DD517EBE9490022F314 /* player.h */,
|
|
002F3A2C09D0888800EBEB88 /* SDLMain.m */,
|
|
);
|
|
name = Classes;
|
|
sourceTree = "<group>";
|
|
};
|
|
1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
002F39F909D0881F00EBEB88 /* SDL.framework */,
|
|
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
|
|
);
|
|
name = "Linked Frameworks";
|
|
sourceTree = "<group>";
|
|
};
|
|
1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
29B97324FDCFA39411CA2CEA /* AppKit.framework */,
|
|
29B97325FDCFA39411CA2CEA /* Foundation.framework */,
|
|
);
|
|
name = "Other Frameworks";
|
|
sourceTree = "<group>";
|
|
};
|
|
19C28FACFE9D520D11CA2CBB /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8D1107320486CEB800E47090 /* timesynk.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
29B97314FDCFA39411CA2CEA /* SDL_test */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
080E96DDFE201D6D7F000001 /* Classes */,
|
|
29B97315FDCFA39411CA2CEA /* Other Sources */,
|
|
29B97317FDCFA39411CA2CEA /* Resources */,
|
|
29B97323FDCFA39411CA2CEA /* Frameworks */,
|
|
19C28FACFE9D520D11CA2CBB /* Products */,
|
|
);
|
|
name = SDL_test;
|
|
sourceTree = "<group>";
|
|
};
|
|
29B97315FDCFA39411CA2CEA /* Other Sources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
2090287B17E95E780051A253 /* timesynk_Prefix.pch */,
|
|
20F6A1C217E95AAA00BAD261 /* main.c */,
|
|
20F6A1C417E95AD300BAD261 /* common.h */,
|
|
205AEFC71814CAAE00F6F9FF /* console.c */,
|
|
208764531825B1E700F17207 /* message.c */,
|
|
208764541825B1E700F17207 /* message.h */,
|
|
205AEFC81814CAAE00F6F9FF /* console.h */,
|
|
209A27C61812256F00B15CEC /* npc.c */,
|
|
209A27C71812256F00B15CEC /* npc.h */,
|
|
204F942218005466007B4DAD /* helper.c */,
|
|
204F942318005466007B4DAD /* helper.h */,
|
|
204F942418005466007B4DAD /* map.c */,
|
|
204F942518005466007B4DAD /* map.h */,
|
|
204F942618005466007B4DAD /* tile.c */,
|
|
204F942718005466007B4DAD /* tile.h */,
|
|
20F6A20217E95BC400BAD261 /* sockets.c */,
|
|
20F6A1C517E95AD300BAD261 /* interface */,
|
|
20F6A1F017E95B6F00BAD261 /* sdl.c */,
|
|
20F6A1F117E95B6F00BAD261 /* sdl.h */,
|
|
20F6A1CF17E95AD300BAD261 /* main.h */,
|
|
206D60431808F90700C0DE49 /* tiles.c */,
|
|
206D60441808F90700C0DE49 /* tiles.h */,
|
|
20F6A1D017E95AD300BAD261 /* net */,
|
|
20F6A1D417E95AD300BAD261 /* stubs.h */,
|
|
2050563017ED9E9700F572B7 /* display.h */,
|
|
2050563117ED9E9700F572B7 /* wall.c */,
|
|
2050563217ED9E9700F572B7 /* wall.h */,
|
|
);
|
|
name = "Other Sources";
|
|
sourceTree = "<group>";
|
|
};
|
|
29B97317FDCFA39411CA2CEA /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8D1107310486CEB800E47090 /* Info.plist */,
|
|
089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
|
|
002F3AEF09D08F1000EBEB88 /* SDLMain.nib */,
|
|
);
|
|
name = Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
29B97323FDCFA39411CA2CEA /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
206D60281808F0E200C0DE49 /* SDL_image.framework */,
|
|
1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
|
|
1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
8D1107260486CEB800E47090 /* timesynk */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "timesynk" */;
|
|
buildPhases = (
|
|
8D1107290486CEB800E47090 /* Resources */,
|
|
8D11072C0486CEB800E47090 /* Sources */,
|
|
8D11072E0486CEB800E47090 /* Frameworks */,
|
|
002F39FD09D0883400EBEB88 /* Copy Frameworks into .app bundle */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = timesynk;
|
|
productInstallPath = "$(HOME)/Applications";
|
|
productName = SDL_test;
|
|
productReference = 8D1107320486CEB800E47090 /* timesynk.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
29B97313FDCFA39411CA2CEA /* Project object */ = {
|
|
isa = PBXProject;
|
|
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "timesynk" */;
|
|
compatibilityVersion = "Xcode 2.4";
|
|
hasScannedForEncodings = 1;
|
|
mainGroup = 29B97314FDCFA39411CA2CEA /* SDL_test */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
8D1107260486CEB800E47090 /* timesynk */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
8D1107290486CEB800E47090 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
|
|
002F3AF109D08F1000EBEB88 /* SDLMain.nib in Resources */,
|
|
20F6A1D517E95AD300BAD261 /* interface in Resources */,
|
|
20F6A1D617E95AD300BAD261 /* net in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
8D11072C0486CEB800E47090 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
002F3A2E09D0888800EBEB88 /* SDLMain.m in Sources */,
|
|
20F6A1C317E95AAA00BAD261 /* main.c in Sources */,
|
|
20F6A1F317E95B6F00BAD261 /* sdl.c in Sources */,
|
|
20F6A20317E95BC400BAD261 /* sockets.c in Sources */,
|
|
20568DD617EBE9490022F314 /* game.c in Sources */,
|
|
20568DD717EBE9490022F314 /* player.c in Sources */,
|
|
2050563317ED9E9700F572B7 /* wall.c in Sources */,
|
|
204F942818005466007B4DAD /* helper.c in Sources */,
|
|
204F942918005466007B4DAD /* map.c in Sources */,
|
|
204F942A18005466007B4DAD /* tile.c in Sources */,
|
|
20DE9D071804FE1A0047B2DD /* context.c in Sources */,
|
|
206D60451808F90700C0DE49 /* tiles.c in Sources */,
|
|
209A27C81812257000B15CEC /* npc.c in Sources */,
|
|
205AEFC91814CAAE00F6F9FF /* console.c in Sources */,
|
|
208764551825B1E700F17207 /* message.c in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
002F3AEF09D08F1000EBEB88 /* SDLMain.nib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
002F3AF009D08F1000EBEB88 /* English */,
|
|
);
|
|
name = SDLMain.nib;
|
|
sourceTree = "<group>";
|
|
};
|
|
089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
089C165DFE840E0CC02AAC07 /* English */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
C01FCF4B08A954540054247B /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = timesynk_Prefix.pch;
|
|
INFOPLIST_FILE = Info.plist;
|
|
INSTALL_PATH = "$(HOME)/Applications";
|
|
OTHER_LDFLAGS = "";
|
|
PRODUCT_NAME = timesynk;
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Debug;
|
|
};
|
|
C01FCF4C08A954540054247B /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = SDL_test_Prefix.pch;
|
|
INFOPLIST_FILE = Info.plist;
|
|
INSTALL_PATH = "$(HOME)/Applications";
|
|
PRODUCT_NAME = SDL_test;
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Release;
|
|
};
|
|
C01FCF4F08A954540054247B /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)";
|
|
ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386";
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(HOME)/Library/Frameworks",
|
|
/Library/Frameworks,
|
|
"$(FRAMEWORK_SEARCH_PATHS)",
|
|
);
|
|
GCC_VERSION = 4.0;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
/Library/Frameworks/SDL_image.framework/Headers,
|
|
"$(HOME)/Library/Frameworks/SDL.framework/Headers",
|
|
/Library/Frameworks/SDL.framework/Headers,
|
|
"$(HEADER_SEARCH_PATHS)",
|
|
);
|
|
OTHER_LDFLAGS = "";
|
|
PREBINDING = NO;
|
|
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
|
};
|
|
name = Debug;
|
|
};
|
|
C01FCF5008A954540054247B /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)";
|
|
ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386";
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(HOME)/Library/Frameworks",
|
|
/Library/Frameworks,
|
|
"$(FRAMEWORK_SEARCH_PATHS)",
|
|
);
|
|
GCC_VERSION = 4.0;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
"$(HOME)/Library/Frameworks/SDL.framework/Headers",
|
|
/Library/Frameworks/SDL.framework/Headers,
|
|
"$(HEADER_SEARCH_PATHS)",
|
|
);
|
|
PREBINDING = NO;
|
|
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "timesynk" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
C01FCF4B08A954540054247B /* Debug */,
|
|
C01FCF4C08A954540054247B /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
C01FCF4E08A954540054247B /* Build configuration list for PBXProject "timesynk" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
C01FCF4F08A954540054247B /* Debug */,
|
|
C01FCF5008A954540054247B /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
|
|
}
|