GeekGameBoard.xcodeproj/project.pbxproj
author Jens Alfke <jens@mooseyard.com>
Thu May 29 15:04:06 2008 -0700 (2008-05-29)
changeset 9 a59acc683080
parent 8 45c82a071aca
child 10 6c78cc6bd7a6
permissions -rw-r--r--
Finally fixed the slow animation performance of board games; all it took was changing the board's z index from 1 to 0, somehow. Games working well now.
jens@0
     1
// !$*UTF8*$!
jens@0
     2
{
jens@0
     3
	archiveVersion = 1;
jens@0
     4
	classes = {
jens@0
     5
	};
jens@0
     6
	objectVersion = 44;
jens@0
     7
	objects = {
jens@0
     8
jens@0
     9
/* Begin PBXBuildFile section */
jens@0
    10
		27224FA00CC29B1A00814095 /* Grid.m in Sources */ = {isa = PBXBuildFile; fileRef = 27224F9F0CC29B1A00814095 /* Grid.m */; };
jens@0
    11
		2722526F0CC2E86600814095 /* QuartzUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 2722526E0CC2E86600814095 /* QuartzUtils.m */; };
jens@0
    12
		2727556A0CC3234F009C4C6C /* Dispenser.m in Sources */ = {isa = PBXBuildFile; fileRef = 272755690CC3234F009C4C6C /* Dispenser.m */; };
jens@0
    13
		27275A550CC6713E009C4C6C /* HexGrid.m in Sources */ = {isa = PBXBuildFile; fileRef = 27275A540CC6713E009C4C6C /* HexGrid.m */; };
jens@0
    14
		27275C4B0CC700F2009C4C6C /* Game.m in Sources */ = {isa = PBXBuildFile; fileRef = 27275C4A0CC700F2009C4C6C /* Game.m */; };
jens@0
    15
		27275C920CC7C578009C4C6C /* TicTacToeGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 27275C910CC7C578009C4C6C /* TicTacToeGame.m */; };
jens@0
    16
		272C90AB0CCACBA4009EE530 /* DiscPiece.m in Sources */ = {isa = PBXBuildFile; fileRef = 272C90AA0CCACBA4009EE530 /* DiscPiece.m */; };
jens@0
    17
		2731E0280CD430B800E6E4C8 /* Deck.m in Sources */ = {isa = PBXBuildFile; fileRef = 2731E0270CD430B800E6E4C8 /* Deck.m */; };
jens@0
    18
		2731E2A80CD5630600E6E4C8 /* BitHolder.m in Sources */ = {isa = PBXBuildFile; fileRef = 2731E2A70CD5630600E6E4C8 /* BitHolder.m */; };
jens@0
    19
		2734B2620CC7F25A0070C008 /* HexchequerGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 2734B2610CC7F25A0070C008 /* HexchequerGame.m */; };
jens@0
    20
		2734B4F00CCA5BDB0070C008 /* CheckersGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 2734B4EF0CCA5BDB0070C008 /* CheckersGame.m */; };
jens@0
    21
		274124060CFCCF9D00842A9B /* DemoBoardView.m in Sources */ = {isa = PBXBuildFile; fileRef = 274124050CFCCF9D00842A9B /* DemoBoardView.m */; };
jens@9
    22
		275167D90DEE2AB000247375 /* Blue.png in Resources */ = {isa = PBXBuildFile; fileRef = 275167D40DEE2AB000247375 /* Blue.png */; };
jens@9
    23
		275167DA0DEE2AB000247375 /* Gold.png in Resources */ = {isa = PBXBuildFile; fileRef = 275167D50DEE2AB000247375 /* Gold.png */; };
jens@9
    24
		275167DB0DEE2AB000247375 /* Green.png in Resources */ = {isa = PBXBuildFile; fileRef = 275167D60DEE2AB000247375 /* Green.png */; };
jens@9
    25
		275167DC0DEE2AB000247375 /* Red.png in Resources */ = {isa = PBXBuildFile; fileRef = 275167D70DEE2AB000247375 /* Red.png */; };
jens@9
    26
		275167DD0DEE2AB000247375 /* Violet.png in Resources */ = {isa = PBXBuildFile; fileRef = 275167D80DEE2AB000247375 /* Violet.png */; };
jens@0
    27
		276DFC410D00867000D329AE /* Green Ball.png in Resources */ = {isa = PBXBuildFile; fileRef = 276DFC400D00867000D329AE /* Green Ball.png */; };
jens@0
    28
		276DFC560D00890C00D329AE /* Red Ball.png in Resources */ = {isa = PBXBuildFile; fileRef = 276DFC530D00890C00D329AE /* Red Ball.png */; };
jens@0
    29
		276DFC570D00890C00D329AE /* Yellow Ball.png in Resources */ = {isa = PBXBuildFile; fileRef = 276DFC540D00890C00D329AE /* Yellow Ball.png */; };
jens@0
    30
		276DFC580D00890C00D329AE /* White Ball.png in Resources */ = {isa = PBXBuildFile; fileRef = 276DFC550D00890C00D329AE /* White Ball.png */; };
jens@0
    31
		2795C2B80CC278C800D7B2BD /* Piece.m in Sources */ = {isa = PBXBuildFile; fileRef = 2795C2B70CC278C800D7B2BD /* Piece.m */; };
jens@1
    32
		279F4D870D8606C200B32DBF /* GGBLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 279F4D840D8606C200B32DBF /* GGBLayer.m */; };
