GeekGameBoard.xcodeproj/project.pbxproj
changeset 9 a59acc683080
parent 8 45c82a071aca
child 10 6c78cc6bd7a6
     1.1 --- a/GeekGameBoard.xcodeproj/project.pbxproj	Wed May 28 12:47:10 2008 -0700
     1.2 +++ b/GeekGameBoard.xcodeproj/project.pbxproj	Thu May 29 15:04:06 2008 -0700
     1.3 @@ -19,6 +19,11 @@
     1.4  		2734B2620CC7F25A0070C008 /* HexchequerGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 2734B2610CC7F25A0070C008 /* HexchequerGame.m */; };
     1.5  		2734B4F00CCA5BDB0070C008 /* CheckersGame.m in Sources */ = {isa = PBXBuildFile; fileRef = 2734B4EF0CCA5BDB0070C008 /* CheckersGame.m */; };
     1.6  		274124060CFCCF9D00842A9B /* DemoBoardView.m in Sources */ = {isa = PBXBuildFile; fileRef = 274124050CFCCF9D00842A9B /* DemoBoardView.m */; };
     1.7 +		275167D90DEE2AB000247375 /* Blue.png in Resources */ = {isa = PBXBuildFile; fileRef = 275167D40DEE2AB000247375 /* Blue.png */; };
     1.8 +		275167DA0DEE2AB000247375 /* Gold.png in Resources */ = {isa = PBXBuildFile; fileRef = 275167D50DEE2AB000247375 /* Gold.png */; };
     1.9 +		275167DB0DEE2AB000247375 /* Green.png in Resources */ = {isa = PBXBuildFile; fileRef = 275167D60DEE2AB000247375 /* Green.png */; };
    1.10 +		275167DC0DEE2AB000247375 /* Red.png in Resources */ = {isa = PBXBuildFile; fileRef = 275167D70DEE2AB000247375 /* Red.png */; };
    1.11 +		275167DD0DEE2AB000247375 /* Violet.png in Resources */ = {isa = PBXBuildFile; fileRef = 275167D80DEE2AB000247375 /* Violet.png */; };
    1.12  		276DFC410D00867000D329AE /* Green Ball.png in Resources */ = {isa = PBXBuildFile; fileRef = 276DFC400D00867000D329AE /* Green Ball.png */; };
    1.13  		276DFC560D00890C00D329AE /* Red Ball.png in Resources */ = {isa = PBXBuildFile; fileRef = 276DFC530D00890C00D329AE /* Red Ball.png */; };
    1.14  		276DFC570D00890C00D329AE /* Yellow Ball.png in Resources */ = {isa = PBXBuildFile; fileRef = 276DFC540D00890C00D329AE /* Yellow Ball.png */; };
    1.15 @@ -73,6 +78,11 @@
    1.16  		2734B4EF0CCA5BDB0070C008 /* CheckersGame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CheckersGame.m; sourceTree = "<group>"; };
    1.17  		274124040CFCCF9D00842A9B /* DemoBoardView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DemoBoardView.h; sourceTree = "<group>"; };
    1.18  		274124050CFCCF9D00842A9B /* DemoBoardView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DemoBoardView.m; sourceTree = "<group>"; };
    1.19 +		275167D40DEE2AB000247375 /* Blue.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Blue.png; sourceTree = "<group>"; };
    1.20 +		275167D50DEE2AB000247375 /* Gold.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Gold.png; sourceTree = "<group>"; };
    1.21 +		275167D60DEE2AB000247375 /* Green.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Green.png; sourceTree = "<group>"; };
    1.22 +		275167D70DEE2AB000247375 /* Red.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Red.png; sourceTree = "<group>"; };
    1.23 +		275167D80DEE2AB000247375 /* Violet.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Violet.png; sourceTree = "<group>"; };
    1.24  		276DFC400D00867000D329AE /* Green Ball.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Green Ball.png"; path = "Resources/Green Ball.png"; sourceTree = "<group>"; };
    1.25  		276DFC530D00890C00D329AE /* Red Ball.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Red Ball.png"; path = "Resources/Red Ball.png"; sourceTree = "<group>"; };
    1.26  		276DFC540D00890C00D329AE /* Yellow Ball.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Yellow Ball.png"; path = "Resources/Yellow Ball.png"; sourceTree = "<group>"; };
    1.27 @@ -235,6 +245,19 @@
    1.28  			name = Games;
    1.29  			sourceTree = "<group>";
    1.30  		};
    1.31 +		275167D30DEE2AB000247375 /* Gingko */ = {
    1.32 +			isa = PBXGroup;
    1.33 +			children = (
    1.34 +				275167D40DEE2AB000247375 /* Blue.png */,
    1.35 +				275167D50DEE2AB000247375 /* Gold.png */,
    1.36 +				275167D60DEE2AB000247375 /* Green.png */,
    1.37 +				275167D70DEE2AB000247375 /* Red.png */,
    1.38 +				275167D80DEE2AB000247375 /* Violet.png */,
    1.39 +			);
    1.40 +			name = Gingko;
    1.41 +			path = Resources/Gingko;
    1.42 +			sourceTree = "<group>";
    1.43 +		};
    1.44  		29B97314FDCFA39411CA2CEA /* BoardGame */ = {
    1.45  			isa = PBXGroup;
    1.46  			children = (
    1.47 @@ -262,6 +285,7 @@
    1.48  		29B97317FDCFA39411CA2CEA /* Resources */ = {
    1.49  			isa = PBXGroup;
    1.50  			children = (
    1.51 +				275167D30DEE2AB000247375 /* Gingko */,
    1.52  				29B97318FDCFA39411CA2CEA /* MainMenu.nib */,
    1.53  				8D1107310486CEB800E47090 /* Info.plist */,
    1.54  				089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
    1.55 @@ -339,6 +363,11 @@
    1.56  				279F4DB20D8607AD00B32DBF /* O.tiff in Resources */,
    1.57  				279F4DB30D8607AD00B32DBF /* X.tiff in Resources */,
    1.58  				279F4DE20D8609C200B32DBF /* Background.png in Resources */,
    1.59 +				275167D90DEE2AB000247375 /* Blue.png in Resources */,
    1.60 +				275167DA0DEE2AB000247375 /* Gold.png in Resources */,
    1.61 +				275167DB0DEE2AB000247375 /* Green.png in Resources */,
    1.62 +				275167DC0DEE2AB000247375 /* Red.png in Resources */,
    1.63 +				275167DD0DEE2AB000247375 /* Violet.png in Resources */,
    1.64  			);
    1.65  			runOnlyForDeploymentPostprocessing = 0;
    1.66  		};