1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/GeekGameBoard-iPhone.xcodeproj/project.pbxproj Mon Mar 10 17:32:04 2008 -0700
1.3 @@ -0,0 +1,438 @@
1.4 +// !$*UTF8*$!
1.5 +{
1.6 + archiveVersion = 1;
1.7 + classes = {
1.8 + };
1.9 + objectVersion = 45;
1.10 + objects = {
1.11 +
1.12 +/* Begin PBXBuildFile section */
1.13 + 1D3623EC0D0F72F000981E51 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */; };
1.14 + 1D60589B0D05DD56006BFB54 /* main-iPhone.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main-iPhone.m */; };
1.15 + 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
1.16 + 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
1.17 + 279F4B590D85C51700B32DBF /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 279F4B580D85C51700B32DBF /* AudioToolbox.framework */; };
1.18 + 279F4B5B0D85C51700B32DBF /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 279F4B5A0D85C51700B32DBF /* QuartzCore.framework */; };
1.19 + 279F4B620D85C63000B32DBF /* GGBTextLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 279F4B610D85C63000B32DBF /* GGBTextLayer.m */; };
1.20 + 279F4B6A0D85CBFC00B32DBF /* iPhoneAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 279F4B690D85CBFC00B32DBF /* iPhoneAppDelegate.m */; };
1.21 + 279F4B740D85CDE900B32DBF /* ToolbarAdvanced.icns in Resources */ = {isa = PBXBuildFile; fileRef = 279F4B720D85CDE900B32DBF /* ToolbarAdvanced.icns */; };
1.22 + 279F4C1D0D85D0AF00B32DBF /* X.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 279F4C1C0D85D0AF00B32DBF /* X.tiff */; };
1.23 + 279F4C1F0D85D0CB00B32DBF /* O.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 279F4C1E0D85D0CB00B32DBF /* O.tiff */; };
1.24 + 279F4C740D85D43800B32DBF /* Background.png in Resources */ = {isa = PBXBuildFile; fileRef = 279F4C730D85D43800B32DBF /* Background.png */; };
1.25 + 27C99B0F0D820868005AFD4F /* BoardUIView.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AE40D820868005AFD4F /* BoardUIView.m */; };
1.26 + 27C99B100D820868005AFD4F /* Bit.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AE60D820868005AFD4F /* Bit.m */; };
1.27 + 27C99B110D820868005AFD4F /* BitHolder.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AE80D820868005AFD4F /* BitHolder.m */; };
1.28 + 27C99B120D820868005AFD4F /* Stack.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AEA0D820868005AFD4F /* Stack.m */; };
1.29 + 27C99B130D820868005AFD4F /* Card.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AED0D820868005AFD4F /* Card.m */; };
1.30 + 27C99B140D820868005AFD4F /* Deck.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AEF0D820868005AFD4F /* Deck.m */; };
1.31 + 27C99B150D820868005AFD4F /* PlayingCard.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AF10D820868005AFD4F /* PlayingCard.m */; };
1.32 + 27C99B160D820868005AFD4F /* Piece.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AF40D820868005AFD4F /* Piece.m */; };
1.33 + 27C99B170D820868005AFD4F /* DiscPiece.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AF60D820868005AFD4F /* DiscPiece.m */; };
1.34 + 27C99B180D820868005AFD4F /* Grid.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AF80D820868005AFD4F /* Grid.m */; };
1.35 + 27C99B190D820868005AFD4F /* HexGrid.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AFA0D820868005AFD4F /* HexGrid.m */; };
1.36 + 27C99B1A0D820868005AFD4F /* Dispenser.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AFC0D820868005AFD4F /* Dispenser.m */; };
1.37 + 27C99B1B0D820868005AFD4F /* Game.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99AFF0D820868005AFD4F /* Game.m */; };
1.38 + 27C99B1C0D820868005AFD4F /* TicTacToeGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99B010D820868005AFD4F /* TicTacToeGame.m */; };
1.39 + 27C99B1D0D820868005AFD4F /* CheckersGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99B030D820868005AFD4F /* CheckersGame.m */; };
1.40 + 27C99B1E0D820868005AFD4F /* HexchequerGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99B050D820868005AFD4F /* HexchequerGame.m */; };
1.41 + 27C99B1F0D820868005AFD4F /* GoGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99B070D820868005AFD4F /* GoGame.m */; };
1.42 + 27C99B200D820868005AFD4F /* KlondikeGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99B090D820868005AFD4F /* KlondikeGame.m */; };
1.43 + 27C99B210D820868005AFD4F /* QuartzUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99B0B0D820868005AFD4F /* QuartzUtils.m */; };
1.44 + 27C99B220D820868005AFD4F /* GGBUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99B0D0D820868005AFD4F /* GGBUtils.m */; };
1.45 + 27C99B510D82106E005AFD4F /* GGBLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99B500D82106E005AFD4F /* GGBLayer.m */; };
1.46 +/* End PBXBuildFile section */
1.47 +
1.48 +/* Begin PBXFileReference section */
1.49 + 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
1.50 + 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
1.51 + 1D6058910D05DD3D006BFB54 /* GGB-iPhone.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "GGB-iPhone.app"; sourceTree = BUILT_PRODUCTS_DIR; };
1.52 + 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
1.53 + 279F4B580D85C51700B32DBF /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
1.54 + 279F4B5A0D85C51700B32DBF /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
1.55 + 279F4B600D85C63000B32DBF /* GGBTextLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GGBTextLayer.h; sourceTree = "<group>"; };
1.56 + 279F4B610D85C63000B32DBF /* GGBTextLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GGBTextLayer.m; sourceTree = "<group>"; };
1.57 + 279F4B680D85CBFC00B32DBF /* iPhoneAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = iPhoneAppDelegate.h; path = Source/iPhoneAppDelegate.h; sourceTree = "<group>"; };
1.58 + 279F4B690D85CBFC00B32DBF /* iPhoneAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = iPhoneAppDelegate.m; path = Source/iPhoneAppDelegate.m; sourceTree = "<group>"; };
1.59 + 279F4B720D85CDE900B32DBF /* ToolbarAdvanced.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = ToolbarAdvanced.icns; path = /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ToolbarAdvanced.icns; sourceTree = "<absolute>"; };
1.60 + 279F4C1C0D85D0AF00B32DBF /* X.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = X.tiff; sourceTree = "<group>"; };
1.61 + 279F4C1E0D85D0CB00B32DBF /* O.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = O.tiff; sourceTree = "<group>"; };
1.62 + 279F4C730D85D43800B32DBF /* Background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Background.png; sourceTree = "<group>"; };
1.63 + 27C99AE30D820868005AFD4F /* BoardUIView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BoardUIView.h; sourceTree = "<group>"; };
1.64 + 27C99AE40D820868005AFD4F /* BoardUIView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BoardUIView.m; sourceTree = "<group>"; };
1.65 + 27C99AE50D820868005AFD4F /* Bit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bit.h; sourceTree = "<group>"; };
1.66 + 27C99AE60D820868005AFD4F /* Bit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Bit.m; sourceTree = "<group>"; };
1.67 + 27C99AE70D820868005AFD4F /* BitHolder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BitHolder.h; sourceTree = "<group>"; };
1.68 + 27C99AE80D820868005AFD4F /* BitHolder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BitHolder.m; sourceTree = "<group>"; };
1.69 + 27C99AE90D820868005AFD4F /* Stack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Stack.h; sourceTree = "<group>"; };
1.70 + 27C99AEA0D820868005AFD4F /* Stack.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Stack.m; sourceTree = "<group>"; };
1.71 + 27C99AEC0D820868005AFD4F /* Card.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Card.h; sourceTree = "<group>"; };
1.72 + 27C99AED0D820868005AFD4F /* Card.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Card.m; sourceTree = "<group>"; };
1.73 + 27C99AEE0D820868005AFD4F /* Deck.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Deck.h; sourceTree = "<group>"; };
1.74 + 27C99AEF0D820868005AFD4F /* Deck.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Deck.m; sourceTree = "<group>"; };
1.75 + 27C99AF00D820868005AFD4F /* PlayingCard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlayingCard.h; sourceTree = "<group>"; };
1.76 + 27C99AF10D820868005AFD4F /* PlayingCard.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PlayingCard.m; sourceTree = "<group>"; };
1.77 + 27C99AF30D820868005AFD4F /* Piece.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Piece.h; sourceTree = "<group>"; };
1.78 + 27C99AF40D820868005AFD4F /* Piece.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Piece.m; sourceTree = "<group>"; };
1.79 + 27C99AF50D820868005AFD4F /* DiscPiece.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DiscPiece.h; sourceTree = "<group>"; };
1.80 + 27C99AF60D820868005AFD4F /* DiscPiece.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DiscPiece.m; sourceTree = "<group>"; };
1.81 + 27C99AF70D820868005AFD4F /* Grid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Grid.h; sourceTree = "<group>"; };
1.82 + 27C99AF80D820868005AFD4F /* Grid.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Grid.m; sourceTree = "<group>"; };
1.83 + 27C99AF90D820868005AFD4F /* HexGrid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HexGrid.h; sourceTree = "<group>"; };
1.84 + 27C99AFA0D820868005AFD4F /* HexGrid.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HexGrid.m; sourceTree = "<group>"; };
1.85 + 27C99AFB0D820868005AFD4F /* Dispenser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Dispenser.h; sourceTree = "<group>"; };
1.86 + 27C99AFC0D820868005AFD4F /* Dispenser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Dispenser.m; sourceTree = "<group>"; };
1.87 + 27C99AFE0D820868005AFD4F /* Game.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Game.h; sourceTree = "<group>"; };
1.88 + 27C99AFF0D820868005AFD4F /* Game.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Game.m; sourceTree = "<group>"; };
1.89 + 27C99B000D820868005AFD4F /* TicTacToeGame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TicTacToeGame.h; sourceTree = "<group>"; };
1.90 + 27C99B010D820868005AFD4F /* TicTacToeGame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TicTacToeGame.m; sourceTree = "<group>"; };
1.91 + 27C99B020D820868005AFD4F /* CheckersGame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CheckersGame.h; sourceTree = "<group>"; };
1.92 + 27C99B030D820868005AFD4F /* CheckersGame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CheckersGame.m; sourceTree = "<group>"; };
1.93 + 27C99B040D820868005AFD4F /* HexchequerGame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HexchequerGame.h; sourceTree = "<group>"; };
1.94 + 27C99B050D820868005AFD4F /* HexchequerGame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HexchequerGame.m; sourceTree = "<group>"; };
1.95 + 27C99B060D820868005AFD4F /* GoGame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GoGame.h; sourceTree = "<group>"; };
1.96 + 27C99B070D820868005AFD4F /* GoGame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GoGame.m; sourceTree = "<group>"; };
1.97 + 27C99B080D820868005AFD4F /* KlondikeGame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KlondikeGame.h; sourceTree = "<group>"; };
1.98 + 27C99B090D820868005AFD4F /* KlondikeGame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KlondikeGame.m; sourceTree = "<group>"; };
1.99 + 27C99B0A0D820868005AFD4F /* QuartzUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QuartzUtils.h; sourceTree = "<group>"; };
1.100 + 27C99B0B0D820868005AFD4F /* QuartzUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QuartzUtils.m; sourceTree = "<group>"; };
1.101 + 27C99B0C0D820868005AFD4F /* GGBUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GGBUtils.h; sourceTree = "<group>"; };
1.102 + 27C99B0D0D820868005AFD4F /* GGBUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GGBUtils.m; sourceTree = "<group>"; };
1.103 + 27C99B4F0D82106E005AFD4F /* GGBLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GGBLayer.h; sourceTree = "<group>"; };
1.104 + 27C99B500D82106E005AFD4F /* GGBLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GGBLayer.m; sourceTree = "<group>"; };
1.105 + 29B97316FDCFA39411CA2CEA /* main-iPhone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "main-iPhone.m"; path = "Source/main-iPhone.m"; sourceTree = "<group>"; };
1.106 + 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>"; };
1.107 + 8D1107310486CEB800E47090 /* Info-iPhone.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-iPhone.plist"; sourceTree = "<group>"; };
1.108 +/* End PBXFileReference section */
1.109 +
1.110 +/* Begin PBXFrameworksBuildPhase section */
1.111 + 1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
1.112 + isa = PBXFrameworksBuildPhase;
1.113 + buildActionMask = 2147483647;
1.114 + files = (
1.115 + 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
1.116 + 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
1.117 + 1D3623EC0D0F72F000981E51 /* CoreGraphics.framework in Frameworks */,
1.118 + 279F4B590D85C51700B32DBF /* AudioToolbox.framework in Frameworks */,
1.119 + 279F4B5B0D85C51700B32DBF /* QuartzCore.framework in Frameworks */,
1.120 + );
1.121 + runOnlyForDeploymentPostprocessing = 0;
1.122 + };
1.123 +/* End PBXFrameworksBuildPhase section */
1.124 +
1.125 +/* Begin PBXGroup section */
1.126 + 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
1.127 + isa = PBXGroup;
1.128 + children = (
1.129 + 1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */,
1.130 + 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
1.131 + 1D30AB110D05D00D00671497 /* Foundation.framework */,
1.132 + );
1.133 + name = "Linked Frameworks";
1.134 + sourceTree = "<group>";
1.135 + };
1.136 + 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
1.137 + isa = PBXGroup;
1.138 + children = (
1.139 + );
1.140 + name = "Other Frameworks";
1.141 + sourceTree = "<group>";
1.142 + };
1.143 + 19C28FACFE9D520D11CA2CBB /* Products */ = {
1.144 + isa = PBXGroup;
1.145 + children = (
1.146 + 1D6058910D05DD3D006BFB54 /* GGB-iPhone.app */,
1.147 + );
1.148 + name = Products;
1.149 + sourceTree = "<group>";
1.150 + };
1.151 + 27C99AE00D820868005AFD4F /* Source */ = {
1.152 + isa = PBXGroup;
1.153 + children = (
1.154 + 27C99AE30D820868005AFD4F /* BoardUIView.h */,
1.155 + 27C99AE40D820868005AFD4F /* BoardUIView.m */,
1.156 + 27C99B4F0D82106E005AFD4F /* GGBLayer.h */,
1.157 + 27C99B500D82106E005AFD4F /* GGBLayer.m */,
1.158 + 279F4B600D85C63000B32DBF /* GGBTextLayer.h */,
1.159 + 279F4B610D85C63000B32DBF /* GGBTextLayer.m */,
1.160 + 27C99AE50D820868005AFD4F /* Bit.h */,
1.161 + 27C99AE60D820868005AFD4F /* Bit.m */,
1.162 + 27C99AE70D820868005AFD4F /* BitHolder.h */,
1.163 + 27C99AE80D820868005AFD4F /* BitHolder.m */,
1.164 + 27C99AE90D820868005AFD4F /* Stack.h */,
1.165 + 27C99AEA0D820868005AFD4F /* Stack.m */,
1.166 + 27C99AF20D820868005AFD4F /* Boards and Pieces */,
1.167 + 27C99AEB0D820868005AFD4F /* Cards */,
1.168 + 27C99AFD0D820868005AFD4F /* Games */,
1.169 + 27C99B0A0D820868005AFD4F /* QuartzUtils.h */,
1.170 + 27C99B0B0D820868005AFD4F /* QuartzUtils.m */,
1.171 + 27C99B0C0D820868005AFD4F /* GGBUtils.h */,
1.172 + 27C99B0D0D820868005AFD4F /* GGBUtils.m */,
1.173 + );
1.174 + path = Source;
1.175 + sourceTree = "<group>";
1.176 + };
1.177 + 27C99AEB0D820868005AFD4F /* Cards */ = {
1.178 + isa = PBXGroup;
1.179 + children = (
1.180 + 27C99AEC0D820868005AFD4F /* Card.h */,
1.181 + 27C99AED0D820868005AFD4F /* Card.m */,
1.182 + 27C99AEE0D820868005AFD4F /* Deck.h */,
1.183 + 27C99AEF0D820868005AFD4F /* Deck.m */,
1.184 + 27C99AF00D820868005AFD4F /* PlayingCard.h */,
1.185 + 27C99AF10D820868005AFD4F /* PlayingCard.m */,
1.186 + );
1.187 + name = Cards;
1.188 + sourceTree = "<group>";
1.189 + };
1.190 + 27C99AF20D820868005AFD4F /* Boards and Pieces */ = {
1.191 + isa = PBXGroup;
1.192 + children = (
1.193 + 27C99AF30D820868005AFD4F /* Piece.h */,
1.194 + 27C99AF40D820868005AFD4F /* Piece.m */,
1.195 + 27C99AF50D820868005AFD4F /* DiscPiece.h */,
1.196 + 27C99AF60D820868005AFD4F /* DiscPiece.m */,
1.197 + 27C99AF70D820868005AFD4F /* Grid.h */,
1.198 + 27C99AF80D820868005AFD4F /* Grid.m */,
1.199 + 27C99AF90D820868005AFD4F /* HexGrid.h */,
1.200 + 27C99AFA0D820868005AFD4F /* HexGrid.m */,
1.201 + 27C99AFB0D820868005AFD4F /* Dispenser.h */,
1.202 + 27C99AFC0D820868005AFD4F /* Dispenser.m */,
1.203 + );
1.204 + name = "Boards and Pieces";
1.205 + sourceTree = "<group>";
1.206 + };
1.207 + 27C99AFD0D820868005AFD4F /* Games */ = {
1.208 + isa = PBXGroup;
1.209 + children = (
1.210 + 27C99AFE0D820868005AFD4F /* Game.h */,
1.211 + 27C99AFF0D820868005AFD4F /* Game.m */,
1.212 + 27C99B000D820868005AFD4F /* TicTacToeGame.h */,
1.213 + 27C99B010D820868005AFD4F /* TicTacToeGame.m */,
1.214 + 27C99B020D820868005AFD4F /* CheckersGame.h */,
1.215 + 27C99B030D820868005AFD4F /* CheckersGame.m */,
1.216 + 27C99B040D820868005AFD4F /* HexchequerGame.h */,
1.217 + 27C99B050D820868005AFD4F /* HexchequerGame.m */,
1.218 + 27C99B060D820868005AFD4F /* GoGame.h */,
1.219 + 27C99B070D820868005AFD4F /* GoGame.m */,
1.220 + 27C99B080D820868005AFD4F /* KlondikeGame.h */,
1.221 + 27C99B090D820868005AFD4F /* KlondikeGame.m */,
1.222 + );
1.223 + name = Games;
1.224 + sourceTree = "<group>";
1.225 + };
1.226 + 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
1.227 + isa = PBXGroup;
1.228 + children = (
1.229 + 27C99AE00D820868005AFD4F /* Source */,
1.230 + 29B97315FDCFA39411CA2CEA /* Other Sources */,
1.231 + 29B97317FDCFA39411CA2CEA /* Resources */,
1.232 + 29B97323FDCFA39411CA2CEA /* Frameworks */,
1.233 + 19C28FACFE9D520D11CA2CBB /* Products */,
1.234 + 279F4B580D85C51700B32DBF /* AudioToolbox.framework */,
1.235 + 279F4B5A0D85C51700B32DBF /* QuartzCore.framework */,
1.236 + );
1.237 + name = CustomTemplate;
1.238 + sourceTree = "<group>";
1.239 + };
1.240 + 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
1.241 + isa = PBXGroup;
1.242 + children = (
1.243 + 279F4B680D85CBFC00B32DBF /* iPhoneAppDelegate.h */,
1.244 + 279F4B690D85CBFC00B32DBF /* iPhoneAppDelegate.m */,
1.245 + 32CA4F630368D1EE00C91783 /* GGB-iPhone_Prefix.pch */,
1.246 + 29B97316FDCFA39411CA2CEA /* main-iPhone.m */,
1.247 + );
1.248 + name = "Other Sources";
1.249 + sourceTree = "<group>";
1.250 + };
1.251 + 29B97317FDCFA39411CA2CEA /* Resources */ = {
1.252 + isa = PBXGroup;
1.253 + children = (
1.254 + 279F4C730D85D43800B32DBF /* Background.png */,
1.255 + 279F4C1C0D85D0AF00B32DBF /* X.tiff */,
1.256 + 279F4C1E0D85D0CB00B32DBF /* O.tiff */,
1.257 + 279F4B720D85CDE900B32DBF /* ToolbarAdvanced.icns */,
1.258 + 8D1107310486CEB800E47090 /* Info-iPhone.plist */,
1.259 + );
1.260 + path = Resources;
1.261 + sourceTree = "<group>";
1.262 + };
1.263 + 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
1.264 + isa = PBXGroup;
1.265 + children = (
1.266 + 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
1.267 + 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
1.268 + );
1.269 + name = Frameworks;
1.270 + sourceTree = "<group>";
1.271 + };
1.272 +/* End PBXGroup section */
1.273 +
1.274 +/* Begin PBXNativeTarget section */
1.275 + 1D6058900D05DD3D006BFB54 /* GGB-iPhone */ = {
1.276 + isa = PBXNativeTarget;
1.277 + buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "GGB-iPhone" */;
1.278 + buildPhases = (
1.279 + 1D60588D0D05DD3D006BFB54 /* Resources */,
1.280 + 1D60588E0D05DD3D006BFB54 /* Sources */,
1.281 + 1D60588F0D05DD3D006BFB54 /* Frameworks */,
1.282 + );
1.283 + buildRules = (
1.284 + );
1.285 + dependencies = (
1.286 + );
1.287 + name = "GGB-iPhone";
1.288 + productName = "GGB-iPhone";
1.289 + productReference = 1D6058910D05DD3D006BFB54 /* GGB-iPhone.app */;
1.290 + productType = "com.apple.product-type.application";
1.291 + };
1.292 +/* End PBXNativeTarget section */
1.293 +
1.294 +/* Begin PBXProject section */
1.295 + 29B97313FDCFA39411CA2CEA /* Project object */ = {
1.296 + isa = PBXProject;
1.297 + buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "GeekGameBoard-iPhone" */;
1.298 + compatibilityVersion = "Xcode 3.1";
1.299 + hasScannedForEncodings = 1;
1.300 + mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
1.301 + projectDirPath = "";
1.302 + projectRoot = "";
1.303 + targets = (
1.304 + 1D6058900D05DD3D006BFB54 /* GGB-iPhone */,
1.305 + );
1.306 + };
1.307 +/* End PBXProject section */
1.308 +
1.309 +/* Begin PBXResourcesBuildPhase section */
1.310 + 1D60588D0D05DD3D006BFB54 /* Resources */ = {
1.311 + isa = PBXResourcesBuildPhase;
1.312 + buildActionMask = 2147483647;
1.313 + files = (
1.314 + 279F4B740D85CDE900B32DBF /* ToolbarAdvanced.icns in Resources */,
1.315 + 279F4C1D0D85D0AF00B32DBF /* X.tiff in Resources */,
1.316 + 279F4C1F0D85D0CB00B32DBF /* O.tiff in Resources */,
1.317 + 279F4C740D85D43800B32DBF /* Background.png in Resources */,
1.318 + );
1.319 + runOnlyForDeploymentPostprocessing = 0;
1.320 + };
1.321 +/* End PBXResourcesBuildPhase section */
1.322 +
1.323 +/* Begin PBXSourcesBuildPhase section */
1.324 + 1D60588E0D05DD3D006BFB54 /* Sources */ = {
1.325 + isa = PBXSourcesBuildPhase;
1.326 + buildActionMask = 2147483647;
1.327 + files = (
1.328 + 1D60589B0D05DD56006BFB54 /* main-iPhone.m in Sources */,
1.329 + 27C99B0F0D820868005AFD4F /* BoardUIView.m in Sources */,
1.330 + 27C99B100D820868005AFD4F /* Bit.m in Sources */,
1.331 + 27C99B110D820868005AFD4F /* BitHolder.m in Sources */,
1.332 + 27C99B120D820868005AFD4F /* Stack.m in Sources */,
1.333 + 27C99B130D820868005AFD4F /* Card.m in Sources */,
1.334 + 27C99B140D820868005AFD4F /* Deck.m in Sources */,
1.335 + 27C99B150D820868005AFD4F /* PlayingCard.m in Sources */,
1.336 + 27C99B160D820868005AFD4F /* Piece.m in Sources */,
1.337 + 27C99B170D820868005AFD4F /* DiscPiece.m in Sources */,
1.338 + 27C99B180D820868005AFD4F /* Grid.m in Sources */,
1.339 + 27C99B190D820868005AFD4F /* HexGrid.m in Sources */,
1.340 + 27C99B1A0D820868005AFD4F /* Dispenser.m in Sources */,
1.341 + 27C99B1B0D820868005AFD4F /* Game.m in Sources */,
1.342 + 27C99B1C0D820868005AFD4F /* TicTacToeGame.m in Sources */,
1.343 + 27C99B1D0D820868005AFD4F /* CheckersGame.m in Sources */,
1.344 + 27C99B1E0D820868005AFD4F /* HexchequerGame.m in Sources */,
1.345 + 27C99B1F0D820868005AFD4F /* GoGame.m in Sources */,
1.346 + 27C99B200D820868005AFD4F /* KlondikeGame.m in Sources */,
1.347 + 27C99B210D820868005AFD4F /* QuartzUtils.m in Sources */,
1.348 + 27C99B220D820868005AFD4F /* GGBUtils.m in Sources */,
1.349 + 27C99B510D82106E005AFD4F /* GGBLayer.m in Sources */,
1.350 + 279F4B620D85C63000B32DBF /* GGBTextLayer.m in Sources */,
1.351 + 279F4B6A0D85CBFC00B32DBF /* iPhoneAppDelegate.m in Sources */,
1.352 + );
1.353 + runOnlyForDeploymentPostprocessing = 0;
1.354 + };
1.355 +/* End PBXSourcesBuildPhase section */
1.356 +
1.357 +/* Begin XCBuildConfiguration section */
1.358 + 1D6058940D05DD3E006BFB54 /* Debug */ = {
1.359 + isa = XCBuildConfiguration;
1.360 + buildSettings = {
1.361 + COPY_PHASE_STRIP = NO;
1.362 + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1.363 + GCC_DYNAMIC_NO_PIC = NO;
1.364 + GCC_ENABLE_FIX_AND_CONTINUE = NO;
1.365 + GCC_OPTIMIZATION_LEVEL = 0;
1.366 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
1.367 + GCC_PREFIX_HEADER = "Source/GGB-iPhone_Prefix.pch";
1.368 + INFOPLIST_FILE = "Resources/Info-iPhone.plist";
1.369 + PREBINDING = NO;
1.370 + PRODUCT_NAME = "GGB-iPhone";
1.371 + };
1.372 + name = Debug;
1.373 + };
1.374 + 1D6058950D05DD3E006BFB54 /* Release */ = {
1.375 + isa = XCBuildConfiguration;
1.376 + buildSettings = {
1.377 + COPY_PHASE_STRIP = YES;
1.378 + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1.379 + GCC_ENABLE_FIX_AND_CONTINUE = NO;
1.380 + GCC_PRECOMPILE_PREFIX_HEADER = YES;
1.381 + GCC_PREFIX_HEADER = "Source/GGB-iPhone_Prefix.pch";
1.382 + INFOPLIST_FILE = "Resources/Info-iPhone.plist";
1.383 + PREBINDING = NO;
1.384 + PRODUCT_NAME = "GGB-iPhone";
1.385 + WRAPPER_EXTENSION = app;
1.386 + };
1.387 + name = Release;
1.388 + };
1.389 + C01FCF4F08A954540054247B /* Debug */ = {
1.390 + isa = XCBuildConfiguration;
1.391 + buildSettings = {
1.392 + ALWAYS_SEARCH_USER_PATHS = NO;
1.393 + ARCHS = "$(ARCHS_STANDARD_32_BIT)";
1.394 + "CODE_SIGN_IDENTITY[sdk=aspen*]" = "iPhone Developer";
1.395 + GCC_C_LANGUAGE_STANDARD = c99;
1.396 + GCC_TREAT_WARNINGS_AS_ERRORS = YES;
1.397 + GCC_WARN_ABOUT_RETURN_TYPE = YES;
1.398 + GCC_WARN_UNUSED_VARIABLE = YES;
1.399 + ONLY_ACTIVE_ARCH = YES;
1.400 + PREBINDING = NO;
1.401 + SDKROOT = aspen1.2;
1.402 + WARNING_CFLAGS = "-Wall";
1.403 + };
1.404 + name = Debug;
1.405 + };
1.406 + C01FCF5008A954540054247B /* Release */ = {
1.407 + isa = XCBuildConfiguration;
1.408 + buildSettings = {
1.409 + ARCHS = "$(ARCHS_STANDARD_32_BIT)";
1.410 + GCC_TREAT_WARNINGS_AS_ERRORS = YES;
1.411 + PREBINDING = NO;
1.412 + SDKROOT = aspen1.2;
1.413 + WARNING_CFLAGS = "-Wall";
1.414 + };
1.415 + name = Release;
1.416 + };
1.417 +/* End XCBuildConfiguration section */
1.418 +
1.419 +/* Begin XCConfigurationList section */
1.420 + 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "GGB-iPhone" */ = {
1.421 + isa = XCConfigurationList;
1.422 + buildConfigurations = (
1.423 + 1D6058940D05DD3E006BFB54 /* Debug */,
1.424 + 1D6058950D05DD3E006BFB54 /* Release */,
1.425 + );
1.426 + defaultConfigurationIsVisible = 0;
1.427 + defaultConfigurationName = Release;
1.428 + };
1.429 + C01FCF4E08A954540054247B /* Build configuration list for PBXProject "GeekGameBoard-iPhone" */ = {
1.430 + isa = XCConfigurationList;
1.431 + buildConfigurations = (
1.432 + C01FCF4F08A954540054247B /* Debug */,
1.433 + C01FCF5008A954540054247B /* Release */,
1.434 + );
1.435 + defaultConfigurationIsVisible = 0;
1.436 + defaultConfigurationName = Release;
1.437 + };
1.438 +/* End XCConfigurationList section */
1.439 + };
1.440 + rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
1.441 +}