1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/GeekGameBoard.xcodeproj/project.pbxproj Fri Mar 07 11:43:02 2008 -0800
1.3 @@ -0,0 +1,460 @@
1.4 +// !$*UTF8*$!
1.5 +{
1.6 + archiveVersion = 1;
1.7 + classes = {
1.8 + };
1.9 + objectVersion = 44;
1.10 + objects = {
1.11 +
1.12 +/* Begin PBXBuildFile section */
1.13 + 27224FA00CC29B1A00814095 /* Grid.m in Sources */ = {isa = PBXBuildFile; fileRef = 27224F9F0CC29B1A00814095 /* Grid.m */; };
1.14 + 2722526F0CC2E86600814095 /* QuartzUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 2722526E0CC2E86600814095 /* QuartzUtils.m */; };
1.15 + 2727556A0CC3234F009C4C6C /* Dispenser.m in Sources */ = {isa = PBXBuildFile; fileRef = 272755690CC3234F009C4C6C /* Dispenser.m */; };
1.16 + 27275A550CC6713E009C4C6C /* HexGrid.m in Sources */ = {isa = PBXBuildFile; fileRef = 27275A540CC6713E009C4C6C /* HexGrid.m */; };
1.17 + 27275C4B0CC700F2009C4C6C /* Game.m in Sources */ = {isa = PBXBuildFile; fileRef = 27275C4A0CC700F2009C4C6C /* Game.m */; };
1.18 + 27275C920CC7C578009C4C6C /* TicTacToeGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 27275C910CC7C578009C4C6C /* TicTacToeGame.m */; };
1.19 + 272C90AB0CCACBA4009EE530 /* DiscPiece.m in Sources */ = {isa = PBXBuildFile; fileRef = 272C90AA0CCACBA4009EE530 /* DiscPiece.m */; };
1.20 + 2731E0280CD430B800E6E4C8 /* Deck.m in Sources */ = {isa = PBXBuildFile; fileRef = 2731E0270CD430B800E6E4C8 /* Deck.m */; };
1.21 + 2731E2A80CD5630600E6E4C8 /* BitHolder.m in Sources */ = {isa = PBXBuildFile; fileRef = 2731E2A70CD5630600E6E4C8 /* BitHolder.m */; };
1.22 + 2734B2620CC7F25A0070C008 /* HexchequerGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 2734B2610CC7F25A0070C008 /* HexchequerGame.m */; };
1.23 + 2734B4F00CCA5BDB0070C008 /* CheckersGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 2734B4EF0CCA5BDB0070C008 /* CheckersGame.m */; };
1.24 + 274124060CFCCF9D00842A9B /* DemoBoardView.m in Sources */ = {isa = PBXBuildFile; fileRef = 274124050CFCCF9D00842A9B /* DemoBoardView.m */; };
1.25 + 276DFC410D00867000D329AE /* Green Ball.png in Resources */ = {isa = PBXBuildFile; fileRef = 276DFC400D00867000D329AE /* Green Ball.png */; };
1.26 + 276DFC560D00890C00D329AE /* Red Ball.png in Resources */ = {isa = PBXBuildFile; fileRef = 276DFC530D00890C00D329AE /* Red Ball.png */; };
1.27 + 276DFC570D00890C00D329AE /* Yellow Ball.png in Resources */ = {isa = PBXBuildFile; fileRef = 276DFC540D00890C00D329AE /* Yellow Ball.png */; };
1.28 + 276DFC580D00890C00D329AE /* White Ball.png in Resources */ = {isa = PBXBuildFile; fileRef = 276DFC550D00890C00D329AE /* White Ball.png */; };
1.29 + 2795C2B80CC278C800D7B2BD /* Piece.m in Sources */ = {isa = PBXBuildFile; fileRef = 2795C2B70CC278C800D7B2BD /* Piece.m */; };
1.30 + 27B7543E0D08884F000516B9 /* Wood.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 27B7543D0D08884F000516B9 /* Wood.jpg */; };
1.31 + 27C999C30D81185E005AFD4F /* GGBUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C999C20D81185E005AFD4F /* GGBUtils.m */; };
1.32 + 27CCA8050CB8A3F9001CFE24 /* BoardView.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CCA8040CB8A3F9001CFE24 /* BoardView.m */; };
1.33 + 27CCA95F0CB8A74D001CFE24 /* Quartz.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27CCA95E0CB8A74D001CFE24 /* Quartz.framework */; };
1.34 + 27CCAABD0CB92A9F001CFE24 /* Card.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CCAABC0CB92A9F001CFE24 /* Card.m */; };
1.35 + 27CCABBF0CB9496B001CFE24 /* Bit.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CCABBE0CB9496B001CFE24 /* Bit.m */; };
1.36 + 27CCAC750CB95C2B001CFE24 /* PlayingCard.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CCAC740CB95C2B001CFE24 /* PlayingCard.m */; };
1.37 + 27D4F1260CCF011200923605 /* Stack.m in Sources */ = {isa = PBXBuildFile; fileRef = 27D4F1250CCF011200923605 /* Stack.m */; };
1.38 + 27DFC4410CCD01B7005E34CE /* GoGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 27DFC4400CCD01B7005E34CE /* GoGame.m */; };
1.39 + 27F230B90CD1A61B006939C1 /* KlondikeGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 27F230B80CD1A61B006939C1 /* KlondikeGame.m */; };
1.40 + 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; };
1.41 + 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
1.42 + 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
1.43 + 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
1.44 +/* End PBXBuildFile section */
1.45 +
1.46 +/* Begin PBXFileReference section */
1.47 + 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
1.48 + 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
1.49 + 27224F9E0CC29B1A00814095 /* Grid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Grid.h; sourceTree = "<group>"; };
1.50 + 27224F9F0CC29B1A00814095 /* Grid.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Grid.m; sourceTree = "<group>"; };
1.51 + 2722526D0CC2E86600814095 /* QuartzUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QuartzUtils.h; sourceTree = "<group>"; };
1.52 + 2722526E0CC2E86600814095 /* QuartzUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QuartzUtils.m; sourceTree = "<group>"; };
1.53 + 272755680CC3234F009C4C6C /* Dispenser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Dispenser.h; sourceTree = "<group>"; };
1.54 + 272755690CC3234F009C4C6C /* Dispenser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Dispenser.m; sourceTree = "<group>"; };
1.55 + 27275A530CC6713E009C4C6C /* HexGrid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HexGrid.h; sourceTree = "<group>"; };
1.56 + 27275A540CC6713E009C4C6C /* HexGrid.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HexGrid.m; sourceTree = "<group>"; };
1.57 + 27275C490CC700F2009C4C6C /* Game.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Game.h; sourceTree = "<group>"; };
1.58 + 27275C4A0CC700F2009C4C6C /* Game.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Game.m; sourceTree = "<group>"; };
1.59 + 27275C900CC7C578009C4C6C /* TicTacToeGame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TicTacToeGame.h; sourceTree = "<group>"; };
1.60 + 27275C910CC7C578009C4C6C /* TicTacToeGame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TicTacToeGame.m; sourceTree = "<group>"; };
1.61 + 272C90A90CCACBA4009EE530 /* DiscPiece.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DiscPiece.h; sourceTree = "<group>"; };
1.62 + 272C90AA0CCACBA4009EE530 /* DiscPiece.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DiscPiece.m; sourceTree = "<group>"; };
1.63 + 2731E0260CD430B800E6E4C8 /* Deck.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Deck.h; sourceTree = "<group>"; };
1.64 + 2731E0270CD430B800E6E4C8 /* Deck.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Deck.m; sourceTree = "<group>"; };
1.65 + 2731E2A60CD5630600E6E4C8 /* BitHolder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BitHolder.h; sourceTree = "<group>"; };
1.66 + 2731E2A70CD5630600E6E4C8 /* BitHolder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BitHolder.m; sourceTree = "<group>"; };
1.67 + 2734B2600CC7F25A0070C008 /* HexchequerGame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HexchequerGame.h; sourceTree = "<group>"; };
1.68 + 2734B2610CC7F25A0070C008 /* HexchequerGame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HexchequerGame.m; sourceTree = "<group>"; };
1.69 + 2734B4EE0CCA5BDB0070C008 /* CheckersGame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CheckersGame.h; sourceTree = "<group>"; };
1.70 + 2734B4EF0CCA5BDB0070C008 /* CheckersGame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CheckersGame.m; sourceTree = "<group>"; };
1.71 + 274124040CFCCF9D00842A9B /* DemoBoardView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DemoBoardView.h; sourceTree = "<group>"; };
1.72 + 274124050CFCCF9D00842A9B /* DemoBoardView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DemoBoardView.m; sourceTree = "<group>"; };
1.73 + 276DFC400D00867000D329AE /* Green Ball.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Green Ball.png"; path = "Resources/Green Ball.png"; sourceTree = "<group>"; };
1.74 + 276DFC530D00890C00D329AE /* Red Ball.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Red Ball.png"; path = "Resources/Red Ball.png"; sourceTree = "<group>"; };
1.75 + 276DFC540D00890C00D329AE /* Yellow Ball.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Yellow Ball.png"; path = "Resources/Yellow Ball.png"; sourceTree = "<group>"; };
1.76 + 276DFC550D00890C00D329AE /* White Ball.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "White Ball.png"; path = "Resources/White Ball.png"; sourceTree = "<group>"; };
1.77 + 2795C2B60CC278C800D7B2BD /* Piece.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Piece.h; sourceTree = "<group>"; };
1.78 + 2795C2B70CC278C800D7B2BD /* Piece.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Piece.m; sourceTree = "<group>"; };
1.79 + 27B7543D0D08884F000516B9 /* Wood.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = Wood.jpg; path = Resources/Wood.jpg; sourceTree = "<group>"; };
1.80 + 27C999C10D81185E005AFD4F /* GGBUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GGBUtils.h; sourceTree = "<group>"; };
1.81 + 27C999C20D81185E005AFD4F /* GGBUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GGBUtils.m; sourceTree = "<group>"; };
1.82 + 27CCA8030CB8A3F9001CFE24 /* BoardView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BoardView.h; sourceTree = "<group>"; };
1.83 + 27CCA8040CB8A3F9001CFE24 /* BoardView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BoardView.m; sourceTree = "<group>"; };
1.84 + 27CCA95E0CB8A74D001CFE24 /* Quartz.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quartz.framework; path = /System/Library/Frameworks/Quartz.framework; sourceTree = "<absolute>"; };
1.85 + 27CCAABB0CB92A9F001CFE24 /* Card.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Card.h; sourceTree = "<group>"; };
1.86 + 27CCAABC0CB92A9F001CFE24 /* Card.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Card.m; sourceTree = "<group>"; };
1.87 + 27CCABBD0CB9496B001CFE24 /* Bit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bit.h; sourceTree = "<group>"; };
1.88 + 27CCABBE0CB9496B001CFE24 /* Bit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Bit.m; sourceTree = "<group>"; };
1.89 + 27CCAC730CB95C2B001CFE24 /* PlayingCard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlayingCard.h; sourceTree = "<group>"; };
1.90 + 27CCAC740CB95C2B001CFE24 /* PlayingCard.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PlayingCard.m; sourceTree = "<group>"; };
1.91 + 27D4F1240CCF011200923605 /* Stack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Stack.h; sourceTree = "<group>"; };
1.92 + 27D4F1250CCF011200923605 /* Stack.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Stack.m; sourceTree = "<group>"; };
1.93 + 27DFC43F0CCD01B7005E34CE /* GoGame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GoGame.h; sourceTree = "<group>"; };
1.94 + 27DFC4400CCD01B7005E34CE /* GoGame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GoGame.m; sourceTree = "<group>"; };
1.95 + 27F230B70CD1A61B006939C1 /* KlondikeGame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KlondikeGame.h; sourceTree = "<group>"; };
1.96 + 27F230B80CD1A61B006939C1 /* KlondikeGame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KlondikeGame.m; sourceTree = "<group>"; };
1.97 + 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
1.98 + 29B97319FDCFA39411CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; };
1.99 + 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
1.100 + 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
1.101 + 32CA4F630368D1EE00C91783 /* GeekGameBoard_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GeekGameBoard_Prefix.pch; sourceTree = "<group>"; };
1.102 + 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Resources/Info.plist; sourceTree = "<group>"; };
1.103 + 8D1107320486CEB800E47090 /* GeekGameBoard.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GeekGameBoard.app; sourceTree = BUILT_PRODUCTS_DIR; };
1.104 +/* End PBXFileReference section */
1.105 +
1.106 +/* Begin PBXFrameworksBuildPhase section */
1.107 + 8D11072E0486CEB800E47090 /* Frameworks */ = {
1.108 + isa = PBXFrameworksBuildPhase;
1.109 + buildActionMask = 2147483647;
1.110 + files = (
1.111 + 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
1.112 + 27CCA95F0CB8A74D001CFE24 /* Quartz.framework in Frameworks */,
1.113 + );
1.114 + runOnlyForDeploymentPostprocessing = 0;
1.115 + };
1.116 +/* End PBXFrameworksBuildPhase section */
1.117 +
1.118 +/* Begin PBXGroup section */
1.119 + 080E96DDFE201D6D7F000001 /* Source */ = {
1.120 + isa = PBXGroup;
1.121 + children = (
1.122 + 27CCA8030CB8A3F9001CFE24 /* BoardView.h */,
1.123 + 27CCA8040CB8A3F9001CFE24 /* BoardView.m */,
1.124 + 27CCABBD0CB9496B001CFE24 /* Bit.h */,
1.125 + 27CCABBE0CB9496B001CFE24 /* Bit.m */,
1.126 + 2731E2A60CD5630600E6E4C8 /* BitHolder.h */,
1.127 + 2731E2A70CD5630600E6E4C8 /* BitHolder.m */,
1.128 + 27D4F1240CCF011200923605 /* Stack.h */,
1.129 + 27D4F1250CCF011200923605 /* Stack.m */,
1.130 + 27275C440CC70095009C4C6C /* Cards */,
1.131 + 27275C450CC700C4009C4C6C /* Boards and Pieces */,
1.132 + 27275C480CC700D8009C4C6C /* Games */,
1.133 + 2722526D0CC2E86600814095 /* QuartzUtils.h */,
1.134 + 2722526E0CC2E86600814095 /* QuartzUtils.m */,
1.135 + 27C999C10D81185E005AFD4F /* GGBUtils.h */,
1.136 + 27C999C20D81185E005AFD4F /* GGBUtils.m */,
1.137 + );
1.138 + path = Source;
1.139 + sourceTree = "<group>";
1.140 + };
1.141 + 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
1.142 + isa = PBXGroup;
1.143 + children = (
1.144 + 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
1.145 + );
1.146 + name = "Linked Frameworks";
1.147 + sourceTree = "<group>";
1.148 + };
1.149 + 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
1.150 + isa = PBXGroup;
1.151 + children = (
1.152 + 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
1.153 + 27CCA95E0CB8A74D001CFE24 /* Quartz.framework */,
1.154 + 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
1.155 + );
1.156 + name = "Other Frameworks";
1.157 + sourceTree = "<group>";
1.158 + };
1.159 + 19C28FACFE9D520D11CA2CBB /* Products */ = {
1.160 + isa = PBXGroup;
1.161 + children = (
1.162 + 8D1107320486CEB800E47090 /* GeekGameBoard.app */,
1.163 + );
1.164 + name = Products;
1.165 + sourceTree = "<group>";
1.166 + };
1.167 + 27275C440CC70095009C4C6C /* Cards */ = {
1.168 + isa = PBXGroup;
1.169 + children = (
1.170 + 27CCAABB0CB92A9F001CFE24 /* Card.h */,
1.171 + 27CCAABC0CB92A9F001CFE24 /* Card.m */,
1.172 + 2731E0260CD430B800E6E4C8 /* Deck.h */,
1.173 + 2731E0270CD430B800E6E4C8 /* Deck.m */,
1.174 + 27CCAC730CB95C2B001CFE24 /* PlayingCard.h */,
1.175 + 27CCAC740CB95C2B001CFE24 /* PlayingCard.m */,
1.176 + );
1.177 + name = Cards;
1.178 + sourceTree = "<group>";
1.179 + };
1.180 + 27275C450CC700C4009C4C6C /* Boards and Pieces */ = {
1.181 + isa = PBXGroup;
1.182 + children = (
1.183 + 2795C2B60CC278C800D7B2BD /* Piece.h */,
1.184 + 2795C2B70CC278C800D7B2BD /* Piece.m */,
1.185 + 272C90A90CCACBA4009EE530 /* DiscPiece.h */,
1.186 + 272C90AA0CCACBA4009EE530 /* DiscPiece.m */,
1.187 + 27224F9E0CC29B1A00814095 /* Grid.h */,
1.188 + 27224F9F0CC29B1A00814095 /* Grid.m */,
1.189 + 27275A530CC6713E009C4C6C /* HexGrid.h */,
1.190 + 27275A540CC6713E009C4C6C /* HexGrid.m */,
1.191 + 272755680CC3234F009C4C6C /* Dispenser.h */,
1.192 + 272755690CC3234F009C4C6C /* Dispenser.m */,
1.193 + );
1.194 + name = "Boards and Pieces";
1.195 + sourceTree = "<group>";
1.196 + };
1.197 + 27275C480CC700D8009C4C6C /* Games */ = {
1.198 + isa = PBXGroup;
1.199 + children = (
1.200 + 27275C490CC700F2009C4C6C /* Game.h */,
1.201 + 27275C4A0CC700F2009C4C6C /* Game.m */,
1.202 + 27275C900CC7C578009C4C6C /* TicTacToeGame.h */,
1.203 + 27275C910CC7C578009C4C6C /* TicTacToeGame.m */,
1.204 + 2734B4EE0CCA5BDB0070C008 /* CheckersGame.h */,
1.205 + 2734B4EF0CCA5BDB0070C008 /* CheckersGame.m */,
1.206 + 2734B2600CC7F25A0070C008 /* HexchequerGame.h */,
1.207 + 2734B2610CC7F25A0070C008 /* HexchequerGame.m */,
1.208 + 27DFC43F0CCD01B7005E34CE /* GoGame.h */,
1.209 + 27DFC4400CCD01B7005E34CE /* GoGame.m */,
1.210 + 27F230B70CD1A61B006939C1 /* KlondikeGame.h */,
1.211 + 27F230B80CD1A61B006939C1 /* KlondikeGame.m */,
1.212 + );
1.213 + name = Games;
1.214 + sourceTree = "<group>";
1.215 + };
1.216 + 29B97314FDCFA39411CA2CEA /* BoardGame */ = {
1.217 + isa = PBXGroup;
1.218 + children = (
1.219 + 080E96DDFE201D6D7F000001 /* Source */,
1.220 + 29B97315FDCFA39411CA2CEA /* Demo Application */,
1.221 + 29B97317FDCFA39411CA2CEA /* Resources */,
1.222 + 29B97323FDCFA39411CA2CEA /* Frameworks */,
1.223 + 19C28FACFE9D520D11CA2CBB /* Products */,
1.224 + );
1.225 + name = BoardGame;
1.226 + sourceTree = "<group>";
1.227 + };
1.228 + 29B97315FDCFA39411CA2CEA /* Demo Application */ = {
1.229 + isa = PBXGroup;
1.230 + children = (
1.231 + 274124040CFCCF9D00842A9B /* DemoBoardView.h */,
1.232 + 274124050CFCCF9D00842A9B /* DemoBoardView.m */,
1.233 + 32CA4F630368D1EE00C91783 /* GeekGameBoard_Prefix.pch */,
1.234 + 29B97316FDCFA39411CA2CEA /* main.m */,
1.235 + );
1.236 + name = "Demo Application";
1.237 + path = Source;
1.238 + sourceTree = "<group>";
1.239 + };
1.240 + 29B97317FDCFA39411CA2CEA /* Resources */ = {
1.241 + isa = PBXGroup;
1.242 + children = (
1.243 + 29B97318FDCFA39411CA2CEA /* MainMenu.nib */,
1.244 + 8D1107310486CEB800E47090 /* Info.plist */,
1.245 + 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
1.246 + 276DFC400D00867000D329AE /* Green Ball.png */,
1.247 + 276DFC530D00890C00D329AE /* Red Ball.png */,
1.248 + 276DFC540D00890C00D329AE /* Yellow Ball.png */,
1.249 + 276DFC550D00890C00D329AE /* White Ball.png */,
1.250 + 27B7543D0D08884F000516B9 /* Wood.jpg */,
1.251 + );
1.252 + name = Resources;
1.253 + sourceTree = "<group>";
1.254 + };
1.255 + 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
1.256 + isa = PBXGroup;
1.257 + children = (
1.258 + 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
1.259 + 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
1.260 + );
1.261 + name = Frameworks;
1.262 + sourceTree = "<group>";
1.263 + };
1.264 +/* End PBXGroup section */
1.265 +
1.266 +/* Begin PBXNativeTarget section */
1.267 + 8D1107260486CEB800E47090 /* BoardGame */ = {
1.268 + isa = PBXNativeTarget;
1.269 + buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "BoardGame" */;
1.270 + buildPhases = (
1.271 + 8D1107290486CEB800E47090 /* Resources */,
1.272 + 8D11072C0486CEB800E47090 /* Sources */,
1.273 + 8D11072E0486CEB800E47090 /* Frameworks */,
1.274 + );
1.275 + buildRules = (
1.276 + );
1.277 + dependencies = (
1.278 + );
1.279 + name = BoardGame;
1.280 + productInstallPath = "$(HOME)/Applications";
1.281 + productName = BoardGame;
1.282 + productReference = 8D1107320486CEB800E47090 /* GeekGameBoard.app */;
1.283 + productType = "com.apple.product-type.application";
1.284 + };
1.285 +/* End PBXNativeTarget section */
1.286 +
1.287 +/* Begin PBXProject section */
1.288 + 29B97313FDCFA39411CA2CEA /* Project object */ = {
1.289 + isa = PBXProject;
1.290 + buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "GeekGameBoard" */;
1.291 + compatibilityVersion = "Xcode 3.0";
1.292 + hasScannedForEncodings = 1;
1.293 + mainGroup = 29B97314FDCFA39411CA2CEA /* BoardGame */;
1.294 + projectDirPath = "";
1.295 + projectRoot = "";
1.296 + targets = (
1.297 + 8D1107260486CEB800E47090 /* BoardGame */,
1.298 + );
1.299 + };
1.300 +/* End PBXProject section */
1.301 +
1.302 +/* Begin PBXResourcesBuildPhase section */
1.303 + 8D1107290486CEB800E47090 /* Resources */ = {
1.304 + isa = PBXResourcesBuildPhase;
1.305 + buildActionMask = 2147483647;
1.306 + files = (
1.307 + 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */,
1.308 + 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
1.309 + 276DFC410D00867000D329AE /* Green Ball.png in Resources */,
1.310 + 276DFC560D00890C00D329AE /* Red Ball.png in Resources */,
1.311 + 276DFC570D00890C00D329AE /* Yellow Ball.png in Resources */,
1.312 + 276DFC580D00890C00D329AE /* White Ball.png in Resources */,
1.313 + 27B7543E0D08884F000516B9 /* Wood.jpg in Resources */,
1.314 + );
1.315 + runOnlyForDeploymentPostprocessing = 0;
1.316 + };
1.317 +/* End PBXResourcesBuildPhase section */
1.318 +
1.319 +/* Begin PBXSourcesBuildPhase section */
1.320 + 8D11072C0486CEB800E47090 /* Sources */ = {
1.321 + isa = PBXSourcesBuildPhase;
1.322 + buildActionMask = 2147483647;
1.323 + files = (
1.324 + 8D11072D0486CEB800E47090 /* main.m in Sources */,
1.325 + 27CCA8050CB8A3F9001CFE24 /* BoardView.m in Sources */,
1.326 + 27CCAABD0CB92A9F001CFE24 /* Card.m in Sources */,
1.327 + 27CCABBF0CB9496B001CFE24 /* Bit.m in Sources */,
1.328 + 27CCAC750CB95C2B001CFE24 /* PlayingCard.m in Sources */,
1.329 + 2795C2B80CC278C800D7B2BD /* Piece.m in Sources */,
1.330 + 27224FA00CC29B1A00814095 /* Grid.m in Sources */,
1.331 + 2722526F0CC2E86600814095 /* QuartzUtils.m in Sources */,
1.332 + 2727556A0CC3234F009C4C6C /* Dispenser.m in Sources */,
1.333 + 27275A550CC6713E009C4C6C /* HexGrid.m in Sources */,
1.334 + 27275C4B0CC700F2009C4C6C /* Game.m in Sources */,
1.335 + 27275C920CC7C578009C4C6C /* TicTacToeGame.m in Sources */,
1.336 + 2734B2620CC7F25A0070C008 /* HexchequerGame.m in Sources */,
1.337 + 2734B4F00CCA5BDB0070C008 /* CheckersGame.m in Sources */,
1.338 + 272C90AB0CCACBA4009EE530 /* DiscPiece.m in Sources */,
1.339 + 27DFC4410CCD01B7005E34CE /* GoGame.m in Sources */,
1.340 + 27D4F1260CCF011200923605 /* Stack.m in Sources */,
1.341 + 27F230B90CD1A61B006939C1 /* KlondikeGame.m in Sources */,
1.342 + 2731E0280CD430B800E6E4C8 /* Deck.m in Sources */,
1.343 + 2731E2A80CD5630600E6E4C8 /* BitHolder.m in Sources */,
1.344 + 274124060CFCCF9D00842A9B /* DemoBoardView.m in Sources */,
1.345 + 27C999C30D81185E005AFD4F /* GGBUtils.m in Sources */,
1.346 + );
1.347 + runOnlyForDeploymentPostprocessing = 0;
1.348 + };
1.349 +/* End PBXSourcesBuildPhase section */
1.350 +
1.351 +/* Begin PBXVariantGroup section */
1.352 + 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
1.353 + isa = PBXVariantGroup;
1.354 + children = (
1.355 + 089C165DFE840E0CC02AAC07 /* English */,
1.356 + );
1.357 + name = InfoPlist.strings;
1.358 + sourceTree = "<group>";
1.359 + };
1.360 + 29B97318FDCFA39411CA2CEA /* MainMenu.nib */ = {
1.361 + isa = PBXVariantGroup;
1.362 + children = (
1.363 + 29B97319FDCFA39411CA2CEA /* English */,
1.364 + );
1.365 + name = MainMenu.nib;
1.366 + sourceTree = "<group>";
1.367 + };
1.368 +/* End PBXVariantGroup section */
1.369 +
1.370 +/* Begin XCBuildConfiguration section */
1.371 + C01FCF4B08A954540054247B /* Debug */ = {
1.372 + isa = XCBuildConfiguration;
1.373 + buildSettings = {
1.374 + COPY_PHASE_STRIP = NO;
1.375 + GCC_DYNAMIC_NO_PIC = NO;
1.376 + GCC_ENABLE_FIX_AND_CONTINUE = YES;
1.377 + GCC_MODEL_TUNING = G5;
1.378 + GCC_OPTIMIZATION_LEVEL = 0;
1.379 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
1.380 + GCC_PREFIX_HEADER = Source/GeekGameBoard_Prefix.pch;
1.381 + INFOPLIST_FILE = Resources/Info.plist;
1.382 + INSTALL_PATH = "$(HOME)/Applications";
1.383 + PRODUCT_NAME = GeekGameBoard;
1.384 + WRAPPER_EXTENSION = app;
1.385 + ZERO_LINK = YES;
1.386 + };
1.387 + name = Debug;
1.388 + };
1.389 + C01FCF4C08A954540054247B /* Release */ = {
1.390 + isa = XCBuildConfiguration;
1.391 + buildSettings = {
1.392 + ARCHS = (
1.393 + i386,
1.394 + ppc,
1.395 + ppc64,
1.396 + x86_64,
1.397 + );
1.398 + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1.399 + GCC_MODEL_TUNING = G5;
1.400 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
1.401 + GCC_PREFIX_HEADER = Source/GeekGameBoard_Prefix.pch;
1.402 + INFOPLIST_FILE = Resources/Info.plist;
1.403 + INSTALL_PATH = "$(HOME)/Applications";
1.404 + PRODUCT_NAME = GeekGameBoard;
1.405 + WRAPPER_EXTENSION = app;
1.406 + };
1.407 + name = Release;
1.408 + };
1.409 + C01FCF4F08A954540054247B /* Debug */ = {
1.410 + isa = XCBuildConfiguration;
1.411 + buildSettings = {
1.412 + GCC_C_LANGUAGE_STANDARD = gnu99;
1.413 + GCC_ENABLE_OBJC_GC = unsupported;
1.414 + GCC_TREAT_WARNINGS_AS_ERRORS = YES;
1.415 + GCC_WARN_ABOUT_RETURN_TYPE = YES;
1.416 + GCC_WARN_UNUSED_VARIABLE = YES;
1.417 + PREBINDING = NO;
1.418 + WARNING_CFLAGS = "-Wall";
1.419 + };
1.420 + name = Debug;
1.421 + };
1.422 + C01FCF5008A954540054247B /* Release */ = {
1.423 + isa = XCBuildConfiguration;
1.424 + buildSettings = {
1.425 + ARCHS = (
1.426 + ppc,
1.427 + i386,
1.428 + );
1.429 + GCC_C_LANGUAGE_STANDARD = gnu99;
1.430 + GCC_ENABLE_OBJC_GC = unsupported;
1.431 + GCC_TREAT_WARNINGS_AS_ERRORS = YES;
1.432 + GCC_WARN_ABOUT_RETURN_TYPE = YES;
1.433 + GCC_WARN_UNUSED_VARIABLE = YES;
1.434 + PREBINDING = NO;
1.435 + WARNING_CFLAGS = "-Wall";
1.436 + };
1.437 + name = Release;
1.438 + };
1.439 +/* End XCBuildConfiguration section */
1.440 +
1.441 +/* Begin XCConfigurationList section */
1.442 + C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "BoardGame" */ = {
1.443 + isa = XCConfigurationList;
1.444 + buildConfigurations = (
1.445 + C01FCF4B08A954540054247B /* Debug */,
1.446 + C01FCF4C08A954540054247B /* Release */,
1.447 + );
1.448 + defaultConfigurationIsVisible = 0;
1.449 + defaultConfigurationName = Release;
1.450 + };
1.451 + C01FCF4E08A954540054247B /* Build configuration list for PBXProject "GeekGameBoard" */ = {
1.452 + isa = XCConfigurationList;
1.453 + buildConfigurations = (
1.454 + C01FCF4F08A954540054247B /* Debug */,
1.455 + C01FCF5008A954540054247B /* Release */,
1.456 + );
1.457 + defaultConfigurationIsVisible = 0;
1.458 + defaultConfigurationName = Release;
1.459 + };
1.460 +/* End XCConfigurationList section */
1.461 + };
1.462 + rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
1.463 +}