1.1 --- a/GeekGameBoard.xcodeproj/project.pbxproj Mon Jul 14 21:46:09 2008 -0700
1.2 +++ b/GeekGameBoard.xcodeproj/project.pbxproj Sun Jan 11 00:02:27 2009 -0800
1.3 @@ -32,6 +32,14 @@
1.4 276DFC570D00890C00D329AE /* Yellow Ball.png in Resources */ = {isa = PBXBuildFile; fileRef = 276DFC540D00890C00D329AE /* Yellow Ball.png */; };
1.5 276DFC580D00890C00D329AE /* White Ball.png in Resources */ = {isa = PBXBuildFile; fileRef = 276DFC550D00890C00D329AE /* White Ball.png */; };
1.6 2795C2B80CC278C800D7B2BD /* Piece.m in Sources */ = {isa = PBXBuildFile; fileRef = 2795C2B70CC278C800D7B2BD /* Piece.m */; };
1.7 + 2796EA270F194FF7003B8806 /* ball-black.png in Resources */ = {isa = PBXBuildFile; fileRef = 2796EA1F0F194FF7003B8806 /* ball-black.png */; };
1.8 + 2796EA280F194FF7003B8806 /* ball-cyan.png in Resources */ = {isa = PBXBuildFile; fileRef = 2796EA200F194FF7003B8806 /* ball-cyan.png */; };
1.9 + 2796EA290F194FF7003B8806 /* ball-gray.png in Resources */ = {isa = PBXBuildFile; fileRef = 2796EA210F194FF7003B8806 /* ball-gray.png */; };
1.10 + 2796EA2A0F194FF7003B8806 /* ball-green.png in Resources */ = {isa = PBXBuildFile; fileRef = 2796EA220F194FF7003B8806 /* ball-green.png */; };
1.11 + 2796EA2B0F194FF7003B8806 /* ball-orange.png in Resources */ = {isa = PBXBuildFile; fileRef = 2796EA230F194FF7003B8806 /* ball-orange.png */; };
1.12 + 2796EA2C0F194FF7003B8806 /* ball-purple.png in Resources */ = {isa = PBXBuildFile; fileRef = 2796EA240F194FF7003B8806 /* ball-purple.png */; };
1.13 + 2796EA2D0F194FF7003B8806 /* ball-red.png in Resources */ = {isa = PBXBuildFile; fileRef = 2796EA250F194FF7003B8806 /* ball-red.png */; };
1.14 + 2796EA2E0F194FF7003B8806 /* ball-white.png in Resources */ = {isa = PBXBuildFile; fileRef = 2796EA260F194FF7003B8806 /* ball-white.png */; };
1.15 279F4D870D8606C200B32DBF /* GGBLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 279F4D840D8606C200B32DBF /* GGBLayer.m */; };
1.16 279F4D880D8606C200B32DBF /* GGBTextLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 279F4D860D8606C200B32DBF /* GGBTextLayer.m */; };
1.17 279F4DB20D8607AD00B32DBF /* O.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 279F4DB00D8607AD00B32DBF /* O.tiff */; };
1.18 @@ -97,6 +105,14 @@
1.19 276DFC550D00890C00D329AE /* White Ball.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "White Ball.png"; path = "Resources/White Ball.png"; sourceTree = "<group>"; };
1.20 2795C2B60CC278C800D7B2BD /* Piece.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Piece.h; sourceTree = "<group>"; };
1.21 2795C2B70CC278C800D7B2BD /* Piece.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Piece.m; sourceTree = "<group>"; };
1.22 + 2796EA1F0F194FF7003B8806 /* ball-black.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ball-black.png"; sourceTree = "<group>"; };
1.23 + 2796EA200F194FF7003B8806 /* ball-cyan.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ball-cyan.png"; sourceTree = "<group>"; };
1.24 + 2796EA210F194FF7003B8806 /* ball-gray.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ball-gray.png"; sourceTree = "<group>"; };
1.25 + 2796EA220F194FF7003B8806 /* ball-green.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ball-green.png"; sourceTree = "<group>"; };
1.26 + 2796EA230F194FF7003B8806 /* ball-orange.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ball-orange.png"; sourceTree = "<group>"; };
1.27 + 2796EA240F194FF7003B8806 /* ball-purple.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ball-purple.png"; sourceTree = "<group>"; };
1.28 + 2796EA250F194FF7003B8806 /* ball-red.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ball-red.png"; sourceTree = "<group>"; };
1.29 + 2796EA260F194FF7003B8806 /* ball-white.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ball-white.png"; sourceTree = "<group>"; };
1.30 279F4D830D8606C200B32DBF /* GGBLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GGBLayer.h; sourceTree = "<group>"; };
1.31 279F4D840D8606C200B32DBF /* GGBLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GGBLayer.m; sourceTree = "<group>"; };
1.32 279F4D850D8606C200B32DBF /* GGBTextLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GGBTextLayer.h; sourceTree = "<group>"; };
1.33 @@ -269,6 +285,22 @@
1.34 path = Resources/Gingko;
1.35 sourceTree = "<group>";
1.36 };
1.37 + 2796EA1E0F194FF7003B8806 /* Balls */ = {
1.38 + isa = PBXGroup;
1.39 + children = (
1.40 + 2796EA1F0F194FF7003B8806 /* ball-black.png */,
1.41 + 2796EA200F194FF7003B8806 /* ball-cyan.png */,
1.42 + 2796EA210F194FF7003B8806 /* ball-gray.png */,
1.43 + 2796EA220F194FF7003B8806 /* ball-green.png */,
1.44 + 2796EA230F194FF7003B8806 /* ball-orange.png */,
1.45 + 2796EA240F194FF7003B8806 /* ball-purple.png */,
1.46 + 2796EA250F194FF7003B8806 /* ball-red.png */,
1.47 + 2796EA260F194FF7003B8806 /* ball-white.png */,
1.48 + );
1.49 + name = Balls;
1.50 + path = Resources/Balls;
1.51 + sourceTree = "<group>";
1.52 + };
1.53 29B97314FDCFA39411CA2CEA /* BoardGame */ = {
1.54 isa = PBXGroup;
1.55 children = (
1.56 @@ -296,6 +328,7 @@
1.57 29B97317FDCFA39411CA2CEA /* Resources */ = {
1.58 isa = PBXGroup;
1.59 children = (
1.60 + 2796EA1E0F194FF7003B8806 /* Balls */,
1.61 275167D30DEE2AB000247375 /* Gingko */,
1.62 29B97318FDCFA39411CA2CEA /* MainMenu.nib */,
1.63 8D1107310486CEB800E47090 /* Info.plist */,
1.64 @@ -379,6 +412,14 @@
1.65 275167DB0DEE2AB000247375 /* Green.png in Resources */,
1.66 275167DC0DEE2AB000247375 /* Red.png in Resources */,
1.67 275167DD0DEE2AB000247375 /* Violet.png in Resources */,
1.68 + 2796EA270F194FF7003B8806 /* ball-black.png in Resources */,
1.69 + 2796EA280F194FF7003B8806 /* ball-cyan.png in Resources */,
1.70 + 2796EA290F194FF7003B8806 /* ball-gray.png in Resources */,
1.71 + 2796EA2A0F194FF7003B8806 /* ball-green.png in Resources */,
1.72 + 2796EA2B0F194FF7003B8806 /* ball-orange.png in Resources */,
1.73 + 2796EA2C0F194FF7003B8806 /* ball-purple.png in Resources */,
1.74 + 2796EA2D0F194FF7003B8806 /* ball-red.png in Resources */,
1.75 + 2796EA2E0F194FF7003B8806 /* ball-white.png in Resources */,
1.76 );
1.77 runOnlyForDeploymentPostprocessing = 0;
1.78 };