jens@1
    33
		279F4D880D8606C200B32DBF /* GGBTextLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 279F4D860D8606C200B32DBF /* GGBTextLayer.m */; };
jens@1
    34
		279F4DB20D8607AD00B32DBF /* O.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 279F4DB00D8607AD00B32DBF /* O.tiff */; };
jens@1
    35
		279F4DB30D8607AD00B32DBF /* X.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 279F4DB10D8607AD00B32DBF /* X.tiff */; };
jens@1
    36
		279F4DE20D8609C200B32DBF /* Background.png in Resources */ = {isa = PBXBuildFile; fileRef = 279F4DE10D8609C200B32DBF /* Background.png */; };
jens@0
    37
		27B7543E0D08884F000516B9 /* Wood.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 27B7543D0D08884F000516B9 /* Wood.jpg */; };
jens@0
    38
		27C999C30D81185E005AFD4F /* GGBUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C999C20D81185E005AFD4F /* GGBUtils.m */; };
jens@0
    39
		27CCA8050CB8A3F9001CFE24 /* BoardView.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CCA8040CB8A3F9001CFE24 /* BoardView.m */; };
jens@0
    40
		27CCA95F0CB8A74D001CFE24 /* Quartz.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27CCA95E0CB8A74D001CFE24 /* Quartz.framework */; };
jens@0
    41
		27CCAABD0CB92A9F001CFE24 /* Card.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CCAABC0CB92A9F001CFE24 /* Card.m */; };
jens@0
    42
		27CCABBF0CB9496B001CFE24 /* Bit.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CCABBE0CB9496B001CFE24 /* Bit.m */; };
jens@0
    43
		27CCAC750CB95C2B001CFE24 /* PlayingCard.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CCAC740CB95C2B001CFE24 /* PlayingCard.m */; };
jens@8
    44
		27D014C00D8DFB4500615ADD /* Game-Persistence.m in Sources */ = {isa = PBXBuildFile; fileRef = 27D014BF0D8DFB4500615ADD /* Game-Persistence.m */; };
jens@0
    45
		27D4F1260CCF011200923605 /* Stack.m in Sources */ = {isa = PBXBuildFile; fileRef = 27D4F1250CCF011200923605 /* Stack.m */; };
jens@0
    46
		27DFC4410CCD01B7005E34CE /* GoGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 27DFC4400CCD01B7005E34CE /* GoGame.m */; };
jens@0
    47
		27F230B90CD1A61B006939C1 /* KlondikeGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 27F230B80CD1A61B006939C1 /* KlondikeGame.m */; };
jens@0
    48
		8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; };
jens@0
    49
		8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
jens@0
    50
		8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
jens@0
    51
		8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
jens@0
    52
/* End PBXBuildFile section */
jens@0
    53
jens@0
    54
/* Begin PBXFileReference section */
jens@0
    55
		089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
jens@0
    56
		1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
