cscg22-gearboy

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

project.pbxproj (20126B)


      1// !$*UTF8*$!
      2{
      3	archiveVersion = 1;
      4	classes = {
      5	};
      6	objectVersion = 45;
      7	objects = {
      8
      9/* Begin PBXBuildFile section */
     10		10EA2EC1366605703C93729C /* testdraw2.c in Sources */ = {isa = PBXBuildFile; fileRef = 0CA5613719DE5A60091A2DF6 /* testdraw2.c */; };
     11		7DB529C61D682D2E5766027D /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01300C9B4FD2039008F25175 /* AudioToolbox.framework */; };
     12		6F871C446E69566E65094356 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 78C76D1658C3074369B42EE7 /* AudioUnit.framework */; };
     13		2C3978240D3A5B18221511FC /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73D95AF930D91D94120464E5 /* Cocoa.framework */; };
     14		79BF795E46D176DF45CB349F /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4EC032CC17246D2E1C3F1D32 /* CoreAudio.framework */; };
     15		17D21CBD4A457F4108382B47 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 40B60D081A29348109DE6FAA /* IOKit.framework */; };
     16		22B9588669B03BA7107852E8 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57DA618645BB7EA9118C1EA0 /* Carbon.framework */; };
     17		0F9E03063F8138F04EB03EE3 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D6C199F47601F8C2A872874 /* ForceFeedback.framework */; };
     18		33C15C7B3EF7568A14611BD2 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2E4F47BF010875A20EF324CD /* CoreFoundation.framework */; };
     19		7BA93D54730B6B990D68411B /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 211C65FF6C7B10580D0D6538 /* OpenGL.framework */; };
     20		47187D80178F683C640F2BA2 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3A0A13AA1C97217870DE0553 /* libSDL2main.a */; };
     21		70591504619E611F3F09751F /* libSDL2test.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 57C167206EE86C725D936D85 /* libSDL2test.a */; };
     22		0411230C7BC75083638749C1 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 09992EFB63AE591916385087 /* libSDL2.a */; };
     23/* End PBXBuildFile section */
     24
     25/* Begin PBXContainerItemProxy section */
     26		2438000D62B23F780181552C /* PBXContainerItemProxy */ = {
     27			isa = PBXContainerItemProxy;
     28			containerPortal = 7A1C46DD6656526E346902DA /* SDL2main.xcodeproj */;
     29			proxyType = 2;
     30			remoteGlobalIDString = 0FF7291B375C79BC57696B66;
     31			remoteInfo = "libSDL2main.a";
     32		};
     33		7BFC15721B6C7A6337F1633A /* PBXContainerItemProxy */ = {
     34			isa = PBXContainerItemProxy;
     35			containerPortal = 7A1C46DD6656526E346902DA /* SDL2main.xcodeproj */;
     36			proxyType = 1;
     37			remoteGlobalIDString = 1BAE4A0A77462FDC330812A3;
     38			remoteInfo = "libSDL2main.a";
     39		};
     40		1AEA263A383B60A643B06B2B /* PBXContainerItemProxy */ = {
     41			isa = PBXContainerItemProxy;
     42			containerPortal = 33DB1CA13E8E6B620A54428B /* SDL2test.xcodeproj */;
     43			proxyType = 2;
     44			remoteGlobalIDString = 1EB6664901BC163F215A4861;
     45			remoteInfo = "libSDL2test.a";
     46		};
     47		6AF43A817EC363E42DAF3F2E /* PBXContainerItemProxy */ = {
     48			isa = PBXContainerItemProxy;
     49			containerPortal = 33DB1CA13E8E6B620A54428B /* SDL2test.xcodeproj */;
     50			proxyType = 1;
     51			remoteGlobalIDString = 1258506950476B85239A79A3;
     52			remoteInfo = "libSDL2test.a";
     53		};
     54		2D907E90266F484213D72F44 /* PBXContainerItemProxy */ = {
     55			isa = PBXContainerItemProxy;
     56			containerPortal = 67713D1963734C1D290657C0 /* SDL2.xcodeproj */;
     57			proxyType = 2;
     58			remoteGlobalIDString = 5E6D56F6655337845A3C44C3;
     59			remoteInfo = "libSDL2.a";
     60		};
     61		33C979D3343A59EC2D120DD9 /* PBXContainerItemProxy */ = {
     62			isa = PBXContainerItemProxy;
     63			containerPortal = 67713D1963734C1D290657C0 /* SDL2.xcodeproj */;
     64			proxyType = 1;
     65			remoteGlobalIDString = 7E6A7BC23CFD134274963645;
     66			remoteInfo = "libSDL2.a";
     67		};
     68/* End PBXContainerItemProxy section */
     69
     70/* Begin PBXFileReference section */
     71		0CA5613719DE5A60091A2DF6 /* testdraw2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testdraw2.c"; path = "../../../../../test/testdraw2.c"; sourceTree = "<group>"; };
     72		01300C9B4FD2039008F25175 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
     73		78C76D1658C3074369B42EE7 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
     74		73D95AF930D91D94120464E5 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
     75		4EC032CC17246D2E1C3F1D32 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
     76		40B60D081A29348109DE6FAA /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
     77		57DA618645BB7EA9118C1EA0 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
     78		2D6C199F47601F8C2A872874 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
     79		2E4F47BF010875A20EF324CD /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
     80		211C65FF6C7B10580D0D6538 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
     81		6E62014B0EFA44001B5A5758 /* testdraw2 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testdraw2"; path = "testdraw2"; sourceTree = BUILT_PRODUCTS_DIR; };
     82		7A1C46DD6656526E346902DA /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
     83		33DB1CA13E8E6B620A54428B /* SDL2test.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2test.xcodeproj"; path = "../../SDL2test/SDL2test.xcodeproj"; sourceTree = SOURCE_ROOT; };
     84		67713D1963734C1D290657C0 /* 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		504565580DAB1633030B02ED /* Frameworks */ = {
     89			isa = PBXFrameworksBuildPhase;
     90			buildActionMask = 2147483647;
     91			files = (
     92				7DB529C61D682D2E5766027D /* AudioToolbox.framework in Frameworks */,
     93				6F871C446E69566E65094356 /* AudioUnit.framework in Frameworks */,
     94				2C3978240D3A5B18221511FC /* Cocoa.framework in Frameworks */,
     95				79BF795E46D176DF45CB349F /* CoreAudio.framework in Frameworks */,
     96				17D21CBD4A457F4108382B47 /* IOKit.framework in Frameworks */,
     97				22B9588669B03BA7107852E8 /* Carbon.framework in Frameworks */,
     98				0F9E03063F8138F04EB03EE3 /* ForceFeedback.framework in Frameworks */,
     99				33C15C7B3EF7568A14611BD2 /* CoreFoundation.framework in Frameworks */,
    100				7BA93D54730B6B990D68411B /* OpenGL.framework in Frameworks */,
    101				47187D80178F683C640F2BA2 /* libSDL2main.a in Frameworks */,
    102				70591504619E611F3F09751F /* libSDL2test.a in Frameworks */,
    103				0411230C7BC75083638749C1 /* libSDL2.a in Frameworks */,
    104			);
    105			runOnlyForDeploymentPostprocessing = 0;
    106		};
    107/* End PBXFrameworksBuildPhase section */
    108
    109/* Begin PBXGroup section */
    110		21A76DA90E9C538E4E9872DE /* testdraw2 */ = {
    111			isa = PBXGroup;
    112			children = (
    113				60321833527F10182845707C /* test */,
    114				7D1E74ED2C78010706EA738E /* Frameworks */,
    115				632F40C6159B31452A24298D /* Products */,
    116				0D515AF329282CDE5D017B37 /* Projects */,
    117			);
    118			name = "testdraw2";
    119			sourceTree = "<group>";
    120		};
    121		60321833527F10182845707C /* test */ = {
    122			isa = PBXGroup;
    123			children = (
    124				0CA5613719DE5A60091A2DF6 /* testdraw2.c */,
    125			);
    126			name = "test";
    127			sourceTree = "<group>";
    128		};
    129		7D1E74ED2C78010706EA738E /* Frameworks */ = {
    130			isa = PBXGroup;
    131			children = (
    132				01300C9B4FD2039008F25175 /* AudioToolbox.framework */,
    133				78C76D1658C3074369B42EE7 /* AudioUnit.framework */,
    134				73D95AF930D91D94120464E5 /* Cocoa.framework */,
    135				4EC032CC17246D2E1C3F1D32 /* CoreAudio.framework */,
    136				40B60D081A29348109DE6FAA /* IOKit.framework */,
    137				57DA618645BB7EA9118C1EA0 /* Carbon.framework */,
    138				2D6C199F47601F8C2A872874 /* ForceFeedback.framework */,
    139				2E4F47BF010875A20EF324CD /* CoreFoundation.framework */,
    140				211C65FF6C7B10580D0D6538 /* OpenGL.framework */,
    141			);
    142			name = "Frameworks";
    143			sourceTree = "<group>";
    144		};
    145		632F40C6159B31452A24298D /* Products */ = {
    146			isa = PBXGroup;
    147			children = (
    148				6E62014B0EFA44001B5A5758 /* testdraw2 */,
    149			);
    150			name = "Products";
    151			sourceTree = "<group>";
    152		};
    153		0D515AF329282CDE5D017B37 /* Projects */ = {
    154			isa = PBXGroup;
    155			children = (
    156				7A1C46DD6656526E346902DA /* SDL2main.xcodeproj */,
    157				33DB1CA13E8E6B620A54428B /* SDL2test.xcodeproj */,
    158				67713D1963734C1D290657C0 /* SDL2.xcodeproj */,
    159			);
    160			name = "Projects";
    161			sourceTree = "<group>";
    162		};
    163		651162A900602989646A77BF /* Products */ = {
    164			isa = PBXGroup;
    165			children = (
    166				3A0A13AA1C97217870DE0553 /* libSDL2main.a */,
    167			);
    168			name = Products;
    169			sourceTree = "<group>";
    170		};
    171		78C216CE535B2E94001453A1 /* Products */ = {
    172			isa = PBXGroup;
    173			children = (
    174				57C167206EE86C725D936D85 /* libSDL2test.a */,
    175			);
    176			name = Products;
    177			sourceTree = "<group>";
    178		};
    179		540315DA28A86BA20E7C082C /* Products */ = {
    180			isa = PBXGroup;
    181			children = (
    182				09992EFB63AE591916385087 /* libSDL2.a */,
    183			);
    184			name = Products;
    185			sourceTree = "<group>";
    186		};
    187/* End PBXGroup section */
    188
    189/* Begin PBXNativeTarget section */
    190		759C064A0A084838763730DB /* testdraw2 */ = {
    191			isa = PBXNativeTarget;
    192			buildConfigurationList = 5C5F0B8A2E747D8941032EAC /* Build configuration list for PBXNativeTarget "testdraw2" */;
    193			buildPhases = (
    194				2634290A64DE31751724466D /* Resources */,
    195				24B42F4858F01FE93AEA6EEC /* Sources */,
    196				504565580DAB1633030B02ED /* Frameworks */,
    197			);
    198			buildRules = (
    199			);
    200			dependencies = (
    201				3651275552043CF77CD03D44 /* PBXTargetDependency */,
    202				09A763C86CA14DEE717A1149 /* PBXTargetDependency */,
    203				265A7A353D4504B1180B16B6 /* PBXTargetDependency */,
    204			);
    205			name = "testdraw2";
    206			productInstallPath = "$(HOME)/bin";
    207			productName = "testdraw2";
    208			productReference = 6E62014B0EFA44001B5A5758 /* testdraw2 */;
    209			productType = "com.apple.product-type.tool";
    210		};
    211/* End PBXNativeTarget section */
    212
    213/* Begin PBXProject section */
    214		08FB7793FE84155DC02AAC07 /* Project object */ = {
    215			isa = PBXProject;
    216			buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testdraw2" */;
    217			compatibilityVersion = "Xcode 3.2";
    218			hasScannedForEncodings = 1;
    219			mainGroup = 21A76DA90E9C538E4E9872DE /* testdraw2 */;
    220			projectDirPath = "";
    221			projectReferences = (
    222				{
    223					ProductGroup = 651162A900602989646A77BF /* Products */;
    224					ProjectRef = 7A1C46DD6656526E346902DA /* SDL2main.xcodeproj */;
    225				},
    226				{
    227					ProductGroup = 78C216CE535B2E94001453A1 /* Products */;
    228					ProjectRef = 33DB1CA13E8E6B620A54428B /* SDL2test.xcodeproj */;
    229				},
    230				{
    231					ProductGroup = 540315DA28A86BA20E7C082C /* Products */;
    232					ProjectRef = 67713D1963734C1D290657C0 /* SDL2.xcodeproj */;
    233				},
    234			);
    235			projectRoot = "";
    236			targets = (
    237				759C064A0A084838763730DB /* testdraw2 */,
    238			);
    239		};
    240/* End PBXProject section */
    241
    242/* Begin PBXReferenceProxy section */
    243		3A0A13AA1C97217870DE0553 /* libSDL2main.a */ = {
    244			isa = PBXReferenceProxy;
    245			fileType = archive.ar;
    246			path = "Build/Debug/libSDL2main.a";
    247			remoteRef = 2438000D62B23F780181552C /* PBXContainerItemProxy */;
    248			sourceTree = BUILT_PRODUCTS_DIR;
    249		};
    250		57C167206EE86C725D936D85 /* libSDL2test.a */ = {
    251			isa = PBXReferenceProxy;
    252			fileType = archive.ar;
    253			path = "Build/Debug/libSDL2test.a";
    254			remoteRef = 1AEA263A383B60A643B06B2B /* PBXContainerItemProxy */;
    255			sourceTree = BUILT_PRODUCTS_DIR;
    256		};
    257		09992EFB63AE591916385087 /* libSDL2.a */ = {
    258			isa = PBXReferenceProxy;
    259			fileType = archive.ar;
    260			path = "Build/Debug/libSDL2.a";
    261			remoteRef = 2D907E90266F484213D72F44 /* PBXContainerItemProxy */;
    262			sourceTree = BUILT_PRODUCTS_DIR;
    263		};
    264/* End PBXReferenceProxy section */
    265
    266/* Begin PBXResourcesBuildPhase section */
    267		2634290A64DE31751724466D /* Resources */ = {
    268			isa = PBXResourcesBuildPhase;
    269			buildActionMask = 2147483647;
    270			files = (
    271			);
    272			runOnlyForDeploymentPostprocessing = 0;
    273		};
    274/* End PBXResourcesBuildPhase section */
    275
    276/* Begin PBXSourcesBuildPhase section */
    277		24B42F4858F01FE93AEA6EEC /* Sources */ = {
    278			isa = PBXSourcesBuildPhase;
    279			buildActionMask = 2147483647;
    280			files = (
    281				10EA2EC1366605703C93729C /* testdraw2.c in Sources */,
    282			);
    283			runOnlyForDeploymentPostprocessing = 0;
    284		};
    285/* End PBXSourcesBuildPhase section */
    286
    287/* Begin PBXVariantGroup section */
    288/* End PBXVariantGroup section */
    289
    290/* Begin PBXTargetDependency section */
    291		3651275552043CF77CD03D44 /* PBXTargetDependency */ = {
    292			isa = PBXTargetDependency;
    293			name = "libSDL2main.a";
    294			targetProxy = 7BFC15721B6C7A6337F1633A /* PBXContainerItemProxy */;
    295		};
    296		09A763C86CA14DEE717A1149 /* PBXTargetDependency */ = {
    297			isa = PBXTargetDependency;
    298			name = "libSDL2test.a";
    299			targetProxy = 6AF43A817EC363E42DAF3F2E /* PBXContainerItemProxy */;
    300		};
    301		265A7A353D4504B1180B16B6 /* PBXTargetDependency */ = {
    302			isa = PBXTargetDependency;
    303			name = "libSDL2.a";
    304			targetProxy = 33C979D3343A59EC2D120DD9 /* PBXContainerItemProxy */;
    305		};
    306/* End PBXTargetDependency section */
    307
    308/* Begin XCBuildConfiguration section */
    309		47EF595575465B96787F1242 /* Debug Universal */ = {
    310			isa = XCBuildConfiguration;
    311			buildSettings = {
    312				ALWAYS_SEARCH_USER_PATHS = NO;
    313				CONFIGURATION_BUILD_DIR = Build/Debug;
    314				GCC_DYNAMIC_NO_PIC = NO;
    315				GCC_MODEL_TUNING = G5;
    316				INSTALL_PATH = /usr/local/bin;
    317				PRODUCT_NAME = "testdraw2";
    318			};
    319			name = "Debug Universal";
    320		};
    321		4B22480F590A352277354AFA /* Debug Native */ = {
    322			isa = XCBuildConfiguration;
    323			buildSettings = {
    324				ALWAYS_SEARCH_USER_PATHS = NO;
    325				CONFIGURATION_BUILD_DIR = Build/Debug;
    326				GCC_DYNAMIC_NO_PIC = NO;
    327				GCC_MODEL_TUNING = G5;
    328				INSTALL_PATH = /usr/local/bin;
    329				PRODUCT_NAME = "testdraw2";
    330			};
    331			name = "Debug Native";
    332		};
    333		53DA153E45D964A1156538B7 /* Release Universal */ = {
    334			isa = XCBuildConfiguration;
    335			buildSettings = {
    336				ALWAYS_SEARCH_USER_PATHS = NO;
    337				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
    338				CONFIGURATION_BUILD_DIR = Build/Release;
    339				GCC_DYNAMIC_NO_PIC = NO;
    340				GCC_MODEL_TUNING = G5;
    341				INSTALL_PATH = /usr/local/bin;
    342				PRODUCT_NAME = "testdraw2";
    343			};
    344			name = "Release Universal";
    345		};
    346		34853651254508A5191B4411 /* Release Native */ = {
    347			isa = XCBuildConfiguration;
    348			buildSettings = {
    349				ALWAYS_SEARCH_USER_PATHS = NO;
    350				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
    351				CONFIGURATION_BUILD_DIR = Build/Release;
    352				GCC_DYNAMIC_NO_PIC = NO;
    353				GCC_MODEL_TUNING = G5;
    354				INSTALL_PATH = /usr/local/bin;
    355				PRODUCT_NAME = "testdraw2";
    356			};
    357			name = "Release Native";
    358		};
    359		6A3406386B9B1608036E3F6D /* Debug Universal */ = {
    360			isa = XCBuildConfiguration;
    361			buildSettings = {
    362				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
    363				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    364				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    365				COPY_PHASE_STRIP = NO;
    366				GCC_C_LANGUAGE_STANDARD = gnu99;
    367				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    368				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    369				GCC_OPTIMIZATION_LEVEL = 0;
    370				GCC_PREPROCESSOR_DEFINITIONS = (
    371					"USING_PREMAKE_CONFIG_H",
    372					"_DEBUG",
    373				);
    374				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    375				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    376				GCC_WARN_UNUSED_VARIABLE = YES;
    377				HEADER_SEARCH_PATHS = (
    378					"../..",
    379					"../../../../../include",
    380				);
    381				OBJROOT = "obj/Universal/Debug";
    382				ONLY_ACTIVE_ARCH = YES;
    383				SYMROOT = "Build/Debug";
    384			};
    385			name = "Debug Universal";
    386		};
    387		77443E2174F122FE01611B27 /* Debug Native */ = {
    388			isa = XCBuildConfiguration;
    389			buildSettings = {
    390				ARCHS = "$(NATIVE_ARCH_ACTUAL)";
    391				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    392				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    393				COPY_PHASE_STRIP = NO;
    394				GCC_C_LANGUAGE_STANDARD = gnu99;
    395				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    396				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    397				GCC_OPTIMIZATION_LEVEL = 0;
    398				GCC_PREPROCESSOR_DEFINITIONS = (
    399					"USING_PREMAKE_CONFIG_H",
    400					"_DEBUG",
    401				);
    402				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    403				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    404				GCC_WARN_UNUSED_VARIABLE = YES;
    405				HEADER_SEARCH_PATHS = (
    406					"../..",
    407					"../../../../../include",
    408				);
    409				OBJROOT = "obj/Debug";
    410				ONLY_ACTIVE_ARCH = YES;
    411				SYMROOT = "Build/Debug";
    412			};
    413			name = "Debug Native";
    414		};
    415		23634FFB7DB0549515A40066 /* Release Universal */ = {
    416			isa = XCBuildConfiguration;
    417			buildSettings = {
    418				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
    419				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    420				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    421				GCC_C_LANGUAGE_STANDARD = gnu99;
    422				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    423				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    424				GCC_OPTIMIZATION_LEVEL = 3;
    425				GCC_PREPROCESSOR_DEFINITIONS = (
    426					"USING_PREMAKE_CONFIG_H",
    427					"NDEBUG",
    428				);
    429				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    430				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    431				GCC_WARN_UNUSED_VARIABLE = YES;
    432				HEADER_SEARCH_PATHS = (
    433					"../..",
    434					"../../../../../include",
    435				);
    436				OBJROOT = "obj/Universal/Release";
    437				ONLY_ACTIVE_ARCH = NO;
    438				SYMROOT = "Build/Release";
    439			};
    440			name = "Release Universal";
    441		};
    442		49C945AE34251CFE068D2B2E /* Release Native */ = {
    443			isa = XCBuildConfiguration;
    444			buildSettings = {
    445				ARCHS = "$(NATIVE_ARCH_ACTUAL)";
    446				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    447				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    448				GCC_C_LANGUAGE_STANDARD = gnu99;
    449				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    450				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    451				GCC_OPTIMIZATION_LEVEL = 3;
    452				GCC_PREPROCESSOR_DEFINITIONS = (
    453					"USING_PREMAKE_CONFIG_H",
    454					"NDEBUG",
    455				);
    456				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    457				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    458				GCC_WARN_UNUSED_VARIABLE = YES;
    459				HEADER_SEARCH_PATHS = (
    460					"../..",
    461					"../../../../../include",
    462				);
    463				OBJROOT = "obj/Release";
    464				ONLY_ACTIVE_ARCH = NO;
    465				SYMROOT = "Build/Release";
    466			};
    467			name = "Release Native";
    468		};
    469/* End XCBuildConfiguration section */
    470
    471/* Begin XCConfigurationList section */
    472		5C5F0B8A2E747D8941032EAC /* Build configuration list for PBXNativeTarget "testdraw2" */ = {
    473			isa = XCConfigurationList;
    474			buildConfigurations = (
    475				47EF595575465B96787F1242 /* Debug Universal */,
    476				4B22480F590A352277354AFA /* Debug Native */,
    477				53DA153E45D964A1156538B7 /* Release Universal */,
    478				34853651254508A5191B4411 /* Release Native */,
    479			);
    480			defaultConfigurationIsVisible = 0;
    481			defaultConfigurationName = "Debug Universal";
    482		};
    483		1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testdraw2" */ = {
    484			isa = XCConfigurationList;
    485			buildConfigurations = (
    486				6A3406386B9B1608036E3F6D /* Debug Universal */,
    487				77443E2174F122FE01611B27 /* Debug Native */,
    488				23634FFB7DB0549515A40066 /* Release Universal */,
    489				49C945AE34251CFE068D2B2E /* Release Native */,
    490			);
    491			defaultConfigurationIsVisible = 0;
    492			defaultConfigurationName = "Debug Universal";
    493		};
    494/* End XCConfigurationList section */
    495
    496	};
    497	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
    498}