GeekGameBoard.xcodeproj/project.pbxproj
changeset 21 2eb229411d73
parent 13 db7bb080c3d5
child 26 e7a464fb6d39
     1.1 --- a/GeekGameBoard.xcodeproj/project.pbxproj	Tue Jul 08 13:12:01 2008 -0700
     1.2 +++ b/GeekGameBoard.xcodeproj/project.pbxproj	Mon Jul 21 17:32:21 2008 -0700
     1.3 @@ -26,6 +26,7 @@
     1.4  		275167DB0DEE2AB000247375 /* Green.png in Resources */ = {isa = PBXBuildFile; fileRef = 275167D60DEE2AB000247375 /* Green.png */; };
     1.5  		275167DC0DEE2AB000247375 /* Red.png in Resources */ = {isa = PBXBuildFile; fileRef = 275167D70DEE2AB000247375 /* Red.png */; };
     1.6  		275167DD0DEE2AB000247375 /* Violet.png in Resources */ = {isa = PBXBuildFile; fileRef = 275167D80DEE2AB000247375 /* Violet.png */; };
     1.7 +		27534A2B0E2C6281006C24A6 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27534A2A0E2C6281006C24A6 /* AudioToolbox.framework */; };
     1.8  		276DFC410D00867000D329AE /* Green Ball.png in Resources */ = {isa = PBXBuildFile; fileRef = 276DFC400D00867000D329AE /* Green Ball.png */; };
     1.9  		276DFC560D00890C00D329AE /* Red Ball.png in Resources */ = {isa = PBXBuildFile; fileRef = 276DFC530D00890C00D329AE /* Red Ball.png */; };
    1.10  		276DFC570D00890C00D329AE /* Yellow Ball.png in Resources */ = {isa = PBXBuildFile; fileRef = 276DFC540D00890C00D329AE /* Yellow Ball.png */; };
    1.11 @@ -89,6 +90,7 @@
    1.12  		275167D60DEE2AB000247375 /* Green.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Green.png; sourceTree = "<group>"; };
    1.13  		275167D70DEE2AB000247375 /* Red.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Red.png; sourceTree = "<group>"; };
    1.14  		275167D80DEE2AB000247375 /* Violet.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Violet.png; sourceTree = "<group>"; };
    1.15 +		27534A2A0E2C6281006C24A6 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
    1.16  		276DFC400D00867000D329AE /* Green Ball.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Green Ball.png"; path = "Resources/Green Ball.png"; sourceTree = "<group>"; };
    1.17  		276DFC530D00890C00D329AE /* Red Ball.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Red Ball.png"; path = "Resources/Red Ball.png"; sourceTree = "<group>"; };
    1.18  		276DFC540D00890C00D329AE /* Yellow Ball.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Yellow Ball.png"; path = "Resources/Yellow Ball.png"; sourceTree = "<group>"; };
    1.19 @@ -138,6 +140,7 @@
    1.20  			files = (
    1.21  				8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
    1.22  				27CCA95F0CB8A74D001CFE24 /* Quartz.framework in Frameworks */,
    1.23 +				27534A2B0E2C6281006C24A6 /* AudioToolbox.framework in Frameworks */,
    1.24  			);
    1.25  			runOnlyForDeploymentPostprocessing = 0;
    1.26  		};
    1.27 @@ -183,6 +186,7 @@
    1.28  		1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
    1.29  			isa = PBXGroup;
    1.30  			children = (
    1.31 +				27534A2A0E2C6281006C24A6 /* AudioToolbox.framework */,
    1.32  				29B97324FDCFA39411CA2CEA /* AppKit.framework */,
    1.33  				27CCA95E0CB8A74D001CFE24 /* Quartz.framework */,
    1.34  				29B97325FDCFA39411CA2CEA /* Foundation.framework */,