jens@0
    57
		27224F9E0CC29B1A00814095 /* Grid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Grid.h; sourceTree = "<group>"; };
jens@0
    58
		27224F9F0CC29B1A00814095 /* Grid.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Grid.m; sourceTree = "<group>"; };
jens@0
    59
		2722526D0CC2E86600814095 /* QuartzUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QuartzUtils.h; sourceTree = "<group>"; };
jens@0
    60
		2722526E0CC2E86600814095 /* QuartzUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QuartzUtils.m; sourceTree = "<group>"; };
jens@0
    61
		272755680CC3234F009C4C6C /* Dispenser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Dispenser.h; sourceTree = "<group>"; };
jens@0
    62
		272755690CC3234F009C4C6C /* Dispenser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Dispenser.m; sourceTree = "<group>"; };
jens@0
    63
		27275A530CC6713E009C4C6C /* HexGrid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HexGrid.h; sourceTree = "<group>"; };
jens@0
    64
		27275A540CC6713E009C4C6C /* HexGrid.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HexGrid.m; sourceTree = "<group>"; };
jens@0
    65
		27275C490CC700F2009C4C6C /* Game.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Game.h; sourceTree = "<group>"; };
jens@0
    66
		27275C4A0CC700F2009C4C6C /* Game.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Game.m; sourceTree = "<group>"; };
jens@0
    67
		27275C900CC7C578009C4C6C /* TicTacToeGame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TicTacToeGame.h; sourceTree = "<group>"; };
jens@0
    68
		27275C910CC7C578009C4C6C /* TicTacToeGame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TicTacToeGame.m; sourceTree = "<group>"; };
jens@0
    69
		272C90A90CCACBA4009EE530 /* DiscPiece.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DiscPiece.h; sourceTree = "<group>"; };
jens@0
    70
		272C90AA0CCACBA4009EE530 /* DiscPiece.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DiscPiece.m; sourceTree = "<group>"; };
jens@0
    71
		2731E0260CD430B800E6E4C8 /* Deck.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Deck.h; sourceTree = "<group>"; };
jens@0
    72
		2731E0270CD430B800E6E4C8 /* Deck.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Deck.m; sourceTree = "<group>"; };
jens@0
    73
		2731E2A60CD5630600E6E4C8 /* BitHolder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BitHolder.h; sourceTree = "<group>"; };
jens@0
    74
		2731E2A70CD5630600E6E4C8 /* BitHolder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BitHolder.m; sourceTree = "<group>"; };
jens@0
    75
		2734B2600CC7F25A0070C008 /* HexchequerGame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HexchequerGame.h; sourceTree = "<group>"; };
jens@0
    76
		2734B2610CC7F25A0070C008 /* HexchequerGame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HexchequerGame.m; sourceTree = "<group>"; };
jens@0
    77
		2734B4EE0CCA5BDB0070C008 /* CheckersGame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CheckersGame.h; sourceTree = "<group>"; };
jens@0
    78
		2734B4EF0CCA5BDB0070C008 /* CheckersGame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CheckersGame.m; sourceTree = "<group>"; };
jens@0
    79
		274124040CFCCF9D00842A9B /* DemoBoardView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DemoBoardView.h; sourceTree = "<group>"; };
jens@0
    80
		274124050CFCCF9D00842A9B /* DemoBoardView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DemoBoardView.m; sourceTree = "<group>"; };
jens@9
    81
		275167D40DEE2AB000247375 /* Blue.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Blue.png; sourceTree = "<group>"; };
jens@9
    82
		275167D50DEE2AB000247375 /* Gold.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Gold.png; sourceTree = "<group>"; };
jens@9
    83
		275167D60DEE2AB000247375 /* Green.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Green.png; sourceTree = "<group>"; };
jens@9
    84
		275167D70DEE2AB000247375 /* Red.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Red.png; sourceTree = "<group>"; };
jens@9
    85
		275167D80DEE2AB000247375 /* Violet.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Violet.png; sourceTree = "<group>"; };
jens@0
    86
		276DFC400D00867000D329AE /* Green Ball.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Green Ball.png"; path = "Resources/Green Ball.png"; sourceTree = "<group>"; };
jens@0
    87
		276DFC530D00890C00D329AE /* Red Ball.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Red Ball.png"; path = "Resources/Red Ball.png"; sourceTree = "<group>"; };
jens@0
    88
		276DFC540D00890C00D329AE /* Yellow Ball.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Yellow Ball.png"; path = "Resources/Yellow Ball.png"; sourceTree = "<group>"; };
jens@0
    89
		276DFC550D00890C00D329AE /* White Ball.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "White Ball.png"; path = "Resources/White Ball.png"; sourceTree = "<group>"; };
jens@0
    90
		2795C2B60CC278C800D7B2BD /* Piece.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Piece.h; sourceTree = "<group>"; };
jens@0
    91
		2795C2B70CC278C800D7B2BD /* Piece.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Piece.m; sourceTree = "<group>"; };
jens@1
    92
		279F4D830D8606C200B32DBF /* GGBLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GGBLayer.h; sourceTree = "<group>"; };
jens@1
    93
		279F4D840D8606C200B32DBF /* GGBLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GGBLayer.m; sourceTree = "<group>"; };
jens@1
    94
		279F4D850D8606C200B32DBF /* GGBTextLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GGBTextLayer.h; sourceTree = "<group>"; };
jens@1
    95
		279F4D860D8606C200B32DBF /* GGBTextLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GGBTextLayer.m; sourceTree = "<group>"; };
jens@1
    96
		279F4DB00D8607AD00B32DBF /* O.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = O.tiff; path = Resources/O.tiff; sourceTree = "<group>"; };
jens@1
    97
		279F4DB10D8607AD00B32DBF /* X.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = X.tiff; path = Resources/X.tiff; sourceTree = "<group>"; };
jens@1
    98
		279F4DE10D8609C200B32DBF /* Background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Background.png; path = Resources/Background.png; sourceTree = "<group>"; };
jens@0
    99
		27B7543D0D08884F000516B9 /* Wood.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = Wood.jpg; path = Resources/Wood.jpg; sourceTree = "<group>"; };
jens@0
   100
		27C999C10D81185E005AFD4F /* GGBUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GGBUtils.h; sourceTree = "<group>"; };
jens@0
   101
		27C999C20D81185E005AFD4F /* GGBUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GGBUtils.m; sourceTree = "<group>"; };
jens@1
   102
		27C99AB40D820500005AFD4F /* BoardUIView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BoardUIView.h; sourceTree = "<group>"; };
jens@1
   103
		27C99AB50D820500005AFD4F /* BoardUIView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BoardUIView.m; sourceTree = "<group>"; };
jens@0
   104
		27CCA8030CB8A3F9001CFE24 /* BoardView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BoardView.h; sourceTree = "<group>"; };
jens@0
   105
		27CCA8040CB8A3F9001CFE24 /* BoardView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BoardView.m; sourceTree = "<group>"; };
jens@0
   106
		27CCA95E0CB8A74D001CFE24 /* Quartz.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quartz.framework; path = /System/Library/Frameworks/Quartz.framework; sourceTree = "<absolute>"; };
jens@0
   107
		27CCAABB0CB92A9F001CFE24 /* Card.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Card.h; sourceTree = "<group>"; };
jens@0
   108
		27CCAABC0CB92A9F001CFE24 /* Card.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Card.m; sourceTree = "<group>"; };
jens@0
   109
		27CCABBD0CB9496B001CFE24 /* Bit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bit.h; sourceTree = "<group>"; };
jens@0
   110
		27CCABBE0CB9496B001CFE24 /* Bit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Bit.m; sourceTree = "<group>"; };
jens@0
   111
		27CCAC730CB95C2B001CFE24 /* PlayingCard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlayingCard.h; sourceTree = "<group>"; };
jens@0
   112
		27CCAC740CB95C2B001CFE24 /* PlayingCard.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PlayingCard.m; sourceTree = "<group>"; };
jens@8
   113
		27D014BE0D8DFB4500615ADD /* Game-Persistence.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Game-Persistence.h"; sourceTree = "<group>"; };
jens@8
   114
		27D014BF0D8DFB4500615ADD /* Game-Persistence.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Game-Persistence.m"; sourceTree = "<group>"; };
jens@0
   115
		27D4F1240CCF011200923605 /* Stack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Stack.h; sourceTree = "<group>"; };
jens@0
   116
		27D4F1250CCF011200923605 /* Stack.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Stack.m; sourceTree = "<group>"; };
jens@0
   117
		27DFC43F0CCD01B7005E34CE /* GoGame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GoGame.h; sourceTree = "<group>"; };
jens@0
   118
		27DFC4400CCD01B7005E34CE /* GoGame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GoGame.m; sourceTree = "<group>"; };
jens@0
   119
		27F230B70CD1A61B006939C1 /* KlondikeGame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KlondikeGame.h; sourceTree = "<group>"; };
jens@0
   120
		27F230B80CD1A61B006939C1 /* KlondikeGame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KlondikeGame.m; sourceTree = "<group>"; };
jens@0
   121
		29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
jens@0
   122
		29B97319FDCFA39411CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; };
jens@0
   123
		29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
jens@0
   124
		29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
jens@0
   125
		32CA4F630368D1EE00C91783 /* GeekGameBoard_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GeekGameBoard_Prefix.pch; sourceTree = "<group>"; };
jens@0
   126
		8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Resources/Info.plist; sourceTree = "<group>"; };
jens@0
   127
		8D1107320486CEB800E47090 /* GeekGameBoard.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GeekGameBoard.app; sourceTree = BUILT_PRODUCTS_DIR; };
jens@0
   128
/* End PBXFileReference section */
jens@0
   129
