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