cscg22-gearboy

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

project.pbxproj (18375B)


      1// !$*UTF8*$!
      2{
      3	archiveVersion = 1;
      4	classes = {
      5	};
      6	objectVersion = 45;
      7	objects = {
      8
      9/* Begin PBXBuildFile section */
     10		77BF40086051716945395910 /* testaudioinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 25EB152A7D48349343BF65B1 /* testaudioinfo.c */; };
     11		190D2A136D1A72CC462215C8 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 680157970C926BDD01AB364F /* AudioToolbox.framework */; };
     12		253014CB4CAD1AED3EC03B28 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 37363F6C729B48C86D394061 /* AudioUnit.framework */; };
     13		591913C36AEE635E5F894732 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 775231941FAC03A8120D170D /* Cocoa.framework */; };
     14		2A9E28D343280D4337DA64CA /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 26CE2A4052345D382D491FDA /* CoreAudio.framework */; };
     15		7AA57BBD644578FE098D1F48 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3F5D23AF427A635903BC2C4F /* IOKit.framework */; };
     16		27B920FE16CD08720CC04B8D /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 39D20C594B603EEE090D6669 /* Carbon.framework */; };
     17		37F6778402951DCA419B464F /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 20A8345B5FF43EB777173621 /* ForceFeedback.framework */; };
     18		7AAC493607B066E151210909 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 057C190A0EF534711B4959F7 /* CoreFoundation.framework */; };
     19		029C77FA76582A0E0A9948A2 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54322B875422359D1423175F /* OpenGL.framework */; };
     20		328802C6243133D3104D4E21 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0509368D68EA13027E88231E /* libSDL2main.a */; };
     21		783034A429E849EA5CE54661 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DE13C126F242C9E73765C28 /* libSDL2.a */; };
     22/* End PBXBuildFile section */
     23
     24/* Begin PBXContainerItemProxy section */
     25		205B3AD04DFD3D5A05EF174E /* PBXContainerItemProxy */ = {
     26			isa = PBXContainerItemProxy;
     27			containerPortal = 4C001BCC77191595712003FF /* SDL2main.xcodeproj */;
     28			proxyType = 2;
     29			remoteGlobalIDString = 0FF7291B375C79BC57696B66;
     30			remoteInfo = "libSDL2main.a";
     31		};
     32		37244AC37C55516031333D9A /* PBXContainerItemProxy */ = {
     33			isa = PBXContainerItemProxy;
     34			containerPortal = 4C001BCC77191595712003FF /* SDL2main.xcodeproj */;
     35			proxyType = 1;
     36			remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
     37			remoteInfo = "libSDL2main.a";
     38		};
     39		1FD643275CA430CF1E8E2F4D /* PBXContainerItemProxy */ = {
     40			isa = PBXContainerItemProxy;
     41			containerPortal = 01B34D0312EB394653A7096D /* SDL2.xcodeproj */;
     42			proxyType = 2;
     43			remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
     44			remoteInfo = "libSDL2.a";
     45		};
     46		7A1246F041A201272FEC495D /* PBXContainerItemProxy */ = {
     47			isa = PBXContainerItemProxy;
     48			containerPortal = 01B34D0312EB394653A7096D /* SDL2.xcodeproj */;
     49			proxyType = 1;
     50			remoteGlobalIDString = 7E6A7BC23CFD134274963645;
     51			remoteInfo = "libSDL2.a";
     52		};
     53/* End PBXContainerItemProxy section */
     54
     55/* Begin PBXFileReference section */
     56		25EB152A7D48349343BF65B1 /* testaudioinfo.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testaudioinfo.c"; path = "../../../../../test/testaudioinfo.c"; sourceTree = "<group>"; };
     57		680157970C926BDD01AB364F /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
     58		37363F6C729B48C86D394061 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
     59		775231941FAC03A8120D170D /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
     60		26CE2A4052345D382D491FDA /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
     61		3F5D23AF427A635903BC2C4F /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
     62		39D20C594B603EEE090D6669 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
     63		20A8345B5FF43EB777173621 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
     64		057C190A0EF534711B4959F7 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
     65		54322B875422359D1423175F /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
     66		1667587F236E324C312A69FF /* testaudioinfo */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testaudioinfo"; path = "testaudioinfo"; sourceTree = BUILT_PRODUCTS_DIR; };
     67		4C001BCC77191595712003FF /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
     68		01B34D0312EB394653A7096D /* 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		01AF1FB21B1F3D446EF52C08 /* Frameworks */ = {
     73			isa = PBXFrameworksBuildPhase;
     74			buildActionMask = 2147483647;
     75			files = (
     76				190D2A136D1A72CC462215C8 /* AudioToolbox.framework in Frameworks */,
     77				253014CB4CAD1AED3EC03B28 /* AudioUnit.framework in Frameworks */,
     78				591913C36AEE635E5F894732 /* Cocoa.framework in Frameworks */,
     79				2A9E28D343280D4337DA64CA /* CoreAudio.framework in Frameworks */,
     80				7AA57BBD644578FE098D1F48 /* IOKit.framework in Frameworks */,
     81				27B920FE16CD08720CC04B8D /* Carbon.framework in Frameworks */,
     82				37F6778402951DCA419B464F /* ForceFeedback.framework in Frameworks */,
     83				7AAC493607B066E151210909 /* CoreFoundation.framework in Frameworks */,
     84				029C77FA76582A0E0A9948A2 /* OpenGL.framework in Frameworks */,
     85				328802C6243133D3104D4E21 /* libSDL2main.a in Frameworks */,
     86				783034A429E849EA5CE54661 /* libSDL2.a in Frameworks */,
     87			);
     88			runOnlyForDeploymentPostprocessing = 0;
     89		};
     90/* End PBXFrameworksBuildPhase section */
     91
     92/* Begin PBXGroup section */
     93		44217B8965F2798B44953DE4 /* testaudioinfo */ = {
     94			isa = PBXGroup;
     95			children = (
     96				6EC42FC819DF11B5154779E2 /* test */,
     97				348602B967A86BA8733E1C62 /* Frameworks */,
     98				394F7D4969D7540A6B9B23E2 /* Products */,
     99				665F200A2BD211591F457354 /* Projects */,
    100			);
    101			name = "testaudioinfo";
    102			sourceTree = "<group>";
    103		};
    104		6EC42FC819DF11B5154779E2 /* test */ = {
    105			isa = PBXGroup;
    106			children = (
    107				25EB152A7D48349343BF65B1 /* testaudioinfo.c */,
    108			);
    109			name = "test";
    110			sourceTree = "<group>";
    111		};
    112		348602B967A86BA8733E1C62 /* Frameworks */ = {
    113			isa = PBXGroup;
    114			children = (
    115				680157970C926BDD01AB364F /* AudioToolbox.framework */,
    116				37363F6C729B48C86D394061 /* AudioUnit.framework */,
    117				775231941FAC03A8120D170D /* Cocoa.framework */,
    118				26CE2A4052345D382D491FDA /* CoreAudio.framework */,
    119				3F5D23AF427A635903BC2C4F /* IOKit.framework */,
    120				39D20C594B603EEE090D6669 /* Carbon.framework */,
    121				20A8345B5FF43EB777173621 /* ForceFeedback.framework */,
    122				057C190A0EF534711B4959F7 /* CoreFoundation.framework */,
    123				54322B875422359D1423175F /* OpenGL.framework */,
    124			);
    125			name = "Frameworks";
    126			sourceTree = "<group>";
    127		};
    128		394F7D4969D7540A6B9B23E2 /* Products */ = {
    129			isa = PBXGroup;
    130			children = (
    131				1667587F236E324C312A69FF /* testaudioinfo */,
    132			);
    133			name = "Products";
    134			sourceTree = "<group>";
    135		};
    136		665F200A2BD211591F457354 /* Projects */ = {
    137			isa = PBXGroup;
    138			children = (
    139				4C001BCC77191595712003FF /* SDL2main.xcodeproj */,
    140				01B34D0312EB394653A7096D /* SDL2.xcodeproj */,
    141			);
    142			name = "Projects";
    143			sourceTree = "<group>";
    144		};
    145		13304AB568B57BA12EA166A9 /* Products */ = {
    146			isa = PBXGroup;
    147			children = (
    148				0509368D68EA13027E88231E /* libSDL2main.a */,
    149			);
    150			name = Products;
    151			sourceTree = "<group>";
    152		};
    153		5B48557310784A282FA77E6C /* Products */ = {
    154			isa = PBXGroup;
    155			children = (
    156				0DE13C126F242C9E73765C28 /* libSDL2.a */,
    157			);
    158			name = Products;
    159			sourceTree = "<group>";
    160		};
    161/* End PBXGroup section */
    162
    163/* Begin PBXNativeTarget section */
    164		7E255C0F0A895768025C79FC /* testaudioinfo */ = {
    165			isa = PBXNativeTarget;
    166			buildConfigurationList = 37C23DCE27C44E8C4EEA20D7 /* Build configuration list for PBXNativeTarget "testaudioinfo" */;
    167			buildPhases = (
    168				22D97E8E486B6FF42CF141AB /* Resources */,
    169				5DB66CF028AE76BF08280EAB /* Sources */,
    170				01AF1FB21B1F3D446EF52C08 /* Frameworks */,
    171			);
    172			buildRules = (
    173			);
    174			dependencies = (
    175				05302FF737C0413451FE363A /* PBXTargetDependency */,
    176				09D736EE6FC3136E44C97DC3 /* PBXTargetDependency */,
    177			);
    178			name = "testaudioinfo";
    179			productInstallPath = "$(HOME)/bin";
    180			productName = "testaudioinfo";
    181			productReference = 1667587F236E324C312A69FF /* 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 = 44217B8965F2798B44953DE4 /* testaudioinfo */;
    193			projectDirPath = "";
    194			projectReferences = (
    195				{
    196					ProductGroup = 13304AB568B57BA12EA166A9 /* Products */;
    197					ProjectRef = 4C001BCC77191595712003FF /* SDL2main.xcodeproj */;
    198				},
    199				{
    200					ProductGroup = 5B48557310784A282FA77E6C /* Products */;
    201					ProjectRef = 01B34D0312EB394653A7096D /* SDL2.xcodeproj */;
    202				},
    203			);
    204			projectRoot = "";
    205			targets = (
    206				7E255C0F0A895768025C79FC /* testaudioinfo */,
    207			);
    208		};
    209/* End PBXProject section */
    210
    211/* Begin PBXReferenceProxy section */
    212		0509368D68EA13027E88231E /* libSDL2main.a */ = {
    213			isa = PBXReferenceProxy;
    214			fileType = archive.ar;
    215			path = "Build/Debug/libSDL2main.a";
    216			remoteRef = 205B3AD04DFD3D5A05EF174E /* PBXContainerItemProxy */;
    217			sourceTree = BUILT_PRODUCTS_DIR;
    218		};
    219		0DE13C126F242C9E73765C28 /* libSDL2.a */ = {
    220			isa = PBXReferenceProxy;
    221			fileType = archive.ar;
    222			path = "Build/Debug/libSDL2.a";
    223			remoteRef = 1FD643275CA430CF1E8E2F4D /* PBXContainerItemProxy */;
    224			sourceTree = BUILT_PRODUCTS_DIR;
    225		};
    226/* End PBXReferenceProxy section */
    227
    228/* Begin PBXResourcesBuildPhase section */
    229		22D97E8E486B6FF42CF141AB /* Resources */ = {
    230			isa = PBXResourcesBuildPhase;
    231			buildActionMask = 2147483647;
    232			files = (
    233			);
    234			runOnlyForDeploymentPostprocessing = 0;
    235		};
    236/* End PBXResourcesBuildPhase section */
    237
    238/* Begin PBXSourcesBuildPhase section */
    239		5DB66CF028AE76BF08280EAB /* Sources */ = {
    240			isa = PBXSourcesBuildPhase;
    241			buildActionMask = 2147483647;
    242			files = (
    243				77BF40086051716945395910 /* 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		05302FF737C0413451FE363A /* PBXTargetDependency */ = {
    254			isa = PBXTargetDependency;
    255			name = "libSDL2main.a";
    256			targetProxy = 37244AC37C55516031333D9A /* PBXContainerItemProxy */;
    257		};
    258		09D736EE6FC3136E44C97DC3 /* PBXTargetDependency */ = {
    259			isa = PBXTargetDependency;
    260			name = "libSDL2.a";
    261			targetProxy = 7A1246F041A201272FEC495D /* PBXContainerItemProxy */;
    262		};
    263/* End PBXTargetDependency section */
    264
    265/* Begin XCBuildConfiguration section */
    266		1A2A3EF20C3845F8592520F3 /* 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		35F712173DB83C252B0F0A73 /* 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		3FA56C0741656EDD75AE7E12 /* 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		18C2749517766F622A264DEE /* 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		655A2B8B6F8252807EC60085 /* 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_OBJC_EXCEPTIONS = NO;
    326				GCC_OPTIMIZATION_LEVEL = 0;
    327				GCC_PREPROCESSOR_DEFINITIONS = (
    328					"USING_PREMAKE_CONFIG_H",
    329					"_DEBUG",
    330				);
    331				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    332				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    333				GCC_WARN_UNUSED_VARIABLE = YES;
    334				HEADER_SEARCH_PATHS = (
    335					"../..",
    336					"../../../../../include",
    337				);
    338				OBJROOT = "obj/Universal/Debug";
    339				ONLY_ACTIVE_ARCH = YES;
    340				SYMROOT = "Build/Debug";
    341			};
    342			name = "Debug Universal";
    343		};
    344		082D675869A30D514B1D0D47 /* Debug Native */ = {
    345			isa = XCBuildConfiguration;
    346			buildSettings = {
    347				ARCHS = "$(NATIVE_ARCH_ACTUAL)";
    348				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    349				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    350				COPY_PHASE_STRIP = NO;
    351				GCC_C_LANGUAGE_STANDARD = gnu99;
    352				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    353				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    354				GCC_OPTIMIZATION_LEVEL = 0;
    355				GCC_PREPROCESSOR_DEFINITIONS = (
    356					"USING_PREMAKE_CONFIG_H",
    357					"_DEBUG",
    358				);
    359				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    360				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    361				GCC_WARN_UNUSED_VARIABLE = YES;
    362				HEADER_SEARCH_PATHS = (
    363					"../..",
    364					"../../../../../include",
    365				);
    366				OBJROOT = "obj/Debug";
    367				ONLY_ACTIVE_ARCH = YES;
    368				SYMROOT = "Build/Debug";
    369			};
    370			name = "Debug Native";
    371		};
    372		00BA5C0300A104F90ACE5EFA /* Release Universal */ = {
    373			isa = XCBuildConfiguration;
    374			buildSettings = {
    375				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
    376				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    377				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    378				GCC_C_LANGUAGE_STANDARD = gnu99;
    379				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    380				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    381				GCC_OPTIMIZATION_LEVEL = 3;
    382				GCC_PREPROCESSOR_DEFINITIONS = (
    383					"USING_PREMAKE_CONFIG_H",
    384					"NDEBUG",
    385				);
    386				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    387				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    388				GCC_WARN_UNUSED_VARIABLE = YES;
    389				HEADER_SEARCH_PATHS = (
    390					"../..",
    391					"../../../../../include",
    392				);
    393				OBJROOT = "obj/Universal/Release";
    394				ONLY_ACTIVE_ARCH = NO;
    395				SYMROOT = "Build/Release";
    396			};
    397			name = "Release Universal";
    398		};
    399		4E887B94318C7F6B6E8C29AA /* Release Native */ = {
    400			isa = XCBuildConfiguration;
    401			buildSettings = {
    402				ARCHS = "$(NATIVE_ARCH_ACTUAL)";
    403				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    404				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    405				GCC_C_LANGUAGE_STANDARD = gnu99;
    406				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    407				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    408				GCC_OPTIMIZATION_LEVEL = 3;
    409				GCC_PREPROCESSOR_DEFINITIONS = (
    410					"USING_PREMAKE_CONFIG_H",
    411					"NDEBUG",
    412				);
    413				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    414				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    415				GCC_WARN_UNUSED_VARIABLE = YES;
    416				HEADER_SEARCH_PATHS = (
    417					"../..",
    418					"../../../../../include",
    419				);
    420				OBJROOT = "obj/Release";
    421				ONLY_ACTIVE_ARCH = NO;
    422				SYMROOT = "Build/Release";
    423			};
    424			name = "Release Native";
    425		};
    426/* End XCBuildConfiguration section */
    427
    428/* Begin XCConfigurationList section */
    429		37C23DCE27C44E8C4EEA20D7 /* Build configuration list for PBXNativeTarget "testaudioinfo" */ = {
    430			isa = XCConfigurationList;
    431			buildConfigurations = (
    432				1A2A3EF20C3845F8592520F3 /* Debug Universal */,
    433				35F712173DB83C252B0F0A73 /* Debug Native */,
    434				3FA56C0741656EDD75AE7E12 /* Release Universal */,
    435				18C2749517766F622A264DEE /* Release Native */,
    436			);
    437			defaultConfigurationIsVisible = 0;
    438			defaultConfigurationName = "Debug Universal";
    439		};
    440		1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testaudioinfo" */ = {
    441			isa = XCConfigurationList;
    442			buildConfigurations = (
    443				655A2B8B6F8252807EC60085 /* Debug Universal */,
    444				082D675869A30D514B1D0D47 /* Debug Native */,
    445				00BA5C0300A104F90ACE5EFA /* Release Universal */,
    446				4E887B94318C7F6B6E8C29AA /* Release Native */,
    447			);
    448			defaultConfigurationIsVisible = 0;
    449			defaultConfigurationName = "Debug Universal";
    450		};
    451/* End XCConfigurationList section */
    452
    453	};
    454	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
    455}