jens@0
   130
/* Begin PBXFrameworksBuildPhase section */
jens@0
   131
		8D11072E0486CEB800E47090 /* Frameworks */ = {
jens@0
   132
			isa = PBXFrameworksBuildPhase;
jens@0
   133
			buildActionMask = 2147483647;
jens@0
   134
			files = (
jens@0
   135
				8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
jens@0
   136
				27CCA95F0CB8A74D001CFE24 /* Quartz.framework in Frameworks */,
jens@0
   137
			);
jens@0
   138
			runOnlyForDeploymentPostprocessing = 0;
jens@0
   139
		};
jens@0
   140
/* End PBXFrameworksBuildPhase section */
jens@0
   141
jens@0
   142
/* Begin PBXGroup section */
jens@0
   143
		080E96DDFE201D6D7F000001 /* Source */ = {
jens@0
   144
			isa = PBXGroup;
jens@0
   145
			children = (
jens@0
   146
				27CCA8030CB8A3F9001CFE24 /* BoardView.h */,
jens@0
   147
				27CCA8040CB8A3F9001CFE24 /* BoardView.m */,
jens@1
   148
				27C99AB40D820500005AFD4F /* BoardUIView.h */,
jens@1
   149
				27C99AB50D820500005AFD4F /* BoardUIView.m */,
jens@0
   150
				27CCABBD0CB9496B001CFE24 /* Bit.h */,
jens@0
   151
				27CCABBE0CB9496B001CFE24 /* Bit.m */,
jens@0
   152
				2731E2A60CD5630600E6E4C8 /* BitHolder.h */,
jens@0
   153
				2731E2A70CD5630600E6E4C8 /* BitHolder.m */,
jens@0
   154
				27D4F1240CCF011200923605 /* Stack.h */,
jens@0
   155
				27D4F1250CCF011200923605 /* Stack.m */,
jens@0
   156
				27275C440CC70095009C4C6C /* Cards */,
jens@0
   157
				27275C450CC700C4009C4C6C /* Boards and Pieces */,
jens@0
   158
				27275C480CC700D8009C4C6C /* Games */,
jens@1
   159
				279F4D830D8606C200B32DBF /* GGBLayer.h */,
jens@1
   160
				279F4D840D8606C200B32DBF /* GGBLayer.m */,
jens@1
   161
				279F4D850D8606C200B32DBF /* GGBTextLayer.h */,
jens@1
   162
				279F4D860D8606C200B32DBF /* GGBTextLayer.m */,
jens@0
   163
				2722526D0CC2E86600814095 /* QuartzUtils.h */,
jens@0
   164
				2722526E0CC2E86600814095 /* QuartzUtils.m */,
jens@0
   165
				27C999C10D81185E005AFD4F /* GGBUtils.h */,
jens@0
   166
				27C999C20D81185E005AFD4F /* GGBUtils.m */,
jens@0
   167
			);
jens@0
   168
			path = Source;
jens@0
   169
			sourceTree = "<group>";
jens@0
   170
		};
jens@0
   171
		1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
jens@0
   172
			isa = PBXGroup;
jens@0
   173
			children = (
jens@0
   174
				1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
jens@0
   175
			);
jens@0
   176
			name = "Linked Frameworks";
jens@0
   177
			sourceTree = "<group>";
jens@0
   178
		};
jens@0
   179
		1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
jens@0
   180
			isa = PBXGroup;
jens@0
   181
			children = (
jens@0
   182
				29B97324FDCFA39411CA2CEA /* AppKit.framework */,
jens@0
   183
				27CCA95E0CB8A74D001CFE24 /* Quartz.framework */,
jens@0
   184
				29B97325FDCFA39411CA2CEA /* Foundation.framework */,
jens@0
   185
			);
