comparison Xcode/TemplatesForXcode/SDL OpenGL Application/SDLOpenGLApp.xcodeproj/project.pbxproj @ 2663:0caed045d01b gsoc2008_audio_resampling

General cleanup and fixed a buffer overrun bug. It may be necessary to normalize filter gain differently or something.
author Aaron Wishnick <schnarf@gmail.com>
date Tue, 12 Aug 2008 00:24:42 +0000
parents d63e9f5944ae
children
comparison
equal deleted inserted replaced
2662:5470680ca587 2663:0caed045d01b
19 002F3C0109D093BD00EBEB88 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 002F3C0009D093BD00EBEB88 /* OpenGL.framework */; }; 19 002F3C0109D093BD00EBEB88 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 002F3C0009D093BD00EBEB88 /* OpenGL.framework */; };
20 002F3C6109D0951E00EBEB88 /* GLUT.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 002F3C6009D0951E00EBEB88 /* GLUT.framework */; }; 20 002F3C6109D0951E00EBEB88 /* GLUT.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 002F3C6009D0951E00EBEB88 /* GLUT.framework */; };
21 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; }; 21 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
22 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; 22 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
23 /* End PBXBuildFile section */ 23 /* End PBXBuildFile section */
24
25 /* Begin PBXBuildStyle section */
26 4A9504CCFFE6A4B311CA0CBA /* Debug */ = {
27 isa = PBXBuildStyle;
28 buildSettings = {
29 };
30 name = Debug;
31 };
32 4A9504CDFFE6A4B311CA0CBA /* Release */ = {
33 isa = PBXBuildStyle;
34 buildSettings = {
35 };
36 name = Release;
37 };
38 /* End PBXBuildStyle section */
39 24
40 /* Begin PBXCopyFilesBuildPhase section */ 25 /* Begin PBXCopyFilesBuildPhase section */
41 002F39FD09D0883400EBEB88 /* Copy Frameworks into .app bundle */ = { 26 002F39FD09D0883400EBEB88 /* Copy Frameworks into .app bundle */ = {
42 isa = PBXCopyFilesBuildPhase; 27 isa = PBXCopyFilesBuildPhase;
43 buildActionMask = 2147483647; 28 buildActionMask = 2147483647;
190 8D11072E0486CEB800E47090 /* Frameworks */, 175 8D11072E0486CEB800E47090 /* Frameworks */,
191 002F39FD09D0883400EBEB88 /* Copy Frameworks into .app bundle */, 176 002F39FD09D0883400EBEB88 /* Copy Frameworks into .app bundle */,
192 ); 177 );
193 buildRules = ( 178 buildRules = (
194 ); 179 );
195 buildSettings = {
196 };
197 dependencies = ( 180 dependencies = (
198 ); 181 );
199 name = "«PROJECTNAME»"; 182 name = "«PROJECTNAME»";
200 productInstallPath = "$(HOME)/Applications"; 183 productInstallPath = "$(HOME)/Applications";
201 productName = "«PROJECTNAME»"; 184 productName = "«PROJECTNAME»";
206 189
207 /* Begin PBXProject section */ 190 /* Begin PBXProject section */
208 29B97313FDCFA39411CA2CEA /* Project object */ = { 191 29B97313FDCFA39411CA2CEA /* Project object */ = {
209 isa = PBXProject; 192 isa = PBXProject;
210 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "SDLOpenGLApp" */; 193 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "SDLOpenGLApp" */;
211 buildSettings = { 194 compatibilityVersion = "Xcode 2.4";
212 };
213 buildStyles = (
214 4A9504CCFFE6A4B311CA0CBA /* Debug */,
215 4A9504CDFFE6A4B311CA0CBA /* Release */,
216 );
217 hasScannedForEncodings = 1; 195 hasScannedForEncodings = 1;
218 mainGroup = 29B97314FDCFA39411CA2CEA /* «PROJECTNAMEASXML» */; 196 mainGroup = 29B97314FDCFA39411CA2CEA /* «PROJECTNAMEASXML» */;
219 projectDirPath = ""; 197 projectDirPath = "";
198 projectRoot = "";
220 targets = ( 199 targets = (
221 8D1107260486CEB800E47090 /* «PROJECTNAME» */, 200 8D1107260486CEB800E47090 /* «PROJECTNAME» */,
222 ); 201 );
223 }; 202 };
224 /* End PBXProject section */ 203 /* End PBXProject section */