cscg22-gearboy

CSCG 2022 Challenge 'Gearboy'
git clone https://git.sinitax.com/sinitax/cscg22-gearboy
Log | Files | Refs | sfeed.txt

project.pbxproj (18588B)


      1// !$*UTF8*$!
      2{
      3	archiveVersion = 1;
      4	classes = {
      5	};
      6	objectVersion = 45;
      7	objects = {
      8
      9/* Begin PBXBuildFile section */
     10		2B50214C1E056A12707340ED /* testgamecontroller.c in Sources */ = {isa = PBXBuildFile; fileRef = 126D67D510C85A6C03E94C6D /* testgamecontroller.c */; };
     11		175443B0039F66FA44F00CA2 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 58953E952CAC6DD01BDB0794 /* AudioToolbox.framework */; };
     12		23972E076A404C4E1C816A1F /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 14AA2F4F732A6BC70AC45187 /* AudioUnit.framework */; };
     13		09640528131A21A9740F1CA5 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 225E044C4FC8055B1E940DF1 /* Cocoa.framework */; };
     14		44095B55423E7FE8090132BE /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54D70ECF7998287258EE1144 /* CoreAudio.framework */; };
     15		7AFC733E003B2B3754EE0E5D /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F3C5314615675DD34597D63 /* IOKit.framework */; };
     16		5C59745B30E671640EED2159 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0246693730305EA55EDD0E6A /* Carbon.framework */; };
     17		64F52E933D7816FF7EB8688C /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 76DD426A60CF71EB7C5D74C5 /* ForceFeedback.framework */; };
     18		339C5AA512D653ED1946728B /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4EAC24372C0B341159A57E6B /* CoreFoundation.framework */; };
     19		73CF32C40BC53B191F0B2690 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38835CE205EB437E2C0673F7 /* OpenGL.framework */; };
     20		09203C322CAE13134E54004E /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 18FC77EF04CC142539507250 /* libSDL2main.a */; };
     21		2A386E15636D434D7E381E71 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 527B47453AED59E42BB50570 /* libSDL2.a */; };
     22/* End PBXBuildFile section */
     23
     24/* Begin PBXContainerItemProxy section */
     25		30DA5E641EDA17C8510930B6 /* PBXContainerItemProxy */ = {
     26			isa = PBXContainerItemProxy;
     27			containerPortal = 70002B414DB7446C17E9573F /* SDL2main.xcodeproj */;
     28			proxyType = 2;
     29			remoteGlobalIDString = 58DC62993160374E09FF7AD6;
     30			remoteInfo = "libSDL2main.a";
     31		};
     32		0D8B2DB9636F4A4038846A56 /* PBXContainerItemProxy */ = {
     33			isa = PBXContainerItemProxy;
     34			containerPortal = 70002B414DB7446C17E9573F /* SDL2main.xcodeproj */;
     35			proxyType = 1;
     36			remoteGlobalIDString = 0E7126A94A11494963D3548B;
     37			remoteInfo = "libSDL2main.a";
     38		};
     39		53C06F4B64E45CCA63FF1144 /* PBXContainerItemProxy */ = {
     40			isa = PBXContainerItemProxy;
     41			containerPortal = 28C7455508C14E8E683C4B61 /* SDL2.xcodeproj */;
     42			proxyType = 2;
     43			remoteGlobalIDString = 07D004B11E733F1F0EA93105;
     44			remoteInfo = "libSDL2.a";
     45		};
     46		410A02AE7ED221353FBE069A /* PBXContainerItemProxy */ = {
     47			isa = PBXContainerItemProxy;
     48			containerPortal = 28C7455508C14E8E683C4B61 /* SDL2.xcodeproj */;
     49			proxyType = 1;
     50			remoteGlobalIDString = 58C10ED14175754444033E0E;
     51			remoteInfo = "libSDL2.a";
     52		};
     53/* End PBXContainerItemProxy section */
     54
     55/* Begin PBXFileReference section */
     56		126D67D510C85A6C03E94C6D /* testgamecontroller.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testgamecontroller.c"; path = "../../../../../test/testgamecontroller.c"; sourceTree = "<group>"; };
     57		58953E952CAC6DD01BDB0794 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
     58		14AA2F4F732A6BC70AC45187 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
     59		225E044C4FC8055B1E940DF1 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
     60		54D70ECF7998287258EE1144 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
     61		0F3C5314615675DD34597D63 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
     62		0246693730305EA55EDD0E6A /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
     63		76DD426A60CF71EB7C5D74C5 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
     64		4EAC24372C0B341159A57E6B /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
     65		38835CE205EB437E2C0673F7 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
     66		13831EFD797E6C5158677C65 /* testgamecontroller */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testgamecontroller"; path = "testgamecontroller"; sourceTree = BUILT_PRODUCTS_DIR; };
     67		70002B414DB7446C17E9573F /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
     68		28C7455508C14E8E683C4B61 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
     69/* End PBXFileReference section */
     70
     71/* Begin PBXFrameworksBuildPhase section */
     72		2D927D1A71FE0F0E76103B07 /* Frameworks */ = {
     73			isa = PBXFrameworksBuildPhase;
     74			buildActionMask = 2147483647;
     75			files = (
     76				175443B0039F66FA44F00CA2 /* AudioToolbox.framework in Frameworks */,
     77				23972E076A404C4E1C816A1F /* AudioUnit.framework in Frameworks */,
     78				09640528131A21A9740F1CA5 /* Cocoa.framework in Frameworks */,
     79				44095B55423E7FE8090132BE /* CoreAudio.framework in Frameworks */,
     80				7AFC733E003B2B3754EE0E5D /* IOKit.framework in Frameworks */,
     81				5C59745B30E671640EED2159 /* Carbon.framework in Frameworks */,
     82				64F52E933D7816FF7EB8688C /* ForceFeedback.framework in Frameworks */,
     83				339C5AA512D653ED1946728B /* CoreFoundation.framework in Frameworks */,
     84				73CF32C40BC53B191F0B2690 /* OpenGL.framework in Frameworks */,
     85				09203C322CAE13134E54004E /* libSDL2main.a in Frameworks */,
     86				2A386E15636D434D7E381E71 /* libSDL2.a in Frameworks */,
     87			);
     88			runOnlyForDeploymentPostprocessing = 0;
     89		};
     90/* End PBXFrameworksBuildPhase section */
     91
     92/* Begin PBXGroup section */
     93		70D736877EDD78F474EB0928 /* testgamecontroller */ = {
     94			isa = PBXGroup;
     95			children = (
     96				3A3461B06BA41D46778E2878 /* test */,
     97				269736B127155C4B4D22059A /* Frameworks */,
     98				6B654C6F240F62EB6D786C56 /* Products */,
     99				30890C4657722CB6213E1005 /* Projects */,
    100			);
    101			name = "testgamecontroller";
    102			sourceTree = "<group>";
    103		};
    104		3A3461B06BA41D46778E2878 /* test */ = {
    105			isa = PBXGroup;
    106			children = (
    107				126D67D510C85A6C03E94C6D /* testgamecontroller.c */,
    108			);
    109			name = "test";
    110			sourceTree = "<group>";
    111		};
    112		269736B127155C4B4D22059A /* Frameworks */ = {
    113			isa = PBXGroup;
    114			children = (
    115				58953E952CAC6DD01BDB0794 /* AudioToolbox.framework */,
    116				14AA2F4F732A6BC70AC45187 /* AudioUnit.framework */,
    117				225E044C4FC8055B1E940DF1 /* Cocoa.framework */,
    118				54D70ECF7998287258EE1144 /* CoreAudio.framework */,
    119				0F3C5314615675DD34597D63 /* IOKit.framework */,
    120				0246693730305EA55EDD0E6A /* Carbon.framework */,
    121				76DD426A60CF71EB7C5D74C5 /* ForceFeedback.framework */,
    122				4EAC24372C0B341159A57E6B /* CoreFoundation.framework */,
    123				38835CE205EB437E2C0673F7 /* OpenGL.framework */,
    124			);
    125			name = "Frameworks";
    126			sourceTree = "<group>";
    127		};
    128		6B654C6F240F62EB6D786C56 /* Products */ = {
    129			isa = PBXGroup;
    130			children = (
    131				13831EFD797E6C5158677C65 /* testgamecontroller */,
    132			);
    133			name = "Products";
    134			sourceTree = "<group>";
    135		};
    136		30890C4657722CB6213E1005 /* Projects */ = {
    137			isa = PBXGroup;
    138			children = (
    139				70002B414DB7446C17E9573F /* SDL2main.xcodeproj */,
    140				28C7455508C14E8E683C4B61 /* SDL2.xcodeproj */,
    141			);
    142			name = "Projects";
    143			sourceTree = "<group>";
    144		};
    145		10BC462750667687322551BA /* Products */ = {
    146			isa = PBXGroup;
    147			children = (
    148				18FC77EF04CC142539507250 /* libSDL2main.a */,
    149			);
    150			name = Products;
    151			sourceTree = "<group>";
    152		};
    153		4D2962B104CD402751E30FD4 /* Products */ = {
    154			isa = PBXGroup;
    155			children = (
    156				527B47453AED59E42BB50570 /* libSDL2.a */,
    157			);
    158			name = Products;
    159			sourceTree = "<group>";
    160		};
    161/* End PBXGroup section */
    162
    163/* Begin PBXNativeTarget section */
    164		50DB78277F1369ED01D62FB3 /* testgamecontroller */ = {
    165			isa = PBXNativeTarget;
    166			buildConfigurationList = 0D205F28786353DF0C9D23FA /* Build configuration list for PBXNativeTarget "testgamecontroller" */;
    167			buildPhases = (
    168				0FB81A643AA0146737222745 /* Resources */,
    169				5EE12B0161FD66BB3B514CB5 /* Sources */,
    170				2D927D1A71FE0F0E76103B07 /* Frameworks */,
    171			);
    172			buildRules = (
    173			);
    174			dependencies = (
    175				6E5068B3775D048B7B762663 /* PBXTargetDependency */,
    176				2841674A502A31474B2B2EE5 /* PBXTargetDependency */,
    177			);
    178			name = "testgamecontroller";
    179			productInstallPath = "$(HOME)/bin";
    180			productName = "testgamecontroller";
    181			productReference = 13831EFD797E6C5158677C65 /* testgamecontroller */;
    182			productType = "com.apple.product-type.tool";
    183		};
    184/* End PBXNativeTarget section */
    185
    186/* Begin PBXProject section */
    187		08FB7793FE84155DC02AAC07 /* Project object */ = {
    188			isa = PBXProject;
    189			buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testgamecontroller" */;
    190			compatibilityVersion = "Xcode 3.2";
    191			hasScannedForEncodings = 1;
    192			mainGroup = 70D736877EDD78F474EB0928 /* testgamecontroller */;
    193			projectDirPath = "";
    194			projectReferences = (
    195				{
    196					ProductGroup = 10BC462750667687322551BA /* Products */;
    197					ProjectRef = 70002B414DB7446C17E9573F /* SDL2main.xcodeproj */;
    198				},
    199				{
    200					ProductGroup = 4D2962B104CD402751E30FD4 /* Products */;
    201					ProjectRef = 28C7455508C14E8E683C4B61 /* SDL2.xcodeproj */;
    202				},
    203			);
    204			projectRoot = "";
    205			targets = (
    206				50DB78277F1369ED01D62FB3 /* testgamecontroller */,
    207			);
    208		};
    209/* End PBXProject section */
    210
    211/* Begin PBXReferenceProxy section */
    212		18FC77EF04CC142539507250 /* libSDL2main.a */ = {
    213			isa = PBXReferenceProxy;
    214			fileType = archive.ar;
    215			path = "Build/Debug/libSDL2main.a";
    216			remoteRef = 30DA5E641EDA17C8510930B6 /* PBXContainerItemProxy */;
    217			sourceTree = BUILT_PRODUCTS_DIR;
    218		};
    219		527B47453AED59E42BB50570 /* libSDL2.a */ = {
    220			isa = PBXReferenceProxy;
    221			fileType = archive.ar;
    222			path = "Build/Debug/libSDL2.a";
    223			remoteRef = 53C06F4B64E45CCA63FF1144 /* PBXContainerItemProxy */;
    224			sourceTree = BUILT_PRODUCTS_DIR;
    225		};
    226/* End PBXReferenceProxy section */
    227
    228/* Begin PBXResourcesBuildPhase section */
    229		0FB81A643AA0146737222745 /* Resources */ = {
    230			isa = PBXResourcesBuildPhase;
    231			buildActionMask = 2147483647;
    232			files = (
    233			);
    234			runOnlyForDeploymentPostprocessing = 0;
    235		};
    236/* End PBXResourcesBuildPhase section */
    237
    238/* Begin PBXSourcesBuildPhase section */
    239		5EE12B0161FD66BB3B514CB5 /* Sources */ = {
    240			isa = PBXSourcesBuildPhase;
    241			buildActionMask = 2147483647;
    242			files = (
    243				2B50214C1E056A12707340ED /* testgamecontroller.c in Sources */,
    244			);
    245			runOnlyForDeploymentPostprocessing = 0;
    246		};
    247/* End PBXSourcesBuildPhase section */
    248
    249/* Begin PBXVariantGroup section */
    250/* End PBXVariantGroup section */
    251
    252/* Begin PBXTargetDependency section */
    253		6E5068B3775D048B7B762663 /* PBXTargetDependency */ = {
    254			isa = PBXTargetDependency;
    255			name = "libSDL2main.a";
    256			targetProxy = 0D8B2DB9636F4A4038846A56 /* PBXContainerItemProxy */;
    257		};
    258		2841674A502A31474B2B2EE5 /* PBXTargetDependency */ = {
    259			isa = PBXTargetDependency;
    260			name = "libSDL2.a";
    261			targetProxy = 410A02AE7ED221353FBE069A /* PBXContainerItemProxy */;
    262		};
    263/* End PBXTargetDependency section */
    264
    265/* Begin XCBuildConfiguration section */
    266		73B05ACF019855226AEE5BAB /* Debug Universal */ = {
    267			isa = XCBuildConfiguration;
    268			buildSettings = {
    269				ALWAYS_SEARCH_USER_PATHS = NO;
    270				CONFIGURATION_BUILD_DIR = Build/Debug;
    271				GCC_DYNAMIC_NO_PIC = NO;
    272				GCC_MODEL_TUNING = G5;
    273				INSTALL_PATH = /usr/local/bin;
    274				PRODUCT_NAME = "testgamecontroller";
    275			};
    276			name = "Debug Universal";
    277		};
    278		1EF568B634FD7A3C2034522E /* Debug Native */ = {
    279			isa = XCBuildConfiguration;
    280			buildSettings = {
    281				ALWAYS_SEARCH_USER_PATHS = NO;
    282				CONFIGURATION_BUILD_DIR = Build/Debug;
    283				GCC_DYNAMIC_NO_PIC = NO;
    284				GCC_MODEL_TUNING = G5;
    285				INSTALL_PATH = /usr/local/bin;
    286				PRODUCT_NAME = "testgamecontroller";
    287			};
    288			name = "Debug Native";
    289		};
    290		12B15B64065775074B364E9E /* Release Universal */ = {
    291			isa = XCBuildConfiguration;
    292			buildSettings = {
    293				ALWAYS_SEARCH_USER_PATHS = NO;
    294				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
    295				CONFIGURATION_BUILD_DIR = Build/Release;
    296				GCC_DYNAMIC_NO_PIC = NO;
    297				GCC_MODEL_TUNING = G5;
    298				INSTALL_PATH = /usr/local/bin;
    299				PRODUCT_NAME = "testgamecontroller";
    300			};
    301			name = "Release Universal";
    302		};
    303		256607DE339B214F5B512B9B /* Release Native */ = {
    304			isa = XCBuildConfiguration;
    305			buildSettings = {
    306				ALWAYS_SEARCH_USER_PATHS = NO;
    307				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
    308				CONFIGURATION_BUILD_DIR = Build/Release;
    309				GCC_DYNAMIC_NO_PIC = NO;
    310				GCC_MODEL_TUNING = G5;
    311				INSTALL_PATH = /usr/local/bin;
    312				PRODUCT_NAME = "testgamecontroller";
    313			};
    314			name = "Release Native";
    315		};
    316		3DEF3B3319B835312459064E /* Debug Universal */ = {
    317			isa = XCBuildConfiguration;
    318			buildSettings = {
    319				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
    320				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    321				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    322				COPY_PHASE_STRIP = NO;
    323				GCC_C_LANGUAGE_STANDARD = gnu99;
    324				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    325				GCC_ENABLE_FIX_AND_CONTINUE = YES;
    326				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    327				GCC_OPTIMIZATION_LEVEL = 0;
    328				GCC_PREPROCESSOR_DEFINITIONS = (
    329					"USING_PREMAKE_CONFIG_H",
    330					"_DEBUG",
    331				);
    332				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    333				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    334				GCC_WARN_UNUSED_VARIABLE = YES;
    335				HEADER_SEARCH_PATHS = (
    336					"../..",
    337					"../../../../../include",
    338				);
    339				OBJROOT = "obj/Universal/Debug";
    340				ONLY_ACTIVE_ARCH = YES;
    341				SYMROOT = "Build/Debug";
    342			};
    343			name = "Debug Universal";
    344		};
    345		52AF631F14793DBC2AF809CF /* Debug Native */ = {
    346			isa = XCBuildConfiguration;
    347			buildSettings = {
    348				ARCHS = "$(NATIVE_ARCH_ACTUAL)";
    349				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    350				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    351				COPY_PHASE_STRIP = NO;
    352				GCC_C_LANGUAGE_STANDARD = gnu99;
    353				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    354				GCC_ENABLE_FIX_AND_CONTINUE = YES;
    355				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    356				GCC_OPTIMIZATION_LEVEL = 0;
    357				GCC_PREPROCESSOR_DEFINITIONS = (
    358					"USING_PREMAKE_CONFIG_H",
    359					"_DEBUG",
    360				);
    361				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    362				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    363				GCC_WARN_UNUSED_VARIABLE = YES;
    364				HEADER_SEARCH_PATHS = (
    365					"../..",
    366					"../../../../../include",
    367				);
    368				OBJROOT = "obj/Debug";
    369				ONLY_ACTIVE_ARCH = YES;
    370				SYMROOT = "Build/Debug";
    371			};
    372			name = "Debug Native";
    373		};
    374		05E91BF10FB5725B6AF478F9 /* Release Universal */ = {
    375			isa = XCBuildConfiguration;
    376			buildSettings = {
    377				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
    378				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    379				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    380				GCC_C_LANGUAGE_STANDARD = gnu99;
    381				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    382				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    383				GCC_OPTIMIZATION_LEVEL = 3;
    384				GCC_PREPROCESSOR_DEFINITIONS = (
    385					"USING_PREMAKE_CONFIG_H",
    386					"NDEBUG",
    387				);
    388				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    389				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    390				GCC_WARN_UNUSED_VARIABLE = YES;
    391				HEADER_SEARCH_PATHS = (
    392					"../..",
    393					"../../../../../include",
    394				);
    395				OBJROOT = "obj/Universal/Release";
    396				ONLY_ACTIVE_ARCH = NO;
    397				SYMROOT = "Build/Release";
    398			};
    399			name = "Release Universal";
    400		};
    401		686C3F5644061648739756A1 /* Release Native */ = {
    402			isa = XCBuildConfiguration;
    403			buildSettings = {
    404				ARCHS = "$(NATIVE_ARCH_ACTUAL)";
    405				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    406				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    407				GCC_C_LANGUAGE_STANDARD = gnu99;
    408				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    409				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    410				GCC_OPTIMIZATION_LEVEL = 3;
    411				GCC_PREPROCESSOR_DEFINITIONS = (
    412					"USING_PREMAKE_CONFIG_H",
    413					"NDEBUG",
    414				);
    415				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    416				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    417				GCC_WARN_UNUSED_VARIABLE = YES;
    418				HEADER_SEARCH_PATHS = (
    419					"../..",
    420					"../../../../../include",
    421				);
    422				OBJROOT = "obj/Release";
    423				ONLY_ACTIVE_ARCH = NO;
    424				SYMROOT = "Build/Release";
    425			};
    426			name = "Release Native";
    427		};
    428/* End XCBuildConfiguration section */
    429
    430/* Begin XCConfigurationList section */
    431		0D205F28786353DF0C9D23FA /* Build configuration list for PBXNativeTarget "testgamecontroller" */ = {
    432			isa = XCConfigurationList;
    433			buildConfigurations = (
    434				73B05ACF019855226AEE5BAB /* Debug Universal */,
    435				1EF568B634FD7A3C2034522E /* Debug Native */,
    436				12B15B64065775074B364E9E /* Release Universal */,
    437				256607DE339B214F5B512B9B /* Release Native */,
    438			);
    439			defaultConfigurationIsVisible = 0;
    440			defaultConfigurationName = "Debug Universal";
    441		};
    442		1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testgamecontroller" */ = {
    443			isa = XCConfigurationList;
    444			buildConfigurations = (
    445				3DEF3B3319B835312459064E /* Debug Universal */,
    446				52AF631F14793DBC2AF809CF /* Debug Native */,
    447				05E91BF10FB5725B6AF478F9 /* Release Universal */,
    448				686C3F5644061648739756A1 /* Release Native */,
    449			);
    450			defaultConfigurationIsVisible = 0;
    451			defaultConfigurationName = "Debug Universal";
    452		};
    453/* End XCConfigurationList section */
    454
    455	};
    456	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
    457}