jens@0
   186
			name = "Other Frameworks";
jens@0
   187
			sourceTree = "<group>";
jens@0
   188
		};
jens@0
   189
		19C28FACFE9D520D11CA2CBB /* Products */ = {
jens@0
   190
			isa = PBXGroup;
jens@0
   191
			children = (
jens@0
   192
				8D1107320486CEB800E47090 /* GeekGameBoard.app */,
jens@0
   193
			);
jens@0
   194
			name = Products;
jens@0
   195
			sourceTree = "<group>";
jens@0
   196
		};
jens@0
   197
		27275C440CC70095009C4C6C /* Cards */ = {
jens@0
   198
			isa = PBXGroup;
jens@0
   199
			children = (
jens@0
   200
				27CCAABB0CB92A9F001CFE24 /* Card.h */,
jens@0
   201
				27CCAABC0CB92A9F001CFE24 /* Card.m */,
jens@0
   202
				2731E0260CD430B800E6E4C8 /* Deck.h */,
jens@0
   203
				2731E0270CD430B800E6E4C8 /* Deck.m */,
jens@0
   204
				27CCAC730CB95C2B001CFE24 /* PlayingCard.h */,
jens@0
   205
				27CCAC740CB95C2B001CFE24 /* PlayingCard.m */,
jens@0
   206
			);
jens@0
   207
			name = Cards;
jens@0
   208
			sourceTree = "<group>";
jens@0
   209
		};
jens@0
   210
		27275C450CC700C4009C4C6C /* Boards and Pieces */ = {
jens@0
   211
			isa = PBXGroup;
jens@0
   212
			children = (
jens@0
   213
				2795C2B60CC278C800D7B2BD /* Piece.h */,
jens@0
   214
				2795C2B70CC278C800D7B2BD /* Piece.m */,
jens@0
   215
				272C90A90CCACBA4009EE530 /* DiscPiece.h */,
jens@0
   216
				272C90AA0CCACBA4009EE530 /* DiscPiece.m */,
jens@0
   217
				27224F9E0CC29B1A00814095 /* Grid.h */,
jens@0
   218
				27224F9F0CC29B1A00814095 /* Grid.m */,
jens@0
   219
				27275A530CC6713E009C4C6C /* HexGrid.h */,
jens@0
   220
				27275A540CC6713E009C4C6C /* HexGrid.m */,
jens@0
   221
				272755680CC3234F009C4C6C /* Dispenser.h */,
jens@0
   222
				272755690CC3234F009C4C6C /* Dispenser.m */,
jens@0
   223
			);
jens@0
   224
			name = "Boards and Pieces";
jens@0
   225
			sourceTree = "<group>";
jens@0
   226
		};
jens@0
   227
		27275C480CC700D8009C4C6C /* Games */ = {
jens@0
   228
			isa = PBXGroup;
jens@0
   229
			children = (
jens@0
   230
				27275C490CC700F2009C4C6C /* Game.h */,
jens@0
   231
				27275C4A0CC700F2009C4C6C /* Game.m */,
jens@8
   232
				27D014BE0D8DFB4500615ADD /* Game-Persistence.h */,
jens@8
   233
				27D014BF0D8DFB4500615ADD /* Game-Persistence.m */,
jens@0
   234
				27275C900CC7C578009C4C6C /* TicTacToeGame.h */,
jens@0
   235
				27275C910CC7C578009C4C6C /* TicTacToeGame.m */,
jens@0
   236
				2734B4EE0CCA5BDB0070C008 /* CheckersGame.h */,
jens@0
   237
				2734B4EF0CCA5BDB0070C008 /* CheckersGame.m */,
jens@0
   238
				2734B2600CC7F25A0070C008 /* HexchequerGame.h */,
jens@0
   239
				2734B2610CC7F25A0070C008 /* HexchequerGame.m */,
jens@0
   240
				27DFC43F0CCD01B7005E34CE /* GoGame.h */,
jens@0
   241
				27DFC4400CCD01B7005E34CE /* GoGame.m */,
jens@0
   242
				27F230B70CD1A61B006939C1 /* KlondikeGame.h */,
jens@0
   243
				27F230B80CD1A61B006939C1 /* KlondikeGame.m */,
jens@0
   244
			);
jens@0
   245
			name = Games;
jens@0
   246
			sourceTree = "<group>";
jens@0
   247
		};
jens@9
   248
		275167D30DEE2AB000247375 /* Gingko */ = {
jens@9
   249
			isa = PBXGroup;
jens@9
   250
			children = (
jens@9
   251
				275167D40DEE2AB000247375 /* Blue.png */,
jens@9
   252
				275167D50DEE2AB000247375 /* Gold.png */,
jens@9
   253
				275167D60DEE2AB000247375 /* Green.png */,
jens@9
   254
				275167D70DEE2AB000247375 /* Red.png */,
jens@9
   255
				275167D80DEE2AB000247375 /* Violet.png */,
jens@9
   256
			);
jens@9
   257
			name = Gingko;
jens@9
   258
			path = Resources/Gingko;
jens@9
   259
			sourceTree = "<group>";
jens@9
   260
		};
