cscg22-gearboy

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

project.pbxproj (18453B)


      1// !$*UTF8*$!
      2{
      3	archiveVersion = 1;
      4	classes = {
      5	};
      6	objectVersion = 45;
      7	objects = {
      8
      9/* Begin PBXBuildFile section */
     10		7D983EB23BB023620FDC631B /* testaudioinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 6AAB0BDF19C76D3D44A60FC7 /* testaudioinfo.c */; };
     11		2E3807C25FFB079D6F30596E /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02CA1F0E0C8467F463624ADD /* AudioToolbox.framework */; };
     12		187423281AF4481F16147BB7 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5BCD1AE972C161E11F071578 /* AudioUnit.framework */; };
     13		11950DD740FE6A3749CC2DC7 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 31E736320F1E3B7452516A65 /* Cocoa.framework */; };
     14		3EC26A2B6C6512FD2BE143E6 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 220C55811EEC52AA1CBD3ED5 /* CoreAudio.framework */; };
     15		69A76E9B0F5C17A229A66F1A /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5FD87BFB5C244C2B46E02D9A /* IOKit.framework */; };
     16		46C36AF300D05D543C255910 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F045D6C671C7A110BA74023 /* Carbon.framework */; };
     17		200D3BD6702F27A77E1F56EA /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 36D61BA23D7303CA76E47619 /* ForceFeedback.framework */; };
     18		1A2A488E19AB4A3438E4145C /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4911023B0A6C6D8B460C750E /* CoreFoundation.framework */; };
     19		1C60207D19CE379667A66146 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A445DDC49FF3F2D2F335A6E /* OpenGL.framework */; };
     20		177E722D6B0D287924706E29 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CE709F778906FDC607E7935 /* libSDL2main.a */; };
     21		45D35D816F2C3A8440B327FB /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DF04DB11F794E8A077A0454 /* libSDL2.a */; };
     22/* End PBXBuildFile section */
     23
     24/* Begin PBXContainerItemProxy section */
     25		11EB0CF20F6227641BBC548E /* PBXContainerItemProxy */ = {
     26			isa = PBXContainerItemProxy;
     27			containerPortal = 76F81FA525C6233E40D2394E /* SDL2main.xcodeproj */;
     28			proxyType = 2;
     29			remoteGlobalIDString = 58DC62993160374E09FF7AD6;
     30			remoteInfo = "libSDL2main.a";
     31		};
     32		5480371703F501BF596B2FC6 /* PBXContainerItemProxy */ = {
     33			isa = PBXContainerItemProxy;
     34			containerPortal = 76F81FA525C6233E40D2394E /* SDL2main.xcodeproj */;
     35			proxyType = 1;
     36			remoteGlobalIDString = 0E7126A94A11494963D3548B;
     37			remoteInfo = "libSDL2main.a";
     38		};
     39		438C359D597141EF6E1A0AD9 /* PBXContainerItemProxy */ = {
     40			isa = PBXContainerItemProxy;
     41			containerPortal = 75181E2E17BE3DDB19AC1FB6 /* SDL2.xcodeproj */;
     42			proxyType = 2;
     43			remoteGlobalIDString = 07D004B11E733F1F0EA93105;
     44			remoteInfo = "libSDL2.a";
     45		};
     46		4FFC5D4964944802134720DC /* PBXContainerItemProxy */ = {
     47			isa = PBXContainerItemProxy;
     48			containerPortal = 75181E2E17BE3DDB19AC1FB6 /* SDL2.xcodeproj */;
     49			proxyType = 1;
     50			remoteGlobalIDString = 58C10ED14175754444033E0E;
     51			remoteInfo = "libSDL2.a";
     52		};
     53/* End PBXContainerItemProxy section */
     54
     55/* Begin PBXFileReference section */
     56		6AAB0BDF19C76D3D44A60FC7 /* testaudioinfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testaudioinfo.c"; path = "../../../../../test/testaudioinfo.c"; sourceTree = "<group>"; };
     57		02CA1F0E0C8467F463624ADD /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
     58		5BCD1AE972C161E11F071578 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
     59		31E736320F1E3B7452516A65 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
     60		220C55811EEC52AA1CBD3ED5 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
     61		5FD87BFB5C244C2B46E02D9A /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
     62		1F045D6C671C7A110BA74023 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
     63		36D61BA23D7303CA76E47619 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
     64		4911023B0A6C6D8B460C750E /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
     65		5A445DDC49FF3F2D2F335A6E /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
     66		36B537061DB55E06101D603D /* testaudioinfo */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testaudioinfo"; path = "testaudioinfo"; sourceTree = BUILT_PRODUCTS_DIR; };
     67		76F81FA525C6233E40D2394E /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
     68		75181E2E17BE3DDB19AC1FB6 /* 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		575531557DAD0AA659EC2F8D /* Frameworks */ = {
     73			isa = PBXFrameworksBuildPhase;
     74			buildActionMask = 2147483647;
     75			files = (
     76				2E3807C25FFB079D6F30596E /* AudioToolbox.framework in Frameworks */,
     77				187423281AF4481F16147BB7 /* AudioUnit.framework in Frameworks */,
     78				11950DD740FE6A3749CC2DC7 /* Cocoa.framework in Frameworks */,
     79				3EC26A2B6C6512FD2BE143E6 /* CoreAudio.framework in Frameworks */,
     80				69A76E9B0F5C17A229A66F1A /* IOKit.framework in Frameworks */,
     81				46C36AF300D05D543C255910 /* Carbon.framework in Frameworks */,
     82				200D3BD6702F27A77E1F56EA /* ForceFeedback.framework in Frameworks */,
     83				1A2A488E19AB4A3438E4145C /* CoreFoundation.framework in Frameworks */,
     84				1C60207D19CE379667A66146 /* OpenGL.framework in Frameworks */,
     85				177E722D6B0D287924706E29 /* libSDL2main.a in Frameworks */,
     86				45D35D816F2C3A8440B327FB /* libSDL2.a in Frameworks */,
     87			);
     88			runOnlyForDeploymentPostprocessing = 0;
     89		};
     90/* End PBXFrameworksBuildPhase section */
     91
     92/* Begin PBXGroup section */
     93		2F800DA22701573041067203 /* testaudioinfo */ = {
     94			isa = PBXGroup;
     95			children = (
     96				305F699367EA668A74457BEA /* test */,
     97				317A67855A065AB524B17024 /* Frameworks */,
     98				76C8571C169A70E415E32AD4 /* Products */,
     99				0487685B323E227622CB3FD7 /* Projects */,
    100			);
    101			name = "testaudioinfo";
    102			sourceTree = "<group>";
    103		};
    104		305F699367EA668A74457BEA /* test */ = {
    105			isa = PBXGroup;
    106			children = (
    107				6AAB0BDF19C76D3D44A60FC7 /* testaudioinfo.c */,
    108			);
    109			name = "test";
    110			sourceTree = "<group>";
    111		};
    112		317A67855A065AB524B17024 /* Frameworks */ = {
    113			isa = PBXGroup;
    114			children = (
    115				02CA1F0E0C8467F463624ADD /* AudioToolbox.framework */,
    116				5BCD1AE972C161E11F071578 /* AudioUnit.framework */,
    117				31E736320F1E3B7452516A65 /* Cocoa.framework */,
    118				220C55811EEC52AA1CBD3ED5 /* CoreAudio.framework */,
    119				5FD87BFB5C244C2B46E02D9A /* IOKit.framework */,
    120				1F045D6C671C7A110BA74023 /* Carbon.framework */,
    121				36D61BA23D7303CA76E47619 /* ForceFeedback.framework */,
    122				4911023B0A6C6D8B460C750E /* CoreFoundation.framework */,
    123				5A445DDC49FF3F2D2F335A6E /* OpenGL.framework */,
    124			);
    125			name = "Frameworks";
    126			sourceTree = "<group>";
    127		};
    128		76C8571C169A70E415E32AD4 /* Products */ = {
    129			isa = PBXGroup;
    130			children = (
    131				36B537061DB55E06101D603D /* testaudioinfo */,
    132			);
    133			name = "Products";
    134			sourceTree = "<group>";
    135		};
    136		0487685B323E227622CB3FD7 /* Projects */ = {
    137			isa = PBXGroup;
    138			children = (
    139				76F81FA525C6233E40D2394E /* SDL2main.xcodeproj */,
    140				75181E2E17BE3DDB19AC1FB6 /* SDL2.xcodeproj */,
    141			);
    142			name = "Projects";
    143			sourceTree = "<group>";
    144		};
    145		0AE37B0B40D661BA1E6D3683 /* Products */ = {
    146			isa = PBXGroup;
    147			children = (
    148				4CE709F778906FDC607E7935 /* libSDL2main.a */,
    149			);
    150			name = Products;
    151			sourceTree = "<group>";
    152		};
    153		1D9604843684239C18526ED2 /* Products */ = {
    154			isa = PBXGroup;
    155			children = (
    156				7DF04DB11F794E8A077A0454 /* libSDL2.a */,
    157			);
    158			name = Products;
    159			sourceTree = "<group>";
    160		};
    161/* End PBXGroup section */
    162
    163/* Begin PBXNativeTarget section */
    164		4B3516596A75307554C0362C /* testaudioinfo */ = {
    165			isa = PBXNativeTarget;
    166			buildConfigurationList = 5F9804010243275821A85AA7 /* Build configuration list for PBXNativeTarget "testaudioinfo" */;
    167			buildPhases = (
    168				474D223C1A7F40B75D6F585D /* Resources */,
    169				66FB20826B0E24E80F4C4F60 /* Sources */,
    170				575531557DAD0AA659EC2F8D /* Frameworks */,
    171			);
    172			buildRules = (
    173			);
    174			dependencies = (
    175				71194949090F64EF33633A28 /* PBXTargetDependency */,
    176				696E490D34BC5E13449D52A6 /* PBXTargetDependency */,
    177			);
    178			name = "testaudioinfo";
    179			productInstallPath = "$(HOME)/bin";
    180			productName = "testaudioinfo";
    181			productReference = 36B537061DB55E06101D603D /* testaudioinfo */;
    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 "testaudioinfo" */;
    190			compatibilityVersion = "Xcode 3.2";
    191			hasScannedForEncodings = 1;
    192			mainGroup = 2F800DA22701573041067203 /* testaudioinfo */;
    193			projectDirPath = "";
    194			projectReferences = (
    195				{
    196					ProductGroup = 0AE37B0B40D661BA1E6D3683 /* Products */;
    197					ProjectRef = 76F81FA525C6233E40D2394E /* SDL2main.xcodeproj */;
    198				},
    199				{
    200					ProductGroup = 1D9604843684239C18526ED2 /* Products */;
    201					ProjectRef = 75181E2E17BE3DDB19AC1FB6 /* SDL2.xcodeproj */;
    202				},
    203			);
    204			projectRoot = "";
    205			targets = (
    206				4B3516596A75307554C0362C /* testaudioinfo */,
    207			);
    208		};
    209/* End PBXProject section */
    210
    211/* Begin PBXReferenceProxy section */
    212		4CE709F778906FDC607E7935 /* libSDL2main.a */ = {
    213			isa = PBXReferenceProxy;
    214			fileType = archive.ar;
    215			path = "Build/Debug/libSDL2main.a";
    216			remoteRef = 11EB0CF20F6227641BBC548E /* PBXContainerItemProxy */;
    217			sourceTree = BUILT_PRODUCTS_DIR;
    218		};
    219		7DF04DB11F794E8A077A0454 /* libSDL2.a */ = {
    220			isa = PBXReferenceProxy;
    221			fileType = archive.ar;
    222			path = "Build/Debug/libSDL2.a";
    223			remoteRef = 438C359D597141EF6E1A0AD9 /* PBXContainerItemProxy */;
    224			sourceTree = BUILT_PRODUCTS_DIR;
    225		};
    226/* End PBXReferenceProxy section */
    227
    228/* Begin PBXResourcesBuildPhase section */
    229		474D223C1A7F40B75D6F585D /* Resources */ = {
    230			isa = PBXResourcesBuildPhase;
    231			buildActionMask = 2147483647;
    232			files = (
    233			);
    234			runOnlyForDeploymentPostprocessing = 0;
    235		};
    236/* End PBXResourcesBuildPhase section */
    237
    238/* Begin PBXSourcesBuildPhase section */
    239		66FB20826B0E24E80F4C4F60 /* Sources */ = {
    240			isa = PBXSourcesBuildPhase;
    241			buildActionMask = 2147483647;
    242			files = (
    243				7D983EB23BB023620FDC631B /* testaudioinfo.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		71194949090F64EF33633A28 /* PBXTargetDependency */ = {
    254			isa = PBXTargetDependency;
    255			name = "libSDL2main.a";
    256			targetProxy = 5480371703F501BF596B2FC6 /* PBXContainerItemProxy */;
    257		};
    258		696E490D34BC5E13449D52A6 /* PBXTargetDependency */ = {
    259			isa = PBXTargetDependency;
    260			name = "libSDL2.a";
    261			targetProxy = 4FFC5D4964944802134720DC /* PBXContainerItemProxy */;
    262		};
    263/* End PBXTargetDependency section */
    264
    265/* Begin XCBuildConfiguration section */
    266		7C4539DF61E102A0092563DD /* 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 = "testaudioinfo";
    275			};
    276			name = "Debug Universal";
    277		};
    278		709D6AC8015263455B1E4001 /* 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 = "testaudioinfo";
    287			};
    288			name = "Debug Native";
    289		};
    290		54AF607B62B6325307AF2490 /* 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 = "testaudioinfo";
    300			};
    301			name = "Release Universal";
    302		};
    303		2CC1663213CF200A0F3B7530 /* 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 = "testaudioinfo";
    313			};
    314			name = "Release Native";
    315		};
    316		458E213409073A93136E2B1A /* 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		0DC7361B4B095F1630AB44F1 /* 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		1D0A21EE328F5FA61BA71A6C /* 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		41A348A7712773961D725869 /* 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		5F9804010243275821A85AA7 /* Build configuration list for PBXNativeTarget "testaudioinfo" */ = {
    432			isa = XCConfigurationList;
    433			buildConfigurations = (
    434				7C4539DF61E102A0092563DD /* Debug Universal */,
    435				709D6AC8015263455B1E4001 /* Debug Native */,
    436				54AF607B62B6325307AF2490 /* Release Universal */,
    437				2CC1663213CF200A0F3B7530 /* Release Native */,
    438			);
    439			defaultConfigurationIsVisible = 0;
    440			defaultConfigurationName = "Debug Universal";
    441		};
    442		1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testaudioinfo" */ = {
    443			isa = XCConfigurationList;
    444			buildConfigurations = (
    445				458E213409073A93136E2B1A /* Debug Universal */,
    446				0DC7361B4B095F1630AB44F1 /* Debug Native */,
    447				1D0A21EE328F5FA61BA71A6C /* Release Universal */,
    448				41A348A7712773961D725869 /* Release Native */,
    449			);
    450			defaultConfigurationIsVisible = 0;
    451			defaultConfigurationName = "Debug Universal";
    452		};
    453/* End XCConfigurationList section */
    454
    455	};
    456	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
    457}