GeekGameBoard-iPhone.xcodeproj/project.pbxproj
changeset 9 a59acc683080
parent 8 45c82a071aca
child 16 28392c9a969f
     1.1 --- a/GeekGameBoard-iPhone.xcodeproj/project.pbxproj	Wed May 28 12:47:10 2008 -0700
     1.2 +++ b/GeekGameBoard-iPhone.xcodeproj/project.pbxproj	Thu May 29 15:04:06 2008 -0700
     1.3 @@ -11,6 +11,8 @@
     1.4  		1D60589B0D05DD56006BFB54 /* main-iPhone.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main-iPhone.m */; };
     1.5  		1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
     1.6  		1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
     1.7 +		2740502B0DEF36DF0006A9EE /* Pop.aiff in Resources */ = {isa = PBXBuildFile; fileRef = 274050290DEF36DF0006A9EE /* Pop.aiff */; };
     1.8 +		2740502C0DEF36DF0006A9EE /* Tink.aiff in Resources */ = {isa = PBXBuildFile; fileRef = 2740502A0DEF36DF0006A9EE /* Tink.aiff */; };
     1.9  		279F4B590D85C51700B32DBF /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 279F4B580D85C51700B32DBF /* AudioToolbox.framework */; };
    1.10  		279F4B5B0D85C51700B32DBF /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 279F4B5A0D85C51700B32DBF /* QuartzCore.framework */; };
    1.11  		279F4B620D85C63000B32DBF /* GGBTextLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 279F4B610D85C63000B32DBF /* GGBTextLayer.m */; };
    1.12 @@ -45,13 +47,20 @@
    1.13  		27C99B210D820868005AFD4F /* QuartzUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99B0B0D820868005AFD4F /* QuartzUtils.m */; };
    1.14  		27C99B220D820868005AFD4F /* GGBUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99B0D0D820868005AFD4F /* GGBUtils.m */; };
    1.15  		27C99B510D82106E005AFD4F /* GGBLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 27C99B500D82106E005AFD4F /* GGBLayer.m */; };
    1.16 +		27DBB52C0DEE059700616D85 /* Blue.png in Resources */ = {isa = PBXBuildFile; fileRef = 27DBB5270DEE059700616D85 /* Blue.png */; };
    1.17 +		27DBB52D0DEE059800616D85 /* Gold.png in Resources */ = {isa = PBXBuildFile; fileRef = 27DBB5280DEE059700616D85 /* Gold.png */; };
    1.18 +		27DBB52E0DEE059800616D85 /* Green.png in Resources */ = {isa = PBXBuildFile; fileRef = 27DBB5290DEE059700616D85 /* Green.png */; };
    1.19 +		27DBB52F0DEE059900616D85 /* Red.png in Resources */ = {isa = PBXBuildFile; fileRef = 27DBB52A0DEE059700616D85 /* Red.png */; };
    1.20 +		27DBB5300DEE059900616D85 /* Violet.png in Resources */ = {isa = PBXBuildFile; fileRef = 27DBB52B0DEE059700616D85 /* Violet.png */; };
    1.21  /* End PBXBuildFile section */
    1.22  
    1.23  /* Begin PBXFileReference section */
    1.24  		1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
    1.25  		1D3623EB0D0F72F000981E51 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
    1.26 -		1D6058910D05DD3D006BFB54 /* GGB-iPhone.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "GGB-iPhone.app"; sourceTree = BUILT_PRODUCTS_DIR; };
    1.27 +		1D6058910D05DD3D006BFB54 /* GeekGameBoard.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GeekGameBoard.app; sourceTree = BUILT_PRODUCTS_DIR; };
    1.28  		1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
    1.29 +		274050290DEF36DF0006A9EE /* Pop.aiff */ = {isa = PBXFileReference; lastKnownFileType = audio.aiff; name = Pop.aiff; path = /System/Library/Sounds/Pop.aiff; sourceTree = "<absolute>"; };
    1.30 +		2740502A0DEF36DF0006A9EE /* Tink.aiff */ = {isa = PBXFileReference; lastKnownFileType = audio.aiff; name = Tink.aiff; path = /System/Library/Sounds/Tink.aiff; sourceTree = "<absolute>"; };
    1.31  		279F4B580D85C51700B32DBF /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
    1.32  		279F4B5A0D85C51700B32DBF /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
    1.33  		279F4B600D85C63000B32DBF /* GGBTextLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GGBTextLayer.h; sourceTree = "<group>"; };
    1.34 @@ -109,6 +118,11 @@
    1.35  		27C99B0D0D820868005AFD4F /* GGBUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GGBUtils.m; sourceTree = "<group>"; };
    1.36  		27C99B4F0D82106E005AFD4F /* GGBLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GGBLayer.h; sourceTree = "<group>"; };
    1.37  		27C99B500D82106E005AFD4F /* GGBLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GGBLayer.m; sourceTree = "<group>"; };
    1.38 +		27DBB5270DEE059700616D85 /* Blue.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Blue.png; sourceTree = "<group>"; };
    1.39 +		27DBB5280DEE059700616D85 /* Gold.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Gold.png; sourceTree = "<group>"; };
    1.40 +		27DBB5290DEE059700616D85 /* Green.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Green.png; sourceTree = "<group>"; };
    1.41 +		27DBB52A0DEE059700616D85 /* Red.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Red.png; sourceTree = "<group>"; };
    1.42 +		27DBB52B0DEE059700616D85 /* Violet.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Violet.png; sourceTree = "<group>"; };
    1.43  		29B97316FDCFA39411CA2CEA /* main-iPhone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "main-iPhone.m"; path = "Source/main-iPhone.m"; sourceTree = "<group>"; };
    1.44  		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.45  		8D1107310486CEB800E47090 /* Info-iPhone.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-iPhone.plist"; sourceTree = "<group>"; };
    1.46 @@ -150,7 +164,7 @@
    1.47  		19C28FACFE9D520D11CA2CBB /* Products */ = {
    1.48  			isa = PBXGroup;
    1.49  			children = (
    1.50 -				1D6058910D05DD3D006BFB54 /* GGB-iPhone.app */,
    1.51 +				1D6058910D05DD3D006BFB54 /* GeekGameBoard.app */,
    1.52  			);
    1.53  			name = Products;
    1.54  			sourceTree = "<group>";
    1.55 @@ -230,6 +244,18 @@
    1.56  			name = Games;
    1.57  			sourceTree = "<group>";
    1.58  		};
    1.59 +		27DBB5260DEE059700616D85 /* Gingko */ = {
    1.60 +			isa = PBXGroup;
    1.61 +			children = (
    1.62 +				27DBB5270DEE059700616D85 /* Blue.png */,
    1.63 +				27DBB5280DEE059700616D85 /* Gold.png */,
    1.64 +				27DBB5290DEE059700616D85 /* Green.png */,
    1.65 +				27DBB52A0DEE059700616D85 /* Red.png */,
    1.66 +				27DBB52B0DEE059700616D85 /* Violet.png */,
    1.67 +			);
    1.68 +			path = Gingko;
    1.69 +			sourceTree = "<group>";
    1.70 +		};
    1.71  		29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
    1.72  			isa = PBXGroup;
    1.73  			children = (
    1.74 @@ -258,14 +284,17 @@
    1.75  		29B97317FDCFA39411CA2CEA /* Resources */ = {
    1.76  			isa = PBXGroup;
    1.77  			children = (
    1.78 +				274050290DEF36DF0006A9EE /* Pop.aiff */,
    1.79 +				2740502A0DEF36DF0006A9EE /* Tink.aiff */,
    1.80  				279F4E050D860B8800B32DBF /* Green Ball.png */,
    1.81  				279F4E060D860B8800B32DBF /* Red Ball.png */,
    1.82  				279F4E070D860B8800B32DBF /* White Ball.png */,
    1.83 -				279F4F1A0D86448100B32DBF /* Wood.jpg */,
    1.84  				279F4E090D860B8800B32DBF /* Yellow Ball.png */,
    1.85 -				279F4C730D85D43800B32DBF /* Background.png */,
    1.86  				279F4C1C0D85D0AF00B32DBF /* X.tiff */,
    1.87  				279F4C1E0D85D0CB00B32DBF /* O.tiff */,
    1.88 +				279F4F1A0D86448100B32DBF /* Wood.jpg */,
    1.89 +				27DBB5260DEE059700616D85 /* Gingko */,
    1.90 +				279F4C730D85D43800B32DBF /* Background.png */,
    1.91  				279F4B720D85CDE900B32DBF /* ToolbarAdvanced.icns */,
    1.92  				8D1107310486CEB800E47090 /* Info-iPhone.plist */,
    1.93  			);
    1.94 @@ -298,7 +327,7 @@
    1.95  			);
    1.96  			name = "GGB-iPhone";
    1.97  			productName = "GGB-iPhone";
    1.98 -			productReference = 1D6058910D05DD3D006BFB54 /* GGB-iPhone.app */;
    1.99 +			productReference = 1D6058910D05DD3D006BFB54 /* GeekGameBoard.app */;
   1.100  			productType = "com.apple.product-type.application";
   1.101  		};
   1.102  /* End PBXNativeTarget section */
   1.103 @@ -332,6 +361,13 @@
   1.104  				279F4E0C0D860B8800B32DBF /* White Ball.png in Resources */,
   1.105  				279F4E0E0D860B8800B32DBF /* Yellow Ball.png in Resources */,
   1.106  				279F4F1B0D86448100B32DBF /* Wood.jpg in Resources */,
   1.107 +				27DBB52C0DEE059700616D85 /* Blue.png in Resources */,
   1.108 +				27DBB52D0DEE059800616D85 /* Gold.png in Resources */,
   1.109 +				27DBB52E0DEE059800616D85 /* Green.png in Resources */,
   1.110 +				27DBB52F0DEE059900616D85 /* Red.png in Resources */,
   1.111 +				27DBB5300DEE059900616D85 /* Violet.png in Resources */,
   1.112 +				2740502B0DEF36DF0006A9EE /* Pop.aiff in Resources */,
   1.113 +				2740502C0DEF36DF0006A9EE /* Tink.aiff in Resources */,
   1.114  			);
   1.115  			runOnlyForDeploymentPostprocessing = 0;
   1.116  		};
   1.117 @@ -384,7 +420,7 @@
   1.118  				GCC_PREFIX_HEADER = "Source/GGB-iPhone_Prefix.pch";
   1.119  				INFOPLIST_FILE = "Resources/Info-iPhone.plist";
   1.120  				PREBINDING = NO;
   1.121 -				PRODUCT_NAME = "GGB-iPhone";
   1.122 +				PRODUCT_NAME = GeekGameBoard;
   1.123  			};
   1.124  			name = Debug;
   1.125  		};
   1.126 @@ -398,7 +434,7 @@
   1.127  				GCC_PREFIX_HEADER = "Source/GGB-iPhone_Prefix.pch";
   1.128  				INFOPLIST_FILE = "Resources/Info-iPhone.plist";
   1.129  				PREBINDING = NO;
   1.130 -				PRODUCT_NAME = "GGB-iPhone";
   1.131 +				PRODUCT_NAME = GeekGameBoard;
   1.132  				WRAPPER_EXTENSION = app;
   1.133  			};
   1.134  			name = Release;
   1.135 @@ -429,6 +465,7 @@
   1.136  				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Laurence ANDERSEN";
   1.137  				GCC_C_LANGUAGE_STANDARD = gnu99;
   1.138  				GCC_TREAT_WARNINGS_AS_ERRORS = YES;
   1.139 +				GCC_WARN_ABOUT_RETURN_TYPE = YES;
   1.140  				PREBINDING = NO;
   1.141  				SDKROOT = iphoneos2.0;
   1.142  				WARNING_CFLAGS = "-Wall";