jens@0
   261
		29B97314FDCFA39411CA2CEA /* BoardGame */ = {
jens@0
   262
			isa = PBXGroup;
jens@0
   263
			children = (
jens@0
   264
				080E96DDFE201D6D7F000001 /* Source */,
jens@0
   265
				29B97315FDCFA39411CA2CEA /* Demo Application */,
jens@0
   266
				29B97317FDCFA39411CA2CEA /* Resources */,
jens@0
   267
				29B97323FDCFA39411CA2CEA /* Frameworks */,
jens@0
   268
				19C28FACFE9D520D11CA2CBB /* Products */,
jens@0
   269
			);
jens@0
   270
			name = BoardGame;
jens@0
   271
			sourceTree = "<group>";
jens@0
   272
		};
jens@0
   273
		29B97315FDCFA39411CA2CEA /* Demo Application */ = {
jens@0
   274
			isa = PBXGroup;
jens@0
   275
			children = (
jens@0
   276
				274124040CFCCF9D00842A9B /* DemoBoardView.h */,
jens@0
   277
				274124050CFCCF9D00842A9B /* DemoBoardView.m */,
jens@0
   278
				32CA4F630368D1EE00C91783 /* GeekGameBoard_Prefix.pch */,
jens@0
   279
				29B97316FDCFA39411CA2CEA /* main.m */,
jens@0
   280
			);
jens@0
   281
			name = "Demo Application";
jens@0
   282
			path = Source;
jens@0
   283
			sourceTree = "<group>";
jens@0
   284
		};
jens@0
   285
		29B97317FDCFA39411CA2CEA /* Resources */ = {
jens@0
   286
			isa = PBXGroup;
jens@0
   287
			children = (
jens@9
   288
				275167D30DEE2AB000247375 /* Gingko */,
jens@0
   289
				29B97318FDCFA39411CA2CEA /* MainMenu.nib */,
jens@0
   290
				8D1107310486CEB800E47090 /* Info.plist */,
jens@0
   291
				089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
jens@1
   292
				279F4DE10D8609C200B32DBF /* Background.png */,
jens@0
   293
				276DFC400D00867000D329AE /* Green Ball.png */,
jens@0
   294
				276DFC530D00890C00D329AE /* Red Ball.png */,
jens@0
   295
				276DFC540D00890C00D329AE /* Yellow Ball.png */,
jens@0
   296
				276DFC550D00890C00D329AE /* White Ball.png */,
jens@0
   297
				27B7543D0D08884F000516B9 /* Wood.jpg */,
jens@1
   298
				279F4DB00D8607AD00B32DBF /* O.tiff */,
jens@1
   299
				279F4DB10D8607AD00B32DBF /* X.tiff */,
jens@0
   300
			);
jens@0
   301
			name = Resources;
jens@0
   302
			sourceTree = "<group>";
jens@0
   303
		};
jens@0
   304
		29B97323FDCFA39411CA2CEA /* Frameworks */ = {
jens@0
   305
			isa = PBXGroup;
jens@0
   306
			children = (
jens@0
   307
				1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
jens@0
   308
				1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
jens@0
   309
			);
jens@0
   310
			name = Frameworks;
jens@0
   311
			sourceTree = "<group>";
jens@0
   312
		};
jens@0
   313
/* End PBXGroup section */
jens@0
   314
jens@0
   315
/* Begin PBXNativeTarget section */
jens@0
   316
		8D1107260486CEB800E47090 /* BoardGame */ = {
jens@0
   317
			isa = PBXNativeTarget;
jens@0
   318
			buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "BoardGame" */;
jens@0
   319
			buildPhases = (
jens@0
   320
				8D1107290486CEB800E47090 /* Resources */,
jens@0
   321
				8D11072C0486CEB800E47090 /* Sources */,
jens@0
   322
				8D11072E0486CEB800E47090 /* Frameworks */,
jens@0
   323
			);
jens@0
   324
			buildRules = (
jens@0
   325
			);
jens@0
   326
			dependencies = (
jens@0
   327
			);
jens@0
   328
			name = BoardGame;
jens@0
   329
			productInstallPath = "$(HOME)/Applications";
jens@0
   330
			productName = BoardGame;
jens@0
   331
			productReference = 8D1107320486CEB800E47090 /* GeekGameBoard.app */;
jens@0
   332
			productType = "com.apple.product-type.application";
jens@0
   333
		};
jens@0
   334
/* End PBXNativeTarget section */
jens@0
   335
jens@0
   336
/* Begin PBXProject section */
jens@0
   337
		29B97313FDCFA39411CA2CEA /* Project object */ = {
jens@0
   338
			isa = PBXProject;
jens@0
   339
			buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "GeekGameBoard" */;
jens@0
   340
			compatibilityVersion = "Xcode 3.0";
jens@0
   341
			hasScannedForEncodings = 1;
jens@0
   342
			mainGroup = 29B97314FDCFA39411CA2CEA /* BoardGame */;
jens@0
   343
			projectDirPath = "";
jens@0
   344
			projectRoot = "";
jens@0
   345
			targets = (
jens@0
   346
				8D1107260486CEB800E47090 /* BoardGame */,
jens@0
   347
			);
jens@0
   348
		};
jens@0
   349
/* End PBXProject section */
jens@0
   350
jens@0
   351
