GeekGameBoard.xcodeproj/project.pbxproj
changeset 10 6c78cc6bd7a6
parent 9 a59acc683080
child 13 db7bb080c3d5
     1.1 --- a/GeekGameBoard.xcodeproj/project.pbxproj	Thu May 29 15:04:06 2008 -0700
     1.2 +++ b/GeekGameBoard.xcodeproj/project.pbxproj	Thu Jul 03 17:44:30 2008 -0700
     1.3 @@ -41,7 +41,6 @@
     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 @@ -110,8 +109,6 @@
    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 @@ -229,8 +226,6 @@
    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 @@ -402,7 +397,6 @@
    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  		};