view Xcode/TemplatesForProjectBuilder/SDL Application/SDL App.pbproj/project.pbxproj @ 2419:ab89ff6e97af gsoc2008_iphone

Originally keyboard support was in the form of a category of the class SDL_uikitview. It turns out this can cause problems with compilation where the code is not actually included and doesn't fail until dynamic dispatch. This is just awful, so I've moved to the code into the SDL_uikitview class itself.
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Wed, 13 Aug 2008 23:14:36 +0000
parents d63e9f5944ae
children
line wrap: on
line source

// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 34;
	objects = {
		080E96DDFE201D6D7F000001 = {
			children = (
				F5A47A9D01A0482F01D3D55B,
				F5A47A9E01A0483001D3D55B,
			);
			isa = PBXGroup;
			name = Classes;
			refType = 4;
		};
		089C165CFE840E0CC02AAC07 = {
			children = (
				089C165DFE840E0CC02AAC07,
			);
			isa = PBXVariantGroup;
			name = InfoPlist.strings;
			refType = 4;
		};
		089C165DFE840E0CC02AAC07 = {
			fileEncoding = 10;
			isa = PBXFileReference;
			name = English;
			path = English.lproj/InfoPlist.strings;
			refType = 4;
		};
		089C165EFE840E0CC02AAC07 = {
			fileRef = 089C165CFE840E0CC02AAC07;
			isa = PBXBuildFile;
			settings = {
			};
		};
//080
//081
//082
//083
//084
//100
//101
//102
//103
//104
		1058C7A0FEA54F0111CA2CBB = {
			children = (
				1058C7A1FEA54F0111CA2CBB,
			);
			isa = PBXGroup;
			name = "Linked Frameworks";
			refType = 4;
		};
		1058C7A1FEA54F0111CA2CBB = {
			isa = PBXFrameworkReference;
			name = Cocoa.framework;
			path = /System/Library/Frameworks/Cocoa.framework;
			refType = 0;
		};
		1058C7A2FEA54F0111CA2CBB = {
			children = (
				29B97325FDCFA39411CA2CEA,
				29B97324FDCFA39411CA2CEA,
			);
			isa = PBXGroup;
			name = "Other Frameworks";
			refType = 4;
		};
		1058C7A3FEA54F0111CA2CBB = {
			fileRef = 1058C7A1FEA54F0111CA2CBB;
			isa = PBXBuildFile;
			settings = {
			};
		};
//100
//101
//102
//103
//104
//170
//171
//172
//173
//174
		17587328FF379C6511CA2CBB = {
			isa = PBXApplicationReference;
			path = "«PROJECTNAME».app";
			refType = 3;
		};
//170
//171
//172
//173
//174
//190
//191
//192
//193
//194
		19C28FACFE9D520D11CA2CBB = {
			children = (
				17587328FF379C6511CA2CBB,
			);
			isa = PBXGroup;
			name = Products;
			refType = 4;
		};
//190
//191
//192
//193
//194
//290
//291
//292
//293
//294
		29B97313FDCFA39411CA2CEA = {
			buildStyles = (
				4A9504CCFFE6A4B311CA0CBA,
				4A9504CDFFE6A4B311CA0CBA,
			);
			isa = PBXProject;
			mainGroup = 29B97314FDCFA39411CA2CEA;
			projectDirPath = "";
			targets = (
				29B97326FDCFA39411CA2CEA,
			);
		};
		29B97314FDCFA39411CA2CEA = {
			children = (
				080E96DDFE201D6D7F000001,
				29B97315FDCFA39411CA2CEA,
				29B97317FDCFA39411CA2CEA,
				29B97323FDCFA39411CA2CEA,
				19C28FACFE9D520D11CA2CBB,
			);
			isa = PBXGroup;
			name = "«PROJECTNAMEASXML»";
			path = "";
			refType = 4;
		};
		29B97315FDCFA39411CA2CEA = {
			children = (
				F5A47A9F01A0483001D3D55B,
			);
			isa = PBXGroup;
			name = "Other Sources";
			path = "";
			refType = 4;
		};
		29B97317FDCFA39411CA2CEA = {
			children = (
				089C165CFE840E0CC02AAC07,
			);
			isa = PBXGroup;
			name = Resources;
			path = "";
			refType = 4;
		};
		29B97323FDCFA39411CA2CEA = {
			children = (
				1058C7A0FEA54F0111CA2CBB,
				1058C7A2FEA54F0111CA2CBB,
			);
			isa = PBXGroup;
			name = Frameworks;
			path = "";
			refType = 4;
		};
		29B97324FDCFA39411CA2CEA = {
			isa = PBXFrameworkReference;
			name = AppKit.framework;
			path = /System/Library/Frameworks/AppKit.framework;
			refType = 0;
		};
		29B97325FDCFA39411CA2CEA = {
			isa = PBXFrameworkReference;
			name = Foundation.framework;
			path = /System/Library/Frameworks/Foundation.framework;
			refType = 0;
		};
		29B97326FDCFA39411CA2CEA = {
			buildPhases = (
				29B97327FDCFA39411CA2CEA,
				29B97328FDCFA39411CA2CEA,
				29B9732BFDCFA39411CA2CEA,
				29B9732DFDCFA39411CA2CEA,
			);
			buildSettings = {
				FRAMEWORK_SEARCH_PATHS = "\"/Library/Frameworks\"";
				HEADER_SEARCH_PATHS = "\"/Library/Frameworks/SDL.framework/Headers\"";
				INSTALL_PATH = "$(HOME)/Applications";
				LIBRARY_SEARCH_PATHS = "";
				OTHER_LDFLAGS = "-framework SDL";
				PRODUCT_NAME = "«PROJECTNAME»";
				SECTORDER_FLAGS = "";
				WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
				WRAPPER_EXTENSION = app;
			};
			dependencies = (
			);
			isa = PBXApplicationTarget;
			name = "«PROJECTNAME»";
			productInstallPath = "$(HOME)/Applications";
			productName = "«PROJECTNAME»";
			productReference = 17587328FF379C6511CA2CBB;
			productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<!DOCTYPE plist SYSTEM \"file://localhost/System/Library/DTDs/PropertyList.dtd\">
<plist version=\"0.9\">
<dict>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleExecutable</key>
	<string>«PROJECTNAMEASXML»</string>
	<key>CFBundleIconFile</key>
	<string></string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>0.1</string>
	<key>NSMainNibFile</key>
	<string>MainMenu</string>
	<key>NSPrincipalClass</key>
	<string>NSApplication</string>
</dict>
</plist>
";
			shouldUseHeadermap = 1;
		};
		29B97327FDCFA39411CA2CEA = {
			buildActionMask = 2147483647;
			files = (
				F5A47AA101A0483001D3D55B,
			);
			isa = PBXHeadersBuildPhase;
			name = Headers;
		};
		29B97328FDCFA39411CA2CEA = {
			buildActionMask = 2147483647;
			files = (
				089C165EFE840E0CC02AAC07,
			);
			isa = PBXResourcesBuildPhase;
			name = "Bundle Resources";
		};
		29B9732BFDCFA39411CA2CEA = {
			buildActionMask = 2147483647;
			files = (
				F5A47AA301A0483001D3D55B,
				F5A47AA401A0483001D3D55B,
			);
			isa = PBXSourcesBuildPhase;
			name = Sources;
		};
		29B9732DFDCFA39411CA2CEA = {
			buildActionMask = 2147483647;
			files = (
				1058C7A3FEA54F0111CA2CBB,
			);
			isa = PBXFrameworksBuildPhase;
			name = "Frameworks & Libraries";
		};
//290
//291
//292
//293
//294
//4A0
//4A1
//4A2
//4A3
//4A4
		4A9504CCFFE6A4B311CA0CBA = {
			buildRules = (
			);
			buildSettings = {
				COPY_PHASE_STRIP = NO;
				OPTIMIZATION_CFLAGS = "-O0";
			};
			isa = PBXBuildStyle;
			name = Development;
		};
		4A9504CDFFE6A4B311CA0CBA = {
			buildRules = (
			);
			buildSettings = {
				COPY_PHASE_STRIP = YES;
			};
			isa = PBXBuildStyle;
			name = Deployment;
		};
//4A0
//4A1
//4A2
//4A3
//4A4
//F50
//F51
//F52
//F53
//F54
		F5A47A9D01A0482F01D3D55B = {
			isa = PBXFileReference;
			path = SDLMain.h;
			refType = 2;
		};
		F5A47A9E01A0483001D3D55B = {
			isa = PBXFileReference;
			path = SDLMain.m;
			refType = 2;
		};
		F5A47A9F01A0483001D3D55B = {
			isa = PBXFileReference;
			path = main.c;
			refType = 2;
		};
		F5A47AA101A0483001D3D55B = {
			fileRef = F5A47A9D01A0482F01D3D55B;
			isa = PBXBuildFile;
			settings = {
			};
		};
		F5A47AA301A0483001D3D55B = {
			fileRef = F5A47A9E01A0483001D3D55B;
			isa = PBXBuildFile;
			settings = {
			};
		};
		F5A47AA401A0483001D3D55B = {
			fileRef = F5A47A9F01A0483001D3D55B;
			isa = PBXBuildFile;
			settings = {
			};
		};
	};
	rootObject = 29B97313FDCFA39411CA2CEA;
}