cscg22-gearboy

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

project.pbxproj (21629B)


      1// !$*UTF8*$!
      2{
      3	archiveVersion = 1;
      4	classes = {
      5	};
      6	objectVersion = 45;
      7	objects = {
      8
      9/* Begin PBXBuildFile section */
     10		52A221D55B3035AA48E47AFE /* testscale.c in Sources */ = {isa = PBXBuildFile; fileRef = 00535F4809701A374C8D4F16 /* testscale.c */; };
     11		6E950B652E48203B26DA56F6 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2828778559057C4275791684 /* AudioToolbox.framework */; };
     12		642549FE569F735F77A22EDC /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 37B234F173D66DDD4917203A /* AudioUnit.framework */; };
     13		79E21AC86E0C750B4C7260C1 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6F5D533C37A4306622FE7B89 /* Cocoa.framework */; };
     14		2C0848C857713D0814FE5DC7 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5006786347D501D573DA12F9 /* CoreAudio.framework */; };
     15		61822DDF3B123D4523CF7108 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 520C30BD4CB0740C7EC62E0B /* IOKit.framework */; };
     16		42F31FB012D41E435EC31458 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0465328411E81A4C73EB6A5E /* Carbon.framework */; };
     17		720A7D5C48CE5B426A883439 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 39AE0EEA2A4E28617D632101 /* ForceFeedback.framework */; };
     18		7A4426FB44DA7415350B77CE /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 355C2D5C228003A43DDE57FA /* CoreFoundation.framework */; };
     19		6B4051E407734A7159BB19A9 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1FD3621E4CF31CB2742F558E /* OpenGL.framework */; };
     20		5B1F0D2C5CFF1B1F295E6F31 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 52AC2AEA6E120291253826F2 /* libSDL2main.a */; };
     21		1C823D8B2BA249FC50AF2647 /* libSDL2test.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5EFA1AA6315E42C921515D01 /* libSDL2test.a */; };
     22		63686B8779ED58B571C01A84 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C0643315CBB1EC265804FC6 /* libSDL2.a */; };
     23/* End PBXBuildFile section */
     24
     25/* Begin PBXContainerItemProxy section */
     26		01A129B75F6168F7529011C3 /* PBXContainerItemProxy */ = {
     27			isa = PBXContainerItemProxy;
     28			containerPortal = 2A9D69F103BE41AE368E42A6 /* SDL2main.xcodeproj */;
     29			proxyType = 2;
     30			remoteGlobalIDString = 0FF7291B375C79BC57696B66;
     31			remoteInfo = "libSDL2main.a";
     32		};
     33		53624E8942002E5825A2412F /* PBXContainerItemProxy */ = {
     34			isa = PBXContainerItemProxy;
     35			containerPortal = 2A9D69F103BE41AE368E42A6 /* SDL2main.xcodeproj */;
     36			proxyType = 1;
     37			remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
     38			remoteInfo = "libSDL2main.a";
     39		};
     40		28044D84291474F73DBB68DE /* PBXContainerItemProxy */ = {
     41			isa = PBXContainerItemProxy;
     42			containerPortal = 1F443D607BF72841046529A0 /* SDL2test.xcodeproj */;
     43			proxyType = 2;
     44			remoteGlobalIDString = 1EB6664901BC163F215A4861;
     45			remoteInfo = "libSDL2test.a";
     46		};
     47		79A365D807CE0037464E3EAF /* PBXContainerItemProxy */ = {
     48			isa = PBXContainerItemProxy;
     49			containerPortal = 1F443D607BF72841046529A0 /* SDL2test.xcodeproj */;
     50			proxyType = 1;
     51			remoteGlobalIDString = 1258506950476B85239A79A3;
     52			remoteInfo = "libSDL2test.a";
     53		};
     54		7A6320CC6DC956590E800F44 /* PBXContainerItemProxy */ = {
     55			isa = PBXContainerItemProxy;
     56			containerPortal = 40646BF671F8674E48E6152E /* SDL2.xcodeproj */;
     57			proxyType = 2;
     58			remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
     59			remoteInfo = "libSDL2.a";
     60		};
     61		6E5C0D395563144B7BEE4D26 /* PBXContainerItemProxy */ = {
     62			isa = PBXContainerItemProxy;
     63			containerPortal = 40646BF671F8674E48E6152E /* SDL2.xcodeproj */;
     64			proxyType = 1;
     65			remoteGlobalIDString = 7E6A7BC23CFD134274963645;
     66			remoteInfo = "libSDL2.a";
     67		};
     68/* End PBXContainerItemProxy section */
     69
     70/* Begin PBXFileReference section */
     71		00535F4809701A374C8D4F16 /* testscale.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testscale.c"; path = "../../../../../test/testscale.c"; sourceTree = "<group>"; };
     72		2828778559057C4275791684 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
     73		37B234F173D66DDD4917203A /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
     74		6F5D533C37A4306622FE7B89 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
     75		5006786347D501D573DA12F9 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
     76		520C30BD4CB0740C7EC62E0B /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
     77		0465328411E81A4C73EB6A5E /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
     78		39AE0EEA2A4E28617D632101 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
     79		355C2D5C228003A43DDE57FA /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
     80		1FD3621E4CF31CB2742F558E /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
     81		4B66367B5F7C5415696F1E3F /* testscale */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testscale"; path = "testscale"; sourceTree = BUILT_PRODUCTS_DIR; };
     82		2A9D69F103BE41AE368E42A6 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
     83		1F443D607BF72841046529A0 /* SDL2test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2test.xcodeproj"; path = "../../SDL2test/SDL2test.xcodeproj"; sourceTree = SOURCE_ROOT; };
     84		40646BF671F8674E48E6152E /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
     85/* End PBXFileReference section */
     86
     87/* Begin PBXFrameworksBuildPhase section */
     88		4A680D2877B935F038DF43E1 /* Frameworks */ = {
     89			isa = PBXFrameworksBuildPhase;
     90			buildActionMask = 2147483647;
     91			files = (
     92				6E950B652E48203B26DA56F6 /* AudioToolbox.framework in Frameworks */,
     93				642549FE569F735F77A22EDC /* AudioUnit.framework in Frameworks */,
     94				79E21AC86E0C750B4C7260C1 /* Cocoa.framework in Frameworks */,
     95				2C0848C857713D0814FE5DC7 /* CoreAudio.framework in Frameworks */,
     96				61822DDF3B123D4523CF7108 /* IOKit.framework in Frameworks */,
     97				42F31FB012D41E435EC31458 /* Carbon.framework in Frameworks */,
     98				720A7D5C48CE5B426A883439 /* ForceFeedback.framework in Frameworks */,
     99				7A4426FB44DA7415350B77CE /* CoreFoundation.framework in Frameworks */,
    100				6B4051E407734A7159BB19A9 /* OpenGL.framework in Frameworks */,
    101				5B1F0D2C5CFF1B1F295E6F31 /* libSDL2main.a in Frameworks */,
    102				1C823D8B2BA249FC50AF2647 /* libSDL2test.a in Frameworks */,
    103				63686B8779ED58B571C01A84 /* libSDL2.a in Frameworks */,
    104			);
    105			runOnlyForDeploymentPostprocessing = 0;
    106		};
    107/* End PBXFrameworksBuildPhase section */
    108
    109/* Begin PBXGroup section */
    110		73B23D0F4A5F541B793A6E75 /* testscale */ = {
    111			isa = PBXGroup;
    112			children = (
    113				73FA2E7E6DD4348D251601FC /* test */,
    114				5A4644114B722F7B584B6025 /* Frameworks */,
    115				3AF9594D5DC35F3A670255B2 /* Products */,
    116				1F0A00E54FD148FC5495102D /* Projects */,
    117			);
    118			name = "testscale";
    119			sourceTree = "<group>";
    120		};
    121		73FA2E7E6DD4348D251601FC /* test */ = {
    122			isa = PBXGroup;
    123			children = (
    124				00535F4809701A374C8D4F16 /* testscale.c */,
    125			);
    126			name = "test";
    127			sourceTree = "<group>";
    128		};
    129		5A4644114B722F7B584B6025 /* Frameworks */ = {
    130			isa = PBXGroup;
    131			children = (
    132				2828778559057C4275791684 /* AudioToolbox.framework */,
    133				37B234F173D66DDD4917203A /* AudioUnit.framework */,
    134				6F5D533C37A4306622FE7B89 /* Cocoa.framework */,
    135				5006786347D501D573DA12F9 /* CoreAudio.framework */,
    136				520C30BD4CB0740C7EC62E0B /* IOKit.framework */,
    137				0465328411E81A4C73EB6A5E /* Carbon.framework */,
    138				39AE0EEA2A4E28617D632101 /* ForceFeedback.framework */,
    139				355C2D5C228003A43DDE57FA /* CoreFoundation.framework */,
    140				1FD3621E4CF31CB2742F558E /* OpenGL.framework */,
    141			);
    142			name = "Frameworks";
    143			sourceTree = "<group>";
    144		};
    145		3AF9594D5DC35F3A670255B2 /* Products */ = {
    146			isa = PBXGroup;
    147			children = (
    148				4B66367B5F7C5415696F1E3F /* testscale */,
    149			);
    150			name = "Products";
    151			sourceTree = "<group>";
    152		};
    153		1F0A00E54FD148FC5495102D /* Projects */ = {
    154			isa = PBXGroup;
    155			children = (
    156				2A9D69F103BE41AE368E42A6 /* SDL2main.xcodeproj */,
    157				1F443D607BF72841046529A0 /* SDL2test.xcodeproj */,
    158				40646BF671F8674E48E6152E /* SDL2.xcodeproj */,
    159			);
    160			name = "Projects";
    161			sourceTree = "<group>";
    162		};
    163		273E13C701DD143B3F030CAA /* Products */ = {
    164			isa = PBXGroup;
    165			children = (
    166				52AC2AEA6E120291253826F2 /* libSDL2main.a */,
    167			);
    168			name = Products;
    169			sourceTree = "<group>";
    170		};
    171		4EAB5A273F057F3E63B0385A /* Products */ = {
    172			isa = PBXGroup;
    173			children = (
    174				5EFA1AA6315E42C921515D01 /* libSDL2test.a */,
    175			);
    176			name = Products;
    177			sourceTree = "<group>";
    178		};
    179		676F64AF31104FF028C41749 /* Products */ = {
    180			isa = PBXGroup;
    181			children = (
    182				2C0643315CBB1EC265804FC6 /* libSDL2.a */,
    183			);
    184			name = Products;
    185			sourceTree = "<group>";
    186		};
    187/* End PBXGroup section */
    188
    189/* Begin PBXNativeTarget section */
    190		74B1378C7D2B26BD44A07C03 /* testscale */ = {
    191			isa = PBXNativeTarget;
    192			buildConfigurationList = 03E1517B155B1AC915BE0CB4 /* Build configuration list for PBXNativeTarget "testscale" */;
    193			buildPhases = (
    194				3AA36239437419615A2003AD /* Resources */,
    195				03392D574E91389F57AD32C7 /* Sources */,
    196				4A680D2877B935F038DF43E1 /* Frameworks */,
    197				9607AE3710C85E8F00CD1376 /* Postbuild */,
    198			);
    199			buildRules = (
    200			);
    201			dependencies = (
    202				2A2E618162F62A1569752B8B /* PBXTargetDependency */,
    203				61985AF927E471BF61950A41 /* PBXTargetDependency */,
    204				24CB1AA7778A0B06514A7003 /* PBXTargetDependency */,
    205			);
    206			name = "testscale";
    207			productInstallPath = "$(HOME)/bin";
    208			productName = "testscale";
    209			productReference = 4B66367B5F7C5415696F1E3F /* testscale */;
    210			productType = "com.apple.product-type.tool";
    211		};
    212/* End PBXNativeTarget section */
    213
    214/* Begin PBXProject section */
    215		08FB7793FE84155DC02AAC07 /* Project object */ = {
    216			isa = PBXProject;
    217			buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testscale" */;
    218			compatibilityVersion = "Xcode 3.2";
    219			hasScannedForEncodings = 1;
    220			mainGroup = 73B23D0F4A5F541B793A6E75 /* testscale */;
    221			projectDirPath = "";
    222			projectReferences = (
    223				{
    224					ProductGroup = 273E13C701DD143B3F030CAA /* Products */;
    225					ProjectRef = 2A9D69F103BE41AE368E42A6 /* SDL2main.xcodeproj */;
    226				},
    227				{
    228					ProductGroup = 4EAB5A273F057F3E63B0385A /* Products */;
    229					ProjectRef = 1F443D607BF72841046529A0 /* SDL2test.xcodeproj */;
    230				},
    231				{
    232					ProductGroup = 676F64AF31104FF028C41749 /* Products */;
    233					ProjectRef = 40646BF671F8674E48E6152E /* SDL2.xcodeproj */;
    234				},
    235			);
    236			projectRoot = "";
    237			targets = (
    238				74B1378C7D2B26BD44A07C03 /* testscale */,
    239			);
    240		};
    241/* End PBXProject section */
    242
    243/* Begin PBXReferenceProxy section */
    244		52AC2AEA6E120291253826F2 /* libSDL2main.a */ = {
    245			isa = PBXReferenceProxy;
    246			fileType = archive.ar;
    247			path = "Build/Debug/libSDL2main.a";
    248			remoteRef = 01A129B75F6168F7529011C3 /* PBXContainerItemProxy */;
    249			sourceTree = BUILT_PRODUCTS_DIR;
    250		};
    251		5EFA1AA6315E42C921515D01 /* libSDL2test.a */ = {
    252			isa = PBXReferenceProxy;
    253			fileType = archive.ar;
    254			path = "Build/Debug/libSDL2test.a";
    255			remoteRef = 28044D84291474F73DBB68DE /* PBXContainerItemProxy */;
    256			sourceTree = BUILT_PRODUCTS_DIR;
    257		};
    258		2C0643315CBB1EC265804FC6 /* libSDL2.a */ = {
    259			isa = PBXReferenceProxy;
    260			fileType = archive.ar;
    261			path = "Build/Debug/libSDL2.a";
    262			remoteRef = 7A6320CC6DC956590E800F44 /* PBXContainerItemProxy */;
    263			sourceTree = BUILT_PRODUCTS_DIR;
    264		};
    265/* End PBXReferenceProxy section */
    266
    267/* Begin PBXResourcesBuildPhase section */
    268		3AA36239437419615A2003AD /* Resources */ = {
    269			isa = PBXResourcesBuildPhase;
    270			buildActionMask = 2147483647;
    271			files = (
    272			);
    273			runOnlyForDeploymentPostprocessing = 0;
    274		};
    275/* End PBXResourcesBuildPhase section */
    276
    277/* Begin PBXShellScriptBuildPhase section */
    278		9607AE3710C85E8F00CD1376 /* Postbuild */ = {
    279			isa = PBXShellScriptBuildPhase;
    280			buildActionMask = 2147483647;
    281			files = (
    282			);
    283			inputPaths = (
    284			);
    285			name = Postbuild;
    286			outputPaths = (
    287			);
    288			runOnlyForDeploymentPostprocessing = 0;
    289			shellPath = /bin/sh;
    290			shellScript = "if [ \"${CONFIGURATION}\" = \"Debug Universal\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/sample.bmp\" \"./Build/Debug/sample.bmp\"\ncp \"./../../../../../test/icon.bmp\" \"./Build/Debug/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Debug Native\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/sample.bmp\" \"./Build/Debug/sample.bmp\"\ncp \"./../../../../../test/icon.bmp\" \"./Build/Debug/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Universal\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/sample.bmp\" \"./Build/Release/sample.bmp\"\ncp \"./../../../../../test/icon.bmp\" \"./Build/Release/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Native\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/sample.bmp\" \"./Build/Release/sample.bmp\"\ncp \"./../../../../../test/icon.bmp\" \"./Build/Release/icon.bmp\"\nfi";
    291		};
    292/* End PBXShellScriptBuildPhase section */
    293/* Begin PBXSourcesBuildPhase section */
    294		03392D574E91389F57AD32C7 /* Sources */ = {
    295			isa = PBXSourcesBuildPhase;
    296			buildActionMask = 2147483647;
    297			files = (
    298				52A221D55B3035AA48E47AFE /* testscale.c in Sources */,
    299			);
    300			runOnlyForDeploymentPostprocessing = 0;
    301		};
    302/* End PBXSourcesBuildPhase section */
    303
    304/* Begin PBXVariantGroup section */
    305/* End PBXVariantGroup section */
    306
    307/* Begin PBXTargetDependency section */
    308		2A2E618162F62A1569752B8B /* PBXTargetDependency */ = {
    309			isa = PBXTargetDependency;
    310			name = "libSDL2main.a";
    311			targetProxy = 53624E8942002E5825A2412F /* PBXContainerItemProxy */;
    312		};
    313		61985AF927E471BF61950A41 /* PBXTargetDependency */ = {
    314			isa = PBXTargetDependency;
    315			name = "libSDL2test.a";
    316			targetProxy = 79A365D807CE0037464E3EAF /* PBXContainerItemProxy */;
    317		};
    318		24CB1AA7778A0B06514A7003 /* PBXTargetDependency */ = {
    319			isa = PBXTargetDependency;
    320			name = "libSDL2.a";
    321			targetProxy = 6E5C0D395563144B7BEE4D26 /* PBXContainerItemProxy */;
    322		};
    323/* End PBXTargetDependency section */
    324
    325/* Begin XCBuildConfiguration section */
    326		2CE4638609AA08631BCE316D /* Debug Universal */ = {
    327			isa = XCBuildConfiguration;
    328			buildSettings = {
    329				ALWAYS_SEARCH_USER_PATHS = NO;
    330				CONFIGURATION_BUILD_DIR = Build/Debug;
    331				GCC_DYNAMIC_NO_PIC = NO;
    332				GCC_MODEL_TUNING = G5;
    333				INSTALL_PATH = /usr/local/bin;
    334				PRODUCT_NAME = "testscale";
    335			};
    336			name = "Debug Universal";
    337		};
    338		274B38691BF232E7794600CA /* Debug Native */ = {
    339			isa = XCBuildConfiguration;
    340			buildSettings = {
    341				ALWAYS_SEARCH_USER_PATHS = NO;
    342				CONFIGURATION_BUILD_DIR = Build/Debug;
    343				GCC_DYNAMIC_NO_PIC = NO;
    344				GCC_MODEL_TUNING = G5;
    345				INSTALL_PATH = /usr/local/bin;
    346				PRODUCT_NAME = "testscale";
    347			};
    348			name = "Debug Native";
    349		};
    350		04B6504B0E4216675D0B0829 /* Release Universal */ = {
    351			isa = XCBuildConfiguration;
    352			buildSettings = {
    353				ALWAYS_SEARCH_USER_PATHS = NO;
    354				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
    355				CONFIGURATION_BUILD_DIR = Build/Release;
    356				GCC_DYNAMIC_NO_PIC = NO;
    357				GCC_MODEL_TUNING = G5;
    358				INSTALL_PATH = /usr/local/bin;
    359				PRODUCT_NAME = "testscale";
    360			};
    361			name = "Release Universal";
    362		};
    363		53485C2C7372770C5C3F39D0 /* Release Native */ = {
    364			isa = XCBuildConfiguration;
    365			buildSettings = {
    366				ALWAYS_SEARCH_USER_PATHS = NO;
    367				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
    368				CONFIGURATION_BUILD_DIR = Build/Release;
    369				GCC_DYNAMIC_NO_PIC = NO;
    370				GCC_MODEL_TUNING = G5;
    371				INSTALL_PATH = /usr/local/bin;
    372				PRODUCT_NAME = "testscale";
    373			};
    374			name = "Release Native";
    375		};
    376		08675BEB3FA11B3B4ED5091E /* Debug Universal */ = {
    377			isa = XCBuildConfiguration;
    378			buildSettings = {
    379				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
    380				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    381				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    382				COPY_PHASE_STRIP = NO;
    383				GCC_C_LANGUAGE_STANDARD = gnu99;
    384				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    385				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    386				GCC_OPTIMIZATION_LEVEL = 0;
    387				GCC_PREPROCESSOR_DEFINITIONS = (
    388					"USING_PREMAKE_CONFIG_H",
    389					"_DEBUG",
    390				);
    391				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    392				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    393				GCC_WARN_UNUSED_VARIABLE = YES;
    394				HEADER_SEARCH_PATHS = (
    395					"../..",
    396					"../../../../../include",
    397				);
    398				OBJROOT = "obj/Universal/Debug";
    399				ONLY_ACTIVE_ARCH = YES;
    400				SYMROOT = "Build/Debug";
    401			};
    402			name = "Debug Universal";
    403		};
    404		64357811288810543A7109A8 /* Debug Native */ = {
    405			isa = XCBuildConfiguration;
    406			buildSettings = {
    407				ARCHS = "$(NATIVE_ARCH_ACTUAL)";
    408				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    409				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    410				COPY_PHASE_STRIP = NO;
    411				GCC_C_LANGUAGE_STANDARD = gnu99;
    412				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    413				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    414				GCC_OPTIMIZATION_LEVEL = 0;
    415				GCC_PREPROCESSOR_DEFINITIONS = (
    416					"USING_PREMAKE_CONFIG_H",
    417					"_DEBUG",
    418				);
    419				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    420				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    421				GCC_WARN_UNUSED_VARIABLE = YES;
    422				HEADER_SEARCH_PATHS = (
    423					"../..",
    424					"../../../../../include",
    425				);
    426				OBJROOT = "obj/Debug";
    427				ONLY_ACTIVE_ARCH = YES;
    428				SYMROOT = "Build/Debug";
    429			};
    430			name = "Debug Native";
    431		};
    432		498223CF7F1C33A114900BB7 /* Release Universal */ = {
    433			isa = XCBuildConfiguration;
    434			buildSettings = {
    435				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
    436				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    437				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    438				GCC_C_LANGUAGE_STANDARD = gnu99;
    439				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    440				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    441				GCC_OPTIMIZATION_LEVEL = 3;
    442				GCC_PREPROCESSOR_DEFINITIONS = (
    443					"USING_PREMAKE_CONFIG_H",
    444					"NDEBUG",
    445				);
    446				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    447				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    448				GCC_WARN_UNUSED_VARIABLE = YES;
    449				HEADER_SEARCH_PATHS = (
    450					"../..",
    451					"../../../../../include",
    452				);
    453				OBJROOT = "obj/Universal/Release";
    454				ONLY_ACTIVE_ARCH = NO;
    455				SYMROOT = "Build/Release";
    456			};
    457			name = "Release Universal";
    458		};
    459		1A934A23712621042E0156BD /* Release Native */ = {
    460			isa = XCBuildConfiguration;
    461			buildSettings = {
    462				ARCHS = "$(NATIVE_ARCH_ACTUAL)";
    463				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    464				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    465				GCC_C_LANGUAGE_STANDARD = gnu99;
    466				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    467				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    468				GCC_OPTIMIZATION_LEVEL = 3;
    469				GCC_PREPROCESSOR_DEFINITIONS = (
    470					"USING_PREMAKE_CONFIG_H",
    471					"NDEBUG",
    472				);
    473				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    474				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    475				GCC_WARN_UNUSED_VARIABLE = YES;
    476				HEADER_SEARCH_PATHS = (
    477					"../..",
    478					"../../../../../include",
    479				);
    480				OBJROOT = "obj/Release";
    481				ONLY_ACTIVE_ARCH = NO;
    482				SYMROOT = "Build/Release";
    483			};
    484			name = "Release Native";
    485		};
    486/* End XCBuildConfiguration section */
    487
    488/* Begin XCConfigurationList section */
    489		03E1517B155B1AC915BE0CB4 /* Build configuration list for PBXNativeTarget "testscale" */ = {
    490			isa = XCConfigurationList;
    491			buildConfigurations = (
    492				2CE4638609AA08631BCE316D /* Debug Universal */,
    493				274B38691BF232E7794600CA /* Debug Native */,
    494				04B6504B0E4216675D0B0829 /* Release Universal */,
    495				53485C2C7372770C5C3F39D0 /* Release Native */,
    496			);
    497			defaultConfigurationIsVisible = 0;
    498			defaultConfigurationName = "Debug Universal";
    499		};
    500		1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testscale" */ = {
    501			isa = XCConfigurationList;
    502			buildConfigurations = (
    503				08675BEB3FA11B3B4ED5091E /* Debug Universal */,
    504				64357811288810543A7109A8 /* Debug Native */,
    505				498223CF7F1C33A114900BB7 /* Release Universal */,
    506				1A934A23712621042E0156BD /* Release Native */,
    507			);
    508			defaultConfigurationIsVisible = 0;
    509			defaultConfigurationName = "Debug Universal";
    510		};
    511/* End XCConfigurationList section */
    512
    513	};
    514	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
    515}