1.1 --- a/GeekGameBoard.xcodeproj/project.pbxproj Mon Mar 10 17:30:57 2008 -0700
1.2 +++ b/GeekGameBoard.xcodeproj/project.pbxproj Wed May 28 12:47:10 2008 -0700
1.3 @@ -36,6 +36,7 @@
1.4 27CCAABD0CB92A9F001CFE24 /* Card.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CCAABC0CB92A9F001CFE24 /* Card.m */; };
1.5 27CCABBF0CB9496B001CFE24 /* Bit.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CCABBE0CB9496B001CFE24 /* Bit.m */; };
1.6 27CCAC750CB95C2B001CFE24 /* PlayingCard.m in Sources */ = {isa = PBXBuildFile; fileRef = 27CCAC740CB95C2B001CFE24 /* PlayingCard.m */; };
1.7 + 27D014C00D8DFB4500615ADD /* Game-Persistence.m in Sources */ = {isa = PBXBuildFile; fileRef = 27D014BF0D8DFB4500615ADD /* Game-Persistence.m */; };
1.8 27D4F1260CCF011200923605 /* Stack.m in Sources */ = {isa = PBXBuildFile; fileRef = 27D4F1250CCF011200923605 /* Stack.m */; };
1.9 27DFC4410CCD01B7005E34CE /* GoGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 27DFC4400CCD01B7005E34CE /* GoGame.m */; };
1.10 27F230B90CD1A61B006939C1 /* KlondikeGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 27F230B80CD1A61B006939C1 /* KlondikeGame.m */; };
1.11 @@ -99,6 +100,8 @@
1.12 27CCABBE0CB9496B001CFE24 /* Bit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Bit.m; sourceTree = "<group>"; };
1.13 27CCAC730CB95C2B001CFE24 /* PlayingCard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlayingCard.h; sourceTree = "<group>"; };
1.14 27CCAC740CB95C2B001CFE24 /* PlayingCard.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PlayingCard.m; sourceTree = "<group>"; };
1.15 + 27D014BE0D8DFB4500615ADD /* Game-Persistence.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Game-Persistence.h"; sourceTree = "<group>"; };
1.16 + 27D014BF0D8DFB4500615ADD /* Game-Persistence.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "Game-Persistence.m"; sourceTree = "<group>"; };
1.17 27D4F1240CCF011200923605 /* Stack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Stack.h; sourceTree = "<group>"; };
1.18 27D4F1250CCF011200923605 /* Stack.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Stack.m; sourceTree = "<group>"; };
1.19 27DFC43F0CCD01B7005E34CE /* GoGame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GoGame.h; sourceTree = "<group>"; };
1.20 @@ -216,6 +219,8 @@
1.21 children = (
1.22 27275C490CC700F2009C4C6C /* Game.h */,
1.23 27275C4A0CC700F2009C4C6C /* Game.m */,
1.24 + 27D014BE0D8DFB4500615ADD /* Game-Persistence.h */,
1.25 + 27D014BF0D8DFB4500615ADD /* Game-Persistence.m */,
1.26 27275C900CC7C578009C4C6C /* TicTacToeGame.h */,
1.27 27275C910CC7C578009C4C6C /* TicTacToeGame.m */,
1.28 2734B4EE0CCA5BDB0070C008 /* CheckersGame.h */,
1.29 @@ -368,6 +373,7 @@
1.30 27C999C30D81185E005AFD4F /* GGBUtils.m in Sources */,
1.31 279F4D870D8606C200B32DBF /* GGBLayer.m in Sources */,
1.32 279F4D880D8606C200B32DBF /* GGBTextLayer.m in Sources */,
1.33 + 27D014C00D8DFB4500615ADD /* Game-Persistence.m in Sources */,
1.34 );
1.35 runOnlyForDeploymentPostprocessing = 0;
1.36 };