GeekGameBoard-iPhone.xcodeproj/project.pbxproj
author Jens Alfke <jens@mooseyard.com>
Mon Mar 10 17:30:57 2008 -0700 (2008-03-10)
changeset 1 3eb7be1dd7b6
child 3 40d225cf9c43
permissions -rwxr-xr-x
Tic-tac-toe works on the iPhone simulator!
     1 // !$*UTF8*$!
     2 {
     3 	archiveVersion = 1;
     4 	classes = {
     5 	};
     6 	objectVersion = 45;
     7 	objects = {
     8 
     9 /* Begin PBXBuildFile section */
    10 		1D3623EC0D0F72F000981E51 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */; };
    11 		1D60589B0D05DD56006BFB54 /* main-iPhone.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main-iPhone.m */; };
    12 		1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
    13 		1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
    14 		279F4B590D85C51700B32DBF /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 279F4B580D85C51700B32DBF /* AudioToolbox.framework */; };
    15 		279F4B5B0D85C51700B32DBF /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 279F4B5A0D85C51700B32DBF /* QuartzCore.framework */; };
    16 		279F4B620D85C63000B32DBF /* GGBTextLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 279F4B610D85C63000B32DBF /* GGBTextLayer.m */; };
    17 		279F4B6A0D85CBFC00B32DBF /* iPhoneAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 279F4B690D85CBFC00B32DBF /* iPhoneAppDelegate.m */; };
    18 		279F4B740D85CDE900B32DBF /* ToolbarAdvanced.icns in Resources */ = {isa = PBXBuildFile; fileRef = 279F4B720D85CDE900B32DBF /* ToolbarAdvanced.icns */; };
    19 		279F4C1D0D85D0AF00B32DBF /* X.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 279F4C1C0D85D0AF00B32DBF /* X.tiff */; };
    20 		279F4C1F0D85D0CB00B32DBF /* O.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 279F4C1E0D85D0CB00B32DBF /* O.tiff */; };
    21 		279F4C740D85D43800B32DBF /* Background.png in Resources */ = {isa = PBXBuildFile; fileRef = 279F4C730D85D43800B32DBF /* Background.png */; };
    22 		27C99B0F0D820868005AFD4F /* BoardUIView.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AE40D820868005AFD4F /* BoardUIView.m */; };
    23 		27C99B100D820868005AFD4F /* Bit.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AE60D820868005AFD4F /* Bit.m */; };
    24 		27C99B110D820868005AFD4F /* BitHolder.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AE80D820868005AFD4F /* BitHolder.m */; };
    25 		27C99B120D820868005AFD4F /* Stack.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AEA0D820868005AFD4F /* Stack.m */; };
    26 		27C99B130D820868005AFD4F /* Card.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AED0D820868005AFD4F /* Card.m */; };
    27 		27C99B140D820868005AFD4F /* Deck.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AEF0D820868005AFD4F /* Deck.m */; };
    28 		27C99B150D820868005AFD4F /* PlayingCard.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AF10D820868005AFD4F /* PlayingCard.m */; };
    29 		27C99B160D820868005AFD4F /* Piece.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AF40D820868005AFD4F /* Piece.m */; };
    30 		27C99B170D820868005AFD4F /* DiscPiece.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AF60D820868005AFD4F /* DiscPiece.m */; };
    31 		27C99B180D820868005AFD4F /* Grid.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AF80D820868005AFD4F /* Grid.m */; };
    32 		27C99B190D820868005AFD4F /* HexGrid.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AFA0D820868005AFD4F /* HexGrid.m */; };
    33 		27C99B1A0D820868005AFD4F /* Dispenser.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AFC0D820868005AFD4F /* Dispenser.m */; };
    34 		27C99B1B0D820868005AFD4F /* Game.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AFF0D820868005AFD4F /* Game.m */; };
    35 		27C99B1C0D820868005AFD4F /* TicTacToeGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99B010D820868005AFD4F /* TicTacToeGame.m */; };
    36 		27C99B1D0D820868005AFD4F /* CheckersGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99B030D820868005AFD4F /* CheckersGame.m */; };
    37 		27C99B1E0D820868005AFD4F /* HexchequerGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99B050D820868005AFD4F /* HexchequerGame.m */; };
    38 		27C99B1F0D820868005AFD4F /* GoGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99B070D820868005AFD4F /* GoGame.m */; };
    39 		27C99B200D820868005AFD4F /* KlondikeGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99B090D820868005AFD4F /* KlondikeGame.m */; };
    40 		27C99B210D820868005AFD4F /* QuartzUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99B0B0D820868005AFD4F /* QuartzUtils.m */; };
    41 		27C99B220D820868005AFD4F /* GGBUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99B0D0D820868005AFD4F /* GGBUtils.m */; };
    42 		27C99B510D82106E005AFD4F /* GGBLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99B500D82106E005AFD4F /* GGBLayer.m */; };
    43 /* End PBXBuildFile section */
    44 
    45 /* Begin PBXFileReference section */
    46 		1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
    47 		1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
    48 		1D6058910D05DD3D006BFB54 /* GGB-iPhone.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "GGB-iPhone.app"; sourceTree = BUILT_PRODUCTS_DIR; };
    49 		1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
    50 		279F4B580D85C51700B32DBF /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
    51 		279F4B5A0D85C51700B32DBF /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
    52 		279F4B600D85C63000B32DBF /* GGBTextLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GGBTextLayer.h; sourceTree = "<group>"; };
    53 		279F4B610D85C63000B32DBF /* GGBTextLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GGBTextLayer.m; sourceTree = "<group>"; };
    54 		279F4B680D85CBFC00B32DBF /* iPhoneAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = iPhoneAppDelegate.h; path = Source/iPhoneAppDelegate.h; sourceTree = "<group>"; };
    55 		279F4B690D85CBFC00B32DBF /* iPhoneAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = iPhoneAppDelegate.m; path = Source/iPhoneAppDelegate.m; sourceTree = "<group>"; };
    56 		279F4B720D85CDE900B32DBF /* ToolbarAdvanced.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = ToolbarAdvanced.icns; path = /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ToolbarAdvanced.icns; sourceTree = "<absolute>"; };
    57 		279F4C1C0D85D0AF00B32DBF /* X.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = X.tiff; sourceTree = "<group>"; };
    58 		279F4C1E0D85D0CB00B32DBF /* O.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = O.tiff; sourceTree = "<group>"; };
    59 		279F4C730D85D43800B32DBF /* Background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Background.png; sourceTree = "<group>"; };
    60 		27C99AE30D820868005AFD4F /* BoardUIView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BoardUIView.h; sourceTree = "<group>"; };
    61 		27C99AE40D820868005AFD4F /* BoardUIView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BoardUIView.m; sourceTree = "<group>"; };
    62 		27C99AE50D820868005AFD4F /* Bit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bit.h; sourceTree = "<group>"; };
    63 		27C99AE60D820868005AFD4F /* Bit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Bit.m; sourceTree = "<group>"; };
    64 		27C99AE70D820868005AFD4F /* BitHolder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BitHolder.h; sourceTree = "<group>"; };
    65 		27C99AE80D820868005AFD4F /* BitHolder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BitHolder.m; sourceTree = "<group>"; };
    66 		27C99AE90D820868005AFD4F /* Stack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Stack.h; sourceTree = "<group>"; };
    67 		27C99AEA0D820868005AFD4F /* Stack.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Stack.m; sourceTree = "<group>"; };
    68 		27C99AEC0D820868005AFD4F /* Card.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Card.h; sourceTree = "<group>"; };
    69 		27C99AED0D820868005AFD4F /* Card.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Card.m; sourceTree = "<group>"; };
    70 		27C99AEE0D820868005AFD4F /* Deck.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Deck.h; sourceTree = "<group>"; };
    71 		27C99AEF0D820868005AFD4F /* Deck.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Deck.m; sourceTree = "<group>"; };
    72 		27C99AF00D820868005AFD4F /* PlayingCard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlayingCard.h; sourceTree = "<group>"; };
    73 		27C99AF10D820868005AFD4F /* PlayingCard.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PlayingCard.m; sourceTree = "<group>"; };
    74 		27C99AF30D820868005AFD4F /* Piece.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Piece.h; sourceTree = "<group>"; };
    75 		27C99AF40D820868005AFD4F /* Piece.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Piece.m; sourceTree = "<group>"; };
    76 		27C99AF50D820868005AFD4F /* DiscPiece.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DiscPiece.h; sourceTree = "<group>"; };
    77 		27C99AF60D820868005AFD4F /* DiscPiece.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DiscPiece.m; sourceTree = "<group>"; };
    78 		27C99AF70D820868005AFD4F /* Grid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Grid.h; sourceTree = "<group>"; };
    79 		27C99AF80D820868005AFD4F /* Grid.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Grid.m; sourceTree = "<group>"; };
    80 		27C99AF90D820868005AFD4F /* HexGrid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HexGrid.h; sourceTree = "<group>"; };
    81 		27C99AFA0D820868005AFD4F /* HexGrid.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HexGrid.m; sourceTree = "<group>"; };
    82 		27C99AFB0D820868005AFD4F /* Dispenser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Dispenser.h; sourceTree = "<group>"; };
    83 		27C99AFC0D820868005AFD4F /* Dispenser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Dispenser.m; sourceTree = "<group>"; };
    84 		27C99AFE0D820868005AFD4F /* Game.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Game.h; sourceTree = "<group>"; };
    85 		27C99AFF0D820868005AFD4F /* Game.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Game.m; sourceTree = "<group>"; };
    86 		27C99B000D820868005AFD4F /* TicTacToeGame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TicTacToeGame.h; sourceTree = "<group>"; };
    87 		27C99B010D820868005AFD4F /* TicTacToeGame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TicTacToeGame.m; sourceTree = "<group>"; };
    88 		27C99B020D820868005AFD4F /* CheckersGame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CheckersGame.h; sourceTree = "<group>"; };
    89 		27C99B030D820868005AFD4F /* CheckersGame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CheckersGame.m; sourceTree = "<group>"; };
    90 		27C99B040D820868005AFD4F /* HexchequerGame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HexchequerGame.h; sourceTree = "<group>"; };
    91 		27C99B050D820868005AFD4F /* HexchequerGame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HexchequerGame.m; sourceTree = "<group>"; };
    92 		27C99B060D820868005AFD4F /* GoGame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GoGame.h; sourceTree = "<group>"; };
    93 		27C99B070D820868005AFD4F /* GoGame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GoGame.m; sourceTree = "<group>"; };
    94 		27C99B080D820868005AFD4F /* KlondikeGame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KlondikeGame.h; sourceTree = "<group>"; };
    95 		27C99B090D820868005AFD4F /* KlondikeGame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KlondikeGame.m; sourceTree = "<group>"; };
    96 		27C99B0A0D820868005AFD4F /* QuartzUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QuartzUtils.h; sourceTree = "<group>"; };
    97 		27C99B0B0D820868005AFD4F /* QuartzUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QuartzUtils.m; sourceTree = "<group>"; };
    98 		27C99B0C0D820868005AFD4F /* GGBUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GGBUtils.h; sourceTree = "<group>"; };
    99 		27C99B0D0D820868005AFD4F /* GGBUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GGBUtils.m; sourceTree = "<group>"; };
   100 		27C99B4F0D82106E005AFD4F /* GGBLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GGBLayer.h; sourceTree = "<group>"; };
   101 		27C99B500D82106E005AFD4F /* GGBLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GGBLayer.m; sourceTree = "<group>"; };
   102 		29B97316FDCFA39411CA2CEA /* main-iPhone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "main-iPhone.m"; path = "Source/main-iPhone.m"; sourceTree = "<group>"; };
   103 		32CA4F630368D1EE00C91783 /* GGB-iPhone_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "GGB-iPhone_Prefix.pch"; path = "Source/GGB-iPhone_Prefix.pch"; sourceTree = "<group>"; };
   104 		8D1107310486CEB800E47090 /* Info-iPhone.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-iPhone.plist"; sourceTree = "<group>"; };
   105 /* End PBXFileReference section */
   106 
   107 /* Begin PBXFrameworksBuildPhase section */
   108 		1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
   109 			isa = PBXFrameworksBuildPhase;
   110 			buildActionMask = 2147483647;
   111 			files = (
   112 				1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
   113 				1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
   114 				1D3623EC0D0F72F000981E51 /* CoreGraphics.framework in Frameworks */,
   115 				279F4B590D85C51700B32DBF /* AudioToolbox.framework in Frameworks */,
   116 				279F4B5B0D85C51700B32DBF /* QuartzCore.framework in Frameworks */,
   117 			);
   118 			runOnlyForDeploymentPostprocessing = 0;
   119 		};
   120 /* End PBXFrameworksBuildPhase section */
   121 
   122 /* Begin PBXGroup section */
   123 		1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
   124 			isa = PBXGroup;
   125 			children = (
   126 				1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */,
   127 				1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
   128 				1D30AB110D05D00D00671497 /* Foundation.framework */,
   129 			);
   130 			name = "Linked Frameworks";
   131 			sourceTree = "<group>";
   132 		};
   133 		1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
   134 			isa = PBXGroup;
   135 			children = (
   136 			);
   137 			name = "Other Frameworks";
   138 			sourceTree = "<group>";
   139 		};
   140 		19C28FACFE9D520D11CA2CBB /* Products */ = {
   141 			isa = PBXGroup;
   142 			children = (
   143 				1D6058910D05DD3D006BFB54 /* GGB-iPhone.app */,
   144 			);
   145 			name = Products;
   146 			sourceTree = "<group>";
   147 		};
   148 		27C99AE00D820868005AFD4F /* Source */ = {
   149 			isa = PBXGroup;
   150 			children = (
   151 				27C99AE30D820868005AFD4F /* BoardUIView.h */,
   152 				27C99AE40D820868005AFD4F /* BoardUIView.m */,
   153 				27C99B4F0D82106E005AFD4F /* GGBLayer.h */,
   154 				27C99B500D82106E005AFD4F /* GGBLayer.m */,
   155 				279F4B600D85C63000B32DBF /* GGBTextLayer.h */,
   156 				279F4B610D85C63000B32DBF /* GGBTextLayer.m */,
   157 				27C99AE50D820868005AFD4F /* Bit.h */,
   158 				27C99AE60D820868005AFD4F /* Bit.m */,
   159 				27C99AE70D820868005AFD4F /* BitHolder.h */,
   160 				27C99AE80D820868005AFD4F /* BitHolder.m */,
   161 				27C99AE90D820868005AFD4F /* Stack.h */,
   162 				27C99AEA0D820868005AFD4F /* Stack.m */,
   163 				27C99AF20D820868005AFD4F /* Boards and Pieces */,
   164 				27C99AEB0D820868005AFD4F /* Cards */,
   165 				27C99AFD0D820868005AFD4F /* Games */,
   166 				27C99B0A0D820868005AFD4F /* QuartzUtils.h */,
   167 				27C99B0B0D820868005AFD4F /* QuartzUtils.m */,
   168 				27C99B0C0D820868005AFD4F /* GGBUtils.h */,
   169 				27C99B0D0D820868005AFD4F /* GGBUtils.m */,
   170 			);
   171 			path = Source;
   172 			sourceTree = "<group>";
   173 		};
   174 		27C99AEB0D820868005AFD4F /* Cards */ = {
   175 			isa = PBXGroup;
   176 			children = (
   177 				27C99AEC0D820868005AFD4F /* Card.h */,
   178 				27C99AED0D820868005AFD4F /* Card.m */,
   179 				27C99AEE0D820868005AFD4F /* Deck.h */,
   180 				27C99AEF0D820868005AFD4F /* Deck.m */,
   181 				27C99AF00D820868005AFD4F /* PlayingCard.h */,
   182 				27C99AF10D820868005AFD4F /* PlayingCard.m */,
   183 			);
   184 			name = Cards;
   185 			sourceTree = "<group>";
   186 		};
   187 		27C99AF20D820868005AFD4F /* Boards and Pieces */ = {
   188 			isa = PBXGroup;
   189 			children = (
   190 				27C99AF30D820868005AFD4F /* Piece.h */,
   191 				27C99AF40D820868005AFD4F /* Piece.m */,
   192 				27C99AF50D820868005AFD4F /* DiscPiece.h */,
   193 				27C99AF60D820868005AFD4F /* DiscPiece.m */,
   194 				27C99AF70D820868005AFD4F /* Grid.h */,
   195 				27C99AF80D820868005AFD4F /* Grid.m */,
   196 				27C99AF90D820868005AFD4F /* HexGrid.h */,
   197 				27C99AFA0D820868005AFD4F /* HexGrid.m */,
   198 				27C99AFB0D820868005AFD4F /* Dispenser.h */,
   199 				27C99AFC0D820868005AFD4F /* Dispenser.m */,
   200 			);
   201 			name = "Boards and Pieces";
   202 			sourceTree = "<group>";
   203 		};
   204 		27C99AFD0D820868005AFD4F /* Games */ = {
   205 			isa = PBXGroup;
   206 			children = (
   207 				27C99AFE0D820868005AFD4F /* Game.h */,
   208 				27C99AFF0D820868005AFD4F /* Game.m */,
   209 				27C99B000D820868005AFD4F /* TicTacToeGame.h */,
   210 				27C99B010D820868005AFD4F /* TicTacToeGame.m */,
   211 				27C99B020D820868005AFD4F /* CheckersGame.h */,
   212 				27C99B030D820868005AFD4F /* CheckersGame.m */,
   213 				27C99B040D820868005AFD4F /* HexchequerGame.h */,
   214 				27C99B050D820868005AFD4F /* HexchequerGame.m */,
   215 				27C99B060D820868005AFD4F /* GoGame.h */,
   216 				27C99B070D820868005AFD4F /* GoGame.m */,
   217 				27C99B080D820868005AFD4F /* KlondikeGame.h */,
   218 				27C99B090D820868005AFD4F /* KlondikeGame.m */,
   219 			);
   220 			name = Games;
   221 			sourceTree = "<group>";
   222 		};
   223 		29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
   224 			isa = PBXGroup;
   225 			children = (
   226 				27C99AE00D820868005AFD4F /* Source */,
   227 				29B97315FDCFA39411CA2CEA /* Other Sources */,
   228 				29B97317FDCFA39411CA2CEA /* Resources */,
   229 				29B97323FDCFA39411CA2CEA /* Frameworks */,
   230 				19C28FACFE9D520D11CA2CBB /* Products */,
   231 				279F4B580D85C51700B32DBF /* AudioToolbox.framework */,
   232 				279F4B5A0D85C51700B32DBF /* QuartzCore.framework */,
   233 			);
   234 			name = CustomTemplate;
   235 			sourceTree = "<group>";
   236 		};
   237 		29B97315FDCFA39411CA2CEA /* Other Sources */ = {
   238 			isa = PBXGroup;
   239 			children = (
   240 				279F4B680D85CBFC00B32DBF /* iPhoneAppDelegate.h */,
   241 				279F4B690D85CBFC00B32DBF /* iPhoneAppDelegate.m */,
   242 				32CA4F630368D1EE00C91783 /* GGB-iPhone_Prefix.pch */,
   243 				29B97316FDCFA39411CA2CEA /* main-iPhone.m */,
   244 			);
   245 			name = "Other Sources";
   246 			sourceTree = "<group>";
   247 		};
   248 		29B97317FDCFA39411CA2CEA /* Resources */ = {
   249 			isa = PBXGroup;
   250 			children = (
   251 				279F4C730D85D43800B32DBF /* Background.png */,
   252 				279F4C1C0D85D0AF00B32DBF /* X.tiff */,
   253 				279F4C1E0D85D0CB00B32DBF /* O.tiff */,
   254 				279F4B720D85CDE900B32DBF /* ToolbarAdvanced.icns */,
   255 				8D1107310486CEB800E47090 /* Info-iPhone.plist */,
   256 			);
   257 			path = Resources;
   258 			sourceTree = "<group>";
   259 		};
   260 		29B97323FDCFA39411CA2CEA /* Frameworks */ = {
   261 			isa = PBXGroup;
   262 			children = (
   263 				1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
   264 				1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
   265 			);
   266 			name = Frameworks;
   267 			sourceTree = "<group>";
   268 		};
   269 /* End PBXGroup section */
   270 
   271 /* Begin PBXNativeTarget section */
   272 		1D6058900D05DD3D006BFB54 /* GGB-iPhone */ = {
   273 			isa = PBXNativeTarget;
   274 			buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "GGB-iPhone" */;
   275 			buildPhases = (
   276 				1D60588D0D05DD3D006BFB54 /* Resources */,
   277 				1D60588E0D05DD3D006BFB54 /* Sources */,
   278 				1D60588F0D05DD3D006BFB54 /* Frameworks */,
   279 			);
   280 			buildRules = (
   281 			);
   282 			dependencies = (
   283 			);
   284 			name = "GGB-iPhone";
   285 			productName = "GGB-iPhone";
   286 			productReference = 1D6058910D05DD3D006BFB54 /* GGB-iPhone.app */;
   287 			productType = "com.apple.product-type.application";
   288 		};
   289 /* End PBXNativeTarget section */
   290 
   291 /* Begin PBXProject section */
   292 		29B97313FDCFA39411CA2CEA /* Project object */ = {
   293 			isa = PBXProject;
   294 			buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "GeekGameBoard-iPhone" */;
   295 			compatibilityVersion = "Xcode 3.1";
   296 			hasScannedForEncodings = 1;
   297 			mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
   298 			projectDirPath = "";
   299 			projectRoot = "";
   300 			targets = (
   301 				1D6058900D05DD3D006BFB54 /* GGB-iPhone */,
   302 			);
   303 		};
   304 /* End PBXProject section */
   305 
   306 /* Begin PBXResourcesBuildPhase section */
   307 		1D60588D0D05DD3D006BFB54 /* Resources */ = {
   308 			isa = PBXResourcesBuildPhase;
   309 			buildActionMask = 2147483647;
   310 			files = (
   311 				279F4B740D85CDE900B32DBF /* ToolbarAdvanced.icns in Resources */,
   312 				279F4C1D0D85D0AF00B32DBF /* X.tiff in Resources */,
   313 				279F4C1F0D85D0CB00B32DBF /* O.tiff in Resources */,
   314 				279F4C740D85D43800B32DBF /* Background.png in Resources */,
   315 			);
   316 			runOnlyForDeploymentPostprocessing = 0;
   317 		};
   318 /* End PBXResourcesBuildPhase section */
   319 
   320 /* Begin PBXSourcesBuildPhase section */
   321 		1D60588E0D05DD3D006BFB54 /* Sources */ = {
   322 			isa = PBXSourcesBuildPhase;
   323 			buildActionMask = 2147483647;
   324 			files = (
   325 				1D60589B0D05DD56006BFB54 /* main-iPhone.m in Sources */,
   326 				27C99B0F0D820868005AFD4F /* BoardUIView.m in Sources */,
   327 				27C99B100D820868005AFD4F /* Bit.m in Sources */,
   328 				27C99B110D820868005AFD4F /* BitHolder.m in Sources */,
   329 				27C99B120D820868005AFD4F /* Stack.m in Sources */,
   330 				27C99B130D820868005AFD4F /* Card.m in Sources */,
   331 				27C99B140D820868005AFD4F /* Deck.m in Sources */,
   332 				27C99B150D820868005AFD4F /* PlayingCard.m in Sources */,
   333 				27C99B160D820868005AFD4F /* Piece.m in Sources */,
   334 				27C99B170D820868005AFD4F /* DiscPiece.m in Sources */,
   335 				27C99B180D820868005AFD4F /* Grid.m in Sources */,
   336 				27C99B190D820868005AFD4F /* HexGrid.m in Sources */,
   337 				27C99B1A0D820868005AFD4F /* Dispenser.m in Sources */,
   338 				27C99B1B0D820868005AFD4F /* Game.m in Sources */,
   339 				27C99B1C0D820868005AFD4F /* TicTacToeGame.m in Sources */,
   340 				27C99B1D0D820868005AFD4F /* CheckersGame.m in Sources */,
   341 				27C99B1E0D820868005AFD4F /* HexchequerGame.m in Sources */,
   342 				27C99B1F0D820868005AFD4F /* GoGame.m in Sources */,
   343 				27C99B200D820868005AFD4F /* KlondikeGame.m in Sources */,
   344 				27C99B210D820868005AFD4F /* QuartzUtils.m in Sources */,
   345 				27C99B220D820868005AFD4F /* GGBUtils.m in Sources */,
   346 				27C99B510D82106E005AFD4F /* GGBLayer.m in Sources */,
   347 				279F4B620D85C63000B32DBF /* GGBTextLayer.m in Sources */,
   348 				279F4B6A0D85CBFC00B32DBF /* iPhoneAppDelegate.m in Sources */,
   349 			);
   350 			runOnlyForDeploymentPostprocessing = 0;
   351 		};
   352 /* End PBXSourcesBuildPhase section */
   353 
   354 /* Begin XCBuildConfiguration section */
   355 		1D6058940D05DD3E006BFB54 /* Debug */ = {
   356 			isa = XCBuildConfiguration;
   357 			buildSettings = {
   358 				COPY_PHASE_STRIP = NO;
   359 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
   360 				GCC_DYNAMIC_NO_PIC = NO;
   361 				GCC_ENABLE_FIX_AND_CONTINUE = NO;
   362 				GCC_OPTIMIZATION_LEVEL = 0;
   363 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   364 				GCC_PREFIX_HEADER = "Source/GGB-iPhone_Prefix.pch";
   365 				INFOPLIST_FILE = "Resources/Info-iPhone.plist";
   366 				PREBINDING = NO;
   367 				PRODUCT_NAME = "GGB-iPhone";
   368 			};
   369 			name = Debug;
   370 		};
   371 		1D6058950D05DD3E006BFB54 /* Release */ = {
   372 			isa = XCBuildConfiguration;
   373 			buildSettings = {
   374 				COPY_PHASE_STRIP = YES;
   375 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
   376 				GCC_ENABLE_FIX_AND_CONTINUE = NO;
   377 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   378 				GCC_PREFIX_HEADER = "Source/GGB-iPhone_Prefix.pch";
   379 				INFOPLIST_FILE = "Resources/Info-iPhone.plist";
   380 				PREBINDING = NO;
   381 				PRODUCT_NAME = "GGB-iPhone";
   382 				WRAPPER_EXTENSION = app;
   383 			};
   384 			name = Release;
   385 		};
   386 		C01FCF4F08A954540054247B /* Debug */ = {
   387 			isa = XCBuildConfiguration;
   388 			buildSettings = {
   389 				ALWAYS_SEARCH_USER_PATHS = NO;
   390 				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
   391 				"CODE_SIGN_IDENTITY[sdk=aspen*]" = "iPhone Developer";
   392 				GCC_C_LANGUAGE_STANDARD = c99;
   393 				GCC_TREAT_WARNINGS_AS_ERRORS = YES;
   394 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
   395 				GCC_WARN_UNUSED_VARIABLE = YES;
   396 				ONLY_ACTIVE_ARCH = YES;
   397 				PREBINDING = NO;
   398 				SDKROOT = aspen1.2;
   399 				WARNING_CFLAGS = "-Wall";
   400 			};
   401 			name = Debug;
   402 		};
   403 		C01FCF5008A954540054247B /* Release */ = {
   404 			isa = XCBuildConfiguration;
   405 			buildSettings = {
   406 				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
   407 				GCC_TREAT_WARNINGS_AS_ERRORS = YES;
   408 				PREBINDING = NO;
   409 				SDKROOT = aspen1.2;
   410 				WARNING_CFLAGS = "-Wall";
   411 			};
   412 			name = Release;
   413 		};
   414 /* End XCBuildConfiguration section */
   415 
   416 /* Begin XCConfigurationList section */
   417 		1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "GGB-iPhone" */ = {
   418 			isa = XCConfigurationList;
   419 			buildConfigurations = (
   420 				1D6058940D05DD3E006BFB54 /* Debug */,
   421 				1D6058950D05DD3E006BFB54 /* Release */,
   422 			);
   423 			defaultConfigurationIsVisible = 0;
   424 			defaultConfigurationName = Release;
   425 		};
   426 		C01FCF4E08A954540054247B /* Build configuration list for PBXProject "GeekGameBoard-iPhone" */ = {
   427 			isa = XCConfigurationList;
   428 			buildConfigurations = (
   429 				C01FCF4F08A954540054247B /* Debug */,
   430 				C01FCF5008A954540054247B /* Release */,
   431 			);
   432 			defaultConfigurationIsVisible = 0;
   433 			defaultConfigurationName = Release;
   434 		};
   435 /* End XCConfigurationList section */
   436 	};
   437 	rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
   438 }