/* Begin PBXResourcesBuildPhase section */
jens@0
   352
		8D1107290486CEB800E47090 /* Resources */ = {
jens@0
   353
			isa = PBXResourcesBuildPhase;
jens@0
   354
			buildActionMask = 2147483647;
jens@0
   355
			files = (
jens@0
   356
				8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */,
jens@0
   357
				8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
jens@0
   358
				276DFC410D00867000D329AE /* Green Ball.png in Resources */,
jens@0
   359
				276DFC560D00890C00D329AE /* Red Ball.png in Resources */,
jens@0
   360
				276DFC570D00890C00D329AE /* Yellow Ball.png in Resources */,
jens@0
   361
				276DFC580D00890C00D329AE /* White Ball.png in Resources */,
jens@0
   362
				27B7543E0D08884F000516B9 /* Wood.jpg in Resources */,
jens@1
   363
				279F4DB20D8607AD00B32DBF /* O.tiff in Resources */,
jens@1
   364
				279F4DB30D8607AD00B32DBF /* X.tiff in Resources */,
jens@1
   365
				279F4DE20D8609C200B32DBF /* Background.png in Resources */,
jens@9
   366
				275167D90DEE2AB000247375 /* Blue.png in Resources */,
jens@9
   367
				275167DA0DEE2AB000247375 /* Gold.png in Resources */,
jens@9
   368
				275167DB0DEE2AB000247375 /* Green.png in Resources */,
jens@9
   369
				275167DC0DEE2AB000247375 /* Red.png in Resources */,
jens@9
   370
				275167DD0DEE2AB000247375 /* Violet.png in Resources */,
jens@0
   371
			);
jens@0
   372
			runOnlyForDeploymentPostprocessing = 0;
jens@0
   373
		};
jens@0
   374
/* End PBXResourcesBuildPhase section */
jens@0
   375
jens@0
   376
/* Begin PBXSourcesBuildPhase section */
jens@0
   377
		8D11072C0486CEB800E47090 /* Sources */ = {
jens@0
   378
			isa = PBXSourcesBuildPhase;
jens@0
   379
			buildActionMask = 2147483647;
jens@0
   380
			files = (
jens@0
   381
				8D11072D0486CEB800E47090 /* main.m in Sources */,
jens@0
   382
				27CCA8050CB8A3F9001CFE24 /* BoardView.m in Sources */,
jens@0
   383
				27CCAABD0CB92A9F001CFE24 /* Card.m in Sources */,
jens@0
   384
				27CCABBF0CB9496B001CFE24 /* Bit.m in Sources */,
jens@0
   385
				27CCAC750CB95C2B001CFE24 /* PlayingCard.m in Sources */,
jens@0
   386
				2795C2B80CC278C800D7B2BD /* Piece.m in Sources */,
jens@0
   387
				27224FA00CC29B1A00814095 /* Grid.m in Sources */,
jens@0
   388
				2722526F0CC2E86600814095 /* QuartzUtils.m in Sources */,
jens@0
   389
				2727556A0CC3234F009C4C6C /* Dispenser.m in Sources */,
jens@0
   390
				27275A550CC6713E009C4C6C /* HexGrid.m in Sources */,
jens@0
   391
				27275C4B0CC700F2009C4C6C /* Game.m in Sources */,
jens@0
   392
				27275C920CC7C578009C4C6C /* TicTacToeGame.m in Sources */,
jens@0
   393
				2734B2620CC7F25A0070C008 /* HexchequerGame.m in Sources */,
jens@0
   394
				2734B4F00CCA5BDB0070C008 /* CheckersGame.m in Sources */,
jens@0
   395
				272C90AB0CCACBA4009EE530 /* DiscPiece.m in Sources */,
jens@0
   396
				27DFC4410CCD01B7005E34CE /* GoGame.m in Sources */,
jens@0
   397
				27D4F1260CCF011200923605 /* Stack.m in Sources */,
jens@0
   398
				27F230B90CD1A61B006939C1 /* KlondikeGame.m in Sources */,
jens@0
   399
				2731E0280CD430B800E6E4C8 /* Deck.m in Sources */,
jens@0
   400
				2731E2A80CD5630600E6E4C8 /* BitHolder.m in Sources */,
jens@0
   401
				274124060CFCCF9D00842A9B /* DemoBoardView.m in Sources */,
jens@0
   402
				27C999C30D81185E005AFD4F /* GGBUtils.m in Sources */,
jens@1
   403
				279F4D870D8606C200B32DBF /* GGBLayer.m in Sources */,
jens@1
   404
				279F4D880D8606C200B32DBF /* GGBTextLayer.m in Sources */,
jens@8
   405
				27D014C00D8DFB4500615ADD /* Game-Persistence.m in Sources */,
jens@0
   406
			);
jens@0
   407
			runOnlyForDeploymentPostprocessing = 0;
jens@0
   408
		};
jens@0
   409
/* End PBXSourcesBuildPhase section */
jens@0
   410
jens@0
   411
/* Begin PBXVariantGroup section */
jens@0
   412
		089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
jens@0
   413
			isa = PBXVariantGroup;
jens@0
   414
			children = (
jens@0
   415
				089C165DFE840E0CC02AAC07 /* English */,
jens@0
   416
			);
jens@0
   417
			name = InfoPlist.strings;
jens@0
   418
			sourceTree = "<group>";
jens@0
   419
		};
jens@0
   420
		29B97318FDCFA39411CA2CEA /* MainMenu.nib */ = {
jens@0
   421
			isa = PBXVariantGroup;
jens@0
   422
			children = (
jens@0
   423
				29B97319FDCFA39411CA2CEA /* English */,
jens@0
   424
			);
jens@0
   425
			name = MainMenu.nib;
jens@0
   426
			sourceTree = "<group>";
jens@0
   427
		};
jens@0
   428
/* End PBXVariantGroup section */
jens@0
   429
jens@0
   430
/* Begin XCBuildConfiguration section */
jens@0
   431
		C01FCF4B08A954540054247B /* Debug */ = {
jens@0
   432
			isa = XCBuildConfiguration;
jens@0
   433
			buildSettings = {
jens@0
   434
				COPY_PHASE_STRIP = NO;
jens@0
   435
				GCC_DYNAMIC_NO_PIC = NO;
jens@0
   436
				GCC_ENABLE_FIX_AND_CONTINUE = YES;
jens@0
   437
				GCC_MODEL_TUNING = G5;
jens@0
   438
				GCC_OPTIMIZATION_LEVEL = 0;
jens@0
   439
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
jens@0
   440
				GCC_PREFIX_HEADER = Source/GeekGameBoard_Prefix.pch;
jens@0
   441
				INFOPLIST_FILE = Resources/Info.plist;
jens@0
   442
				INSTALL_PATH = "$(HOME)/Applications";
jens@0
   443
				PRODUCT_NAME = GeekGameBoard;
jens@0
   444
				WRAPPER_EXTENSION = app;
jens@0
   445
				ZERO_LINK = YES;
jens@0
   446
			};
jens@0
   447
			name = Debug;
jens@0
   448
		};
jens@0
   449
		C01FCF4C08A954540054247B /* Release */ = {
jens@0
   450
			isa = XCBuildConfiguration;
jens@0
   451
			buildSettings = {
jens@0
   452
				ARCHS = (
jens@0
   453
					i386,
jens@0
   454
					ppc,
jens@0
   455
					ppc64,
jens@0
   456
					x86_64,
jens@0
   457
				);
jens@0
   458
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
jens@0
   459
				GCC_MODEL_TUNING = G5;
jens@0
   460
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
jens@0
   461
				GCC_PREFIX_HEADER = Source/GeekGameBoard_Prefix.pch;
jens@0
   462
				INFOPLIST_FILE = Resources/Info.plist;
jens@0
   463
				INSTALL_PATH = "$(HOME)/Applications";
jens@0
   464
				PRODUCT_NAME = GeekGameBoard;
jens@0
   465
				WRAPPER_EXTENSION = app;
jens@0
   466
			};
jens@0
   467
			name = Release;
jens@0
   468
		};
jens@0
   469
		C01FCF4F08A954540054247B /* Debug */ = {
jens@0
   470
			isa = XCBuildConfiguration;
jens@0
   471
			buildSettings = {
jens@0
   472
				GCC_C_LANGUAGE_STANDARD = gnu99;
jens@0
   473
				GCC_ENABLE_OBJC_GC = unsupported;
jens@0
   474
				GCC_TREAT_WARNINGS_AS_ERRORS = YES;
jens@0
   475
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
jens@0
   476
				GCC_WARN_UNUSED_VARIABLE = YES;
jens@0
   477
				PREBINDING = NO;
jens@1
   478
				SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
jens@0
   479
				WARNING_CFLAGS = "-Wall";
jens@0
   480
			};
jens@0
   481
			name = Debug;
jens@0
   482
		};
jens@0
   483
		C01FCF5008A954540054247B /* Release */ = {
jens@0
   484
			isa = XCBuildConfiguration;
jens@0
   485
			buildSettings = {
jens@0
   486
				ARCHS = (
jens@0
   487
					ppc,
jens@0
   488
					i386,
jens@0
   489
				);
jens@0
   490
				GCC_C_LANGUAGE_STANDARD = gnu99;
jens@0
   491
				GCC_ENABLE_OBJC_GC = unsupported;
jens@0
   492
				GCC_TREAT_WARNINGS_AS_ERRORS = YES;
jens@0
   493
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
jens@0
   494
				GCC_WARN_UNUSED_VARIABLE = YES;
jens@0
   495
				PREBINDING = NO;
jens@1
   496
				SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
jens@0
   497
				WARNING_CFLAGS = "-Wall";
jens@0
   498
			};
jens@0
   499
			name = Release;
jens@0
   500
		};
jens@0
   501
/* End XCBuildConfiguration section */
jens@0
   502
jens@0
   503
/* Begin XCConfigurationList section */
jens@0
   504
		C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "BoardGame" */ = {
jens@0
   505
			isa = XCConfigurationList;
jens@0
   506
			buildConfigurations = (
jens@0
   507
				C01FCF4B08A954540054247B /* Debug */,
jens@0
   508
				C01FCF4C08A954540054247B /* Release */,
jens@0
   509
			);
jens@0
   510
			defaultConfigurationIsVisible = 0;
jens@0
   511
			defaultConfigurationName = Release;
jens@0
   512
		};
jens@0
   513
		C01FCF4E08A954540054247B /* Build configuration list for PBXProject "GeekGameBoard" */ = {
jens@0
   514
			isa = XCConfigurationList;
jens@0
   515
			buildConfigurations = (
jens@0
   516
				C01FCF4F08A954540054247B /* Debug */,
jens@0
   517
				C01FCF5008A954540054247B /* Release */,
jens@0
   518
			);
jens@0
   519
			defaultConfigurationIsVisible = 0;
jens@0
   520
			defaultConfigurationName = Release;
jens@0
   521
		};
jens@0
   522
/* End XCConfigurationList section */
jens@0
   523
	};
jens@0
   524
	rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
jens@0
   525
}