cscg22-gearboy

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

project.pbxproj (20329B)


      1// !$*UTF8*$!
      2{
      3	archiveVersion = 1;
      4	classes = {
      5	};
      6	objectVersion = 45;
      7	objects = {
      8
      9/* Begin PBXBuildFile section */
     10		5EC212E30AED603F72156F79 /* testnative.c in Sources */ = {isa = PBXBuildFile; fileRef = 09311D5367FC66771E7318D5 /* testnative.c */; };
     11		54C15326088436A9230D5110 /* testnativecocoa.m in Sources */ = {isa = PBXBuildFile; fileRef = 58C035895DB74E9E16235E30 /* testnativecocoa.m */; };
     12		53004AB405F2758E5F973390 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 398B5D33413B2EA22832188D /* AudioToolbox.framework */; };
     13		5D2E2E7061411EC95AB73306 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65EF5B09498E4845494156E5 /* AudioUnit.framework */; };
     14		578965B01D175CCE5E6A3667 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61ED3686206E555C44447010 /* Cocoa.framework */; };
     15		0E714C95788701897D85483A /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A2145ED01C1668742F17812 /* CoreAudio.framework */; };
     16		76DF3AB76EE102CE2CA06EA1 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 00ED617A1D6227434FE4036B /* IOKit.framework */; };
     17		24DA1FED051540F92B287CC8 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 146A6DCA7E40436331FB6839 /* Carbon.framework */; };
     18		59821B8B6F45341B150737E7 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6E7629D50C845B0E2DF27603 /* ForceFeedback.framework */; };
     19		6A5672E00D543C3552A02044 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3D8D0094770E755A149D738A /* CoreFoundation.framework */; };
     20		4AD6442630A52E0104FE44D7 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7061781356DF74BA7B237006 /* OpenGL.framework */; };
     21		685B4AD90CD939916E816111 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 40DA60C67C1300EF5B1838BA /* libSDL2main.a */; };
     22		7CC725510C3049A02F9D2DF7 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DCC0E6E045C707338B77A34 /* libSDL2.a */; };
     23/* End PBXBuildFile section */
     24
     25/* Begin PBXContainerItemProxy section */
     26		2735469863225AF730987CB3 /* PBXContainerItemProxy */ = {
     27			isa = PBXContainerItemProxy;
     28			containerPortal = 7ED026D100095D0D18BD4051 /* SDL2main.xcodeproj */;
     29			proxyType = 2;
     30			remoteGlobalIDString = 58DC62993160374E09FF7AD6;
     31			remoteInfo = "libSDL2main.a";
     32		};
     33		01C352BF24C13C2215AB3050 /* PBXContainerItemProxy */ = {
     34			isa = PBXContainerItemProxy;
     35			containerPortal = 7ED026D100095D0D18BD4051 /* SDL2main.xcodeproj */;
     36			proxyType = 1;
     37			remoteGlobalIDString = 0E7126A94A11494963D3548B;
     38			remoteInfo = "libSDL2main.a";
     39		};
     40		3E3252EC174805026BC969CB /* PBXContainerItemProxy */ = {
     41			isa = PBXContainerItemProxy;
     42			containerPortal = 2950670A4677313F2FF316E4 /* SDL2.xcodeproj */;
     43			proxyType = 2;
     44			remoteGlobalIDString = 07D004B11E733F1F0EA93105;
     45			remoteInfo = "libSDL2.a";
     46		};
     47		170A1F2539EA4C7A6C3C69FA /* PBXContainerItemProxy */ = {
     48			isa = PBXContainerItemProxy;
     49			containerPortal = 2950670A4677313F2FF316E4 /* SDL2.xcodeproj */;
     50			proxyType = 1;
     51			remoteGlobalIDString = 58C10ED14175754444033E0E;
     52			remoteInfo = "libSDL2.a";
     53		};
     54/* End PBXContainerItemProxy section */
     55
     56/* Begin PBXFileReference section */
     57		09311D5367FC66771E7318D5 /* testnative.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testnative.c"; path = "../../../../../test/testnative.c"; sourceTree = "<group>"; };
     58		2933635A47D86E8509A140D4 /* testnative.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "testnative.h"; path = "../../../../../test/testnative.h"; sourceTree = "<group>"; };
     59		58C035895DB74E9E16235E30 /* testnativecocoa.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "testnativecocoa.m"; path = "../../../../../test/testnativecocoa.m"; sourceTree = "<group>"; };
     60		398B5D33413B2EA22832188D /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
     61		65EF5B09498E4845494156E5 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
     62		61ED3686206E555C44447010 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
     63		5A2145ED01C1668742F17812 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
     64		00ED617A1D6227434FE4036B /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
     65		146A6DCA7E40436331FB6839 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
     66		6E7629D50C845B0E2DF27603 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
     67		3D8D0094770E755A149D738A /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
     68		7061781356DF74BA7B237006 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
     69		0D926DF4640E0E9F783911A8 /* testnative */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testnative"; path = "testnative"; sourceTree = BUILT_PRODUCTS_DIR; };
     70		7ED026D100095D0D18BD4051 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
     71		2950670A4677313F2FF316E4 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
     72/* End PBXFileReference section */
     73
     74/* Begin PBXFrameworksBuildPhase section */
     75		373900501DE06E5C026B626E /* Frameworks */ = {
     76			isa = PBXFrameworksBuildPhase;
     77			buildActionMask = 2147483647;
     78			files = (
     79				53004AB405F2758E5F973390 /* AudioToolbox.framework in Frameworks */,
     80				5D2E2E7061411EC95AB73306 /* AudioUnit.framework in Frameworks */,
     81				578965B01D175CCE5E6A3667 /* Cocoa.framework in Frameworks */,
     82				0E714C95788701897D85483A /* CoreAudio.framework in Frameworks */,
     83				76DF3AB76EE102CE2CA06EA1 /* IOKit.framework in Frameworks */,
     84				24DA1FED051540F92B287CC8 /* Carbon.framework in Frameworks */,
     85				59821B8B6F45341B150737E7 /* ForceFeedback.framework in Frameworks */,
     86				6A5672E00D543C3552A02044 /* CoreFoundation.framework in Frameworks */,
     87				4AD6442630A52E0104FE44D7 /* OpenGL.framework in Frameworks */,
     88				685B4AD90CD939916E816111 /* libSDL2main.a in Frameworks */,
     89				7CC725510C3049A02F9D2DF7 /* libSDL2.a in Frameworks */,
     90			);
     91			runOnlyForDeploymentPostprocessing = 0;
     92		};
     93/* End PBXFrameworksBuildPhase section */
     94
     95/* Begin PBXGroup section */
     96		4ADA31FF6F7A5AB540AB2A7C /* testnative */ = {
     97			isa = PBXGroup;
     98			children = (
     99				67E37B81581E57B94BB41EB3 /* test */,
    100				7BC83D9325F529F07B133ACA /* Frameworks */,
    101				1A9A2CC746EF074819147013 /* Products */,
    102				0F6539B53F4A4F2651E470AF /* Projects */,
    103			);
    104			name = "testnative";
    105			sourceTree = "<group>";
    106		};
    107		67E37B81581E57B94BB41EB3 /* test */ = {
    108			isa = PBXGroup;
    109			children = (
    110				09311D5367FC66771E7318D5 /* testnative.c */,
    111				2933635A47D86E8509A140D4 /* testnative.h */,
    112				58C035895DB74E9E16235E30 /* testnativecocoa.m */,
    113			);
    114			name = "test";
    115			sourceTree = "<group>";
    116		};
    117		7BC83D9325F529F07B133ACA /* Frameworks */ = {
    118			isa = PBXGroup;
    119			children = (
    120				398B5D33413B2EA22832188D /* AudioToolbox.framework */,
    121				65EF5B09498E4845494156E5 /* AudioUnit.framework */,
    122				61ED3686206E555C44447010 /* Cocoa.framework */,
    123				5A2145ED01C1668742F17812 /* CoreAudio.framework */,
    124				00ED617A1D6227434FE4036B /* IOKit.framework */,
    125				146A6DCA7E40436331FB6839 /* Carbon.framework */,
    126				6E7629D50C845B0E2DF27603 /* ForceFeedback.framework */,
    127				3D8D0094770E755A149D738A /* CoreFoundation.framework */,
    128				7061781356DF74BA7B237006 /* OpenGL.framework */,
    129			);
    130			name = "Frameworks";
    131			sourceTree = "<group>";
    132		};
    133		1A9A2CC746EF074819147013 /* Products */ = {
    134			isa = PBXGroup;
    135			children = (
    136				0D926DF4640E0E9F783911A8 /* testnative */,
    137			);
    138			name = "Products";
    139			sourceTree = "<group>";
    140		};
    141		0F6539B53F4A4F2651E470AF /* Projects */ = {
    142			isa = PBXGroup;
    143			children = (
    144				7ED026D100095D0D18BD4051 /* SDL2main.xcodeproj */,
    145				2950670A4677313F2FF316E4 /* SDL2.xcodeproj */,
    146			);
    147			name = "Projects";
    148			sourceTree = "<group>";
    149		};
    150		725A2D5E32C078CE504C3C61 /* Products */ = {
    151			isa = PBXGroup;
    152			children = (
    153				40DA60C67C1300EF5B1838BA /* libSDL2main.a */,
    154			);
    155			name = Products;
    156			sourceTree = "<group>";
    157		};
    158		5EE66A6330A730AB30CA3133 /* Products */ = {
    159			isa = PBXGroup;
    160			children = (
    161				7DCC0E6E045C707338B77A34 /* libSDL2.a */,
    162			);
    163			name = Products;
    164			sourceTree = "<group>";
    165		};
    166/* End PBXGroup section */
    167
    168/* Begin PBXNativeTarget section */
    169		42D82EF966E007C60AD159EA /* testnative */ = {
    170			isa = PBXNativeTarget;
    171			buildConfigurationList = 4EF95E4A743605676714614B /* Build configuration list for PBXNativeTarget "testnative" */;
    172			buildPhases = (
    173				200B45E75C6636E46DB91829 /* Resources */,
    174				68E85E5734AC2ED06161420A /* Sources */,
    175				373900501DE06E5C026B626E /* Frameworks */,
    176				9607AE3710C85E8F00CD1376 /* Postbuild */,
    177			);
    178			buildRules = (
    179			);
    180			dependencies = (
    181				551212EB306B4C5701755CAB /* PBXTargetDependency */,
    182				20ED52B908931F992E0363EC /* PBXTargetDependency */,
    183			);
    184			name = "testnative";
    185			productInstallPath = "$(HOME)/bin";
    186			productName = "testnative";
    187			productReference = 0D926DF4640E0E9F783911A8 /* testnative */;
    188			productType = "com.apple.product-type.tool";
    189		};
    190/* End PBXNativeTarget section */
    191
    192/* Begin PBXProject section */
    193		08FB7793FE84155DC02AAC07 /* Project object */ = {
    194			isa = PBXProject;
    195			buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testnative" */;
    196			compatibilityVersion = "Xcode 3.2";
    197			hasScannedForEncodings = 1;
    198			mainGroup = 4ADA31FF6F7A5AB540AB2A7C /* testnative */;
    199			projectDirPath = "";
    200			projectReferences = (
    201				{
    202					ProductGroup = 725A2D5E32C078CE504C3C61 /* Products */;
    203					ProjectRef = 7ED026D100095D0D18BD4051 /* SDL2main.xcodeproj */;
    204				},
    205				{
    206					ProductGroup = 5EE66A6330A730AB30CA3133 /* Products */;
    207					ProjectRef = 2950670A4677313F2FF316E4 /* SDL2.xcodeproj */;
    208				},
    209			);
    210			projectRoot = "";
    211			targets = (
    212				42D82EF966E007C60AD159EA /* testnative */,
    213			);
    214		};
    215/* End PBXProject section */
    216
    217/* Begin PBXReferenceProxy section */
    218		40DA60C67C1300EF5B1838BA /* libSDL2main.a */ = {
    219			isa = PBXReferenceProxy;
    220			fileType = archive.ar;
    221			path = "Build/Debug/libSDL2main.a";
    222			remoteRef = 2735469863225AF730987CB3 /* PBXContainerItemProxy */;
    223			sourceTree = BUILT_PRODUCTS_DIR;
    224		};
    225		7DCC0E6E045C707338B77A34 /* libSDL2.a */ = {
    226			isa = PBXReferenceProxy;
    227			fileType = archive.ar;
    228			path = "Build/Debug/libSDL2.a";
    229			remoteRef = 3E3252EC174805026BC969CB /* PBXContainerItemProxy */;
    230			sourceTree = BUILT_PRODUCTS_DIR;
    231		};
    232/* End PBXReferenceProxy section */
    233
    234/* Begin PBXResourcesBuildPhase section */
    235		200B45E75C6636E46DB91829 /* Resources */ = {
    236			isa = PBXResourcesBuildPhase;
    237			buildActionMask = 2147483647;
    238			files = (
    239			);
    240			runOnlyForDeploymentPostprocessing = 0;
    241		};
    242/* End PBXResourcesBuildPhase section */
    243
    244/* Begin PBXShellScriptBuildPhase section */
    245		9607AE3710C85E8F00CD1376 /* Postbuild */ = {
    246			isa = PBXShellScriptBuildPhase;
    247			buildActionMask = 2147483647;
    248			files = (
    249			);
    250			inputPaths = (
    251			);
    252			name = Postbuild;
    253			outputPaths = (
    254			);
    255			runOnlyForDeploymentPostprocessing = 0;
    256			shellPath = /bin/sh;
    257			shellScript = "if [ \"${CONFIGURATION}\" = \"Debug Universal\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\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/icon.bmp\" \"./Build/Debug/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Universal\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\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/icon.bmp\" \"./Build/Release/icon.bmp\"\nfi";
    258		};
    259/* End PBXShellScriptBuildPhase section */
    260/* Begin PBXSourcesBuildPhase section */
    261		68E85E5734AC2ED06161420A /* Sources */ = {
    262			isa = PBXSourcesBuildPhase;
    263			buildActionMask = 2147483647;
    264			files = (
    265				5EC212E30AED603F72156F79 /* testnative.c in Sources */,
    266				54C15326088436A9230D5110 /* testnativecocoa.m in Sources */,
    267			);
    268			runOnlyForDeploymentPostprocessing = 0;
    269		};
    270/* End PBXSourcesBuildPhase section */
    271
    272/* Begin PBXVariantGroup section */
    273/* End PBXVariantGroup section */
    274
    275/* Begin PBXTargetDependency section */
    276		551212EB306B4C5701755CAB /* PBXTargetDependency */ = {
    277			isa = PBXTargetDependency;
    278			name = "libSDL2main.a";
    279			targetProxy = 01C352BF24C13C2215AB3050 /* PBXContainerItemProxy */;
    280		};
    281		20ED52B908931F992E0363EC /* PBXTargetDependency */ = {
    282			isa = PBXTargetDependency;
    283			name = "libSDL2.a";
    284			targetProxy = 170A1F2539EA4C7A6C3C69FA /* PBXContainerItemProxy */;
    285		};
    286/* End PBXTargetDependency section */
    287
    288/* Begin XCBuildConfiguration section */
    289		5F8D5EDA7589112E1FB214A7 /* Debug Universal */ = {
    290			isa = XCBuildConfiguration;
    291			buildSettings = {
    292				ALWAYS_SEARCH_USER_PATHS = NO;
    293				CONFIGURATION_BUILD_DIR = Build/Debug;
    294				GCC_DYNAMIC_NO_PIC = NO;
    295				GCC_MODEL_TUNING = G5;
    296				INSTALL_PATH = /usr/local/bin;
    297				PRODUCT_NAME = "testnative";
    298			};
    299			name = "Debug Universal";
    300		};
    301		64EB32DB64506BDC5F3F42EB /* Debug Native */ = {
    302			isa = XCBuildConfiguration;
    303			buildSettings = {
    304				ALWAYS_SEARCH_USER_PATHS = NO;
    305				CONFIGURATION_BUILD_DIR = Build/Debug;
    306				GCC_DYNAMIC_NO_PIC = NO;
    307				GCC_MODEL_TUNING = G5;
    308				INSTALL_PATH = /usr/local/bin;
    309				PRODUCT_NAME = "testnative";
    310			};
    311			name = "Debug Native";
    312		};
    313		395F4A027F9D310E1C6D449E /* Release Universal */ = {
    314			isa = XCBuildConfiguration;
    315			buildSettings = {
    316				ALWAYS_SEARCH_USER_PATHS = NO;
    317				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
    318				CONFIGURATION_BUILD_DIR = Build/Release;
    319				GCC_DYNAMIC_NO_PIC = NO;
    320				GCC_MODEL_TUNING = G5;
    321				INSTALL_PATH = /usr/local/bin;
    322				PRODUCT_NAME = "testnative";
    323			};
    324			name = "Release Universal";
    325		};
    326		23BA406F6A802F5313C16D3D /* Release Native */ = {
    327			isa = XCBuildConfiguration;
    328			buildSettings = {
    329				ALWAYS_SEARCH_USER_PATHS = NO;
    330				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
    331				CONFIGURATION_BUILD_DIR = Build/Release;
    332				GCC_DYNAMIC_NO_PIC = NO;
    333				GCC_MODEL_TUNING = G5;
    334				INSTALL_PATH = /usr/local/bin;
    335				PRODUCT_NAME = "testnative";
    336			};
    337			name = "Release Native";
    338		};
    339		702334BF761E35DC10EE09ED /* Debug Universal */ = {
    340			isa = XCBuildConfiguration;
    341			buildSettings = {
    342				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
    343				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    344				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    345				COPY_PHASE_STRIP = NO;
    346				GCC_C_LANGUAGE_STANDARD = gnu99;
    347				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    348				GCC_ENABLE_FIX_AND_CONTINUE = YES;
    349				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    350				GCC_OPTIMIZATION_LEVEL = 0;
    351				GCC_PREPROCESSOR_DEFINITIONS = (
    352					"USING_PREMAKE_CONFIG_H",
    353					"_DEBUG",
    354				);
    355				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    356				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    357				GCC_WARN_UNUSED_VARIABLE = YES;
    358				HEADER_SEARCH_PATHS = (
    359					"../..",
    360					"../../../../../include",
    361				);
    362				OBJROOT = "obj/Universal/Debug";
    363				ONLY_ACTIVE_ARCH = YES;
    364				SYMROOT = "Build/Debug";
    365			};
    366			name = "Debug Universal";
    367		};
    368		0AF518B073C802B9001B02A9 /* Debug Native */ = {
    369			isa = XCBuildConfiguration;
    370			buildSettings = {
    371				ARCHS = "$(NATIVE_ARCH_ACTUAL)";
    372				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    373				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    374				COPY_PHASE_STRIP = NO;
    375				GCC_C_LANGUAGE_STANDARD = gnu99;
    376				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    377				GCC_ENABLE_FIX_AND_CONTINUE = YES;
    378				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    379				GCC_OPTIMIZATION_LEVEL = 0;
    380				GCC_PREPROCESSOR_DEFINITIONS = (
    381					"USING_PREMAKE_CONFIG_H",
    382					"_DEBUG",
    383				);
    384				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    385				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    386				GCC_WARN_UNUSED_VARIABLE = YES;
    387				HEADER_SEARCH_PATHS = (
    388					"../..",
    389					"../../../../../include",
    390				);
    391				OBJROOT = "obj/Debug";
    392				ONLY_ACTIVE_ARCH = YES;
    393				SYMROOT = "Build/Debug";
    394			};
    395			name = "Debug Native";
    396		};
    397		1EF44D5D482E57B747E4508A /* Release Universal */ = {
    398			isa = XCBuildConfiguration;
    399			buildSettings = {
    400				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
    401				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    402				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    403				GCC_C_LANGUAGE_STANDARD = gnu99;
    404				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    405				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    406				GCC_OPTIMIZATION_LEVEL = 3;
    407				GCC_PREPROCESSOR_DEFINITIONS = (
    408					"USING_PREMAKE_CONFIG_H",
    409					"NDEBUG",
    410				);
    411				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    412				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    413				GCC_WARN_UNUSED_VARIABLE = YES;
    414				HEADER_SEARCH_PATHS = (
    415					"../..",
    416					"../../../../../include",
    417				);
    418				OBJROOT = "obj/Universal/Release";
    419				ONLY_ACTIVE_ARCH = NO;
    420				SYMROOT = "Build/Release";
    421			};
    422			name = "Release Universal";
    423		};
    424		4C9C187221FC3B8926A8741E /* Release Native */ = {
    425			isa = XCBuildConfiguration;
    426			buildSettings = {
    427				ARCHS = "$(NATIVE_ARCH_ACTUAL)";
    428				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    429				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    430				GCC_C_LANGUAGE_STANDARD = gnu99;
    431				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    432				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    433				GCC_OPTIMIZATION_LEVEL = 3;
    434				GCC_PREPROCESSOR_DEFINITIONS = (
    435					"USING_PREMAKE_CONFIG_H",
    436					"NDEBUG",
    437				);
    438				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    439				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    440				GCC_WARN_UNUSED_VARIABLE = YES;
    441				HEADER_SEARCH_PATHS = (
    442					"../..",
    443					"../../../../../include",
    444				);
    445				OBJROOT = "obj/Release";
    446				ONLY_ACTIVE_ARCH = NO;
    447				SYMROOT = "Build/Release";
    448			};
    449			name = "Release Native";
    450		};
    451/* End XCBuildConfiguration section */
    452
    453/* Begin XCConfigurationList section */
    454		4EF95E4A743605676714614B /* Build configuration list for PBXNativeTarget "testnative" */ = {
    455			isa = XCConfigurationList;
    456			buildConfigurations = (
    457				5F8D5EDA7589112E1FB214A7 /* Debug Universal */,
    458				64EB32DB64506BDC5F3F42EB /* Debug Native */,
    459				395F4A027F9D310E1C6D449E /* Release Universal */,
    460				23BA406F6A802F5313C16D3D /* Release Native */,
    461			);
    462			defaultConfigurationIsVisible = 0;
    463			defaultConfigurationName = "Debug Universal";
    464		};
    465		1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testnative" */ = {
    466			isa = XCConfigurationList;
    467			buildConfigurations = (
    468				702334BF761E35DC10EE09ED /* Debug Universal */,
    469				0AF518B073C802B9001B02A9 /* Debug Native */,
    470				1EF44D5D482E57B747E4508A /* Release Universal */,
    471				4C9C187221FC3B8926A8741E /* Release Native */,
    472			);
    473			defaultConfigurationIsVisible = 0;
    474			defaultConfigurationName = "Debug Universal";
    475		};
    476/* End XCConfigurationList section */
    477
    478	};
    479	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
    480}