cscg22-gearboy

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

project.pbxproj (7149B)


      1// !$*UTF8*$!
      2{
      3	archiveVersion = 1;
      4	classes = {
      5	};
      6	objectVersion = 45;
      7	objects = {
      8
      9/* Begin PBXBuildFile section */
     10		6A47770C5EF950855C473DE4 /* SDL_dummy_main.c in Sources */ = {isa = PBXBuildFile; fileRef = 548E78363EA76CBB7C9D647D /* SDL_dummy_main.c */; };
     11/* End PBXBuildFile section */
     12
     13/* Begin PBXFileReference section */
     14		548E78363EA76CBB7C9D647D /* SDL_dummy_main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "SDL_dummy_main.c"; path = "../../../src/main/dummy/SDL_dummy_main.c"; sourceTree = "<group>"; };
     15		5E5C7A9A4A341C0E5B2D6CDA /* libSDL2main.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libSDL2main.a"; path = "libSDL2main.a"; sourceTree = BUILT_PRODUCTS_DIR; };
     16/* End PBXFileReference section */
     17
     18/* Begin PBXFrameworksBuildPhase section */
     19		450B55DB505267192316799F /* Frameworks */ = {
     20			isa = PBXFrameworksBuildPhase;
     21			buildActionMask = 2147483647;
     22			files = (
     23			);
     24			runOnlyForDeploymentPostprocessing = 0;
     25		};
     26/* End PBXFrameworksBuildPhase section */
     27
     28/* Begin PBXGroup section */
     29		24A248A70B67298D6C2C6433 /* SDL2main */ = {
     30			isa = PBXGroup;
     31			children = (
     32				0F4A74990FAF59563DCE2840 /* src */,
     33				4DF93DED3B1F1CF603EE2961 /* Products */,
     34			);
     35			name = "SDL2main";
     36			sourceTree = "<group>";
     37		};
     38		0F4A74990FAF59563DCE2840 /* src */ = {
     39			isa = PBXGroup;
     40			children = (
     41				23932A2D1F2210D87B842AED /* main */,
     42			);
     43			name = "src";
     44			sourceTree = "<group>";
     45		};
     46		23932A2D1F2210D87B842AED /* main */ = {
     47			isa = PBXGroup;
     48			children = (
     49				38FB10B773C32C6E1FD240A6 /* dummy */,
     50			);
     51			name = "main";
     52			sourceTree = "<group>";
     53		};
     54		38FB10B773C32C6E1FD240A6 /* dummy */ = {
     55			isa = PBXGroup;
     56			children = (
     57				548E78363EA76CBB7C9D647D /* SDL_dummy_main.c */,
     58			);
     59			name = "dummy";
     60			sourceTree = "<group>";
     61		};
     62		4DF93DED3B1F1CF603EE2961 /* Products */ = {
     63			isa = PBXGroup;
     64			children = (
     65				5E5C7A9A4A341C0E5B2D6CDA /* libSDL2main.a */,
     66			);
     67			name = "Products";
     68			sourceTree = "<group>";
     69		};
     70/* End PBXGroup section */
     71
     72/* Begin PBXNativeTarget section */
     73		03EA2B934468123B74107F68 /* SDL2main */ = {
     74			isa = PBXNativeTarget;
     75			buildConfigurationList = 253743B11B001E914B5D598A /* Build configuration list for PBXNativeTarget "SDL2main" */;
     76			buildPhases = (
     77				2478641F57CA13393B9D590C /* Resources */,
     78				2646786734062B0C5FFE3108 /* Sources */,
     79				450B55DB505267192316799F /* Frameworks */,
     80			);
     81			buildRules = (
     82			);
     83			dependencies = (
     84			);
     85			name = "SDL2main";
     86			productName = "SDL2main";
     87			productReference = 5E5C7A9A4A341C0E5B2D6CDA /* libSDL2main.a */;
     88			productType = "com.apple.product-type.library.static";
     89		};
     90/* End PBXNativeTarget section */
     91
     92/* Begin PBXProject section */
     93		08FB7793FE84155DC02AAC07 /* Project object */ = {
     94			isa = PBXProject;
     95			buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "SDL2main" */;
     96			compatibilityVersion = "Xcode 3.2";
     97			hasScannedForEncodings = 1;
     98			mainGroup = 24A248A70B67298D6C2C6433 /* SDL2main */;
     99			projectDirPath = "";
    100			projectRoot = "";
    101			targets = (
    102				03EA2B934468123B74107F68 /* libSDL2main.a */,
    103			);
    104		};
    105/* End PBXProject section */
    106
    107/* Begin PBXResourcesBuildPhase section */
    108		2478641F57CA13393B9D590C /* Resources */ = {
    109			isa = PBXResourcesBuildPhase;
    110			buildActionMask = 2147483647;
    111			files = (
    112			);
    113			runOnlyForDeploymentPostprocessing = 0;
    114		};
    115/* End PBXResourcesBuildPhase section */
    116
    117/* Begin PBXSourcesBuildPhase section */
    118		2646786734062B0C5FFE3108 /* Sources */ = {
    119			isa = PBXSourcesBuildPhase;
    120			buildActionMask = 2147483647;
    121			files = (
    122				6A47770C5EF950855C473DE4 /* SDL_dummy_main.c in Sources */,
    123			);
    124			runOnlyForDeploymentPostprocessing = 0;
    125		};
    126/* End PBXSourcesBuildPhase section */
    127
    128/* Begin PBXVariantGroup section */
    129/* End PBXVariantGroup section */
    130
    131/* Begin XCBuildConfiguration section */
    132		25220E52501602BA417227AC /* Debug */ = {
    133			isa = XCBuildConfiguration;
    134			buildSettings = {
    135				ALWAYS_SEARCH_USER_PATHS = NO;
    136				CONFIGURATION_BUILD_DIR = Build/Debug;
    137				GCC_DYNAMIC_NO_PIC = NO;
    138				GCC_MODEL_TUNING = G5;
    139				INSTALL_PATH = /usr/local/lib;
    140				PRODUCT_NAME = "SDL2main";
    141			};
    142			name = "Debug";
    143		};
    144		7EE30A225C264A274EA54353 /* Release */ = {
    145			isa = XCBuildConfiguration;
    146			buildSettings = {
    147				ALWAYS_SEARCH_USER_PATHS = NO;
    148				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
    149				CONFIGURATION_BUILD_DIR = Build/Release;
    150				GCC_DYNAMIC_NO_PIC = NO;
    151				GCC_MODEL_TUNING = G5;
    152				INSTALL_PATH = /usr/local/lib;
    153				PRODUCT_NAME = "SDL2main";
    154			};
    155			name = "Release";
    156		};
    157		25A70ED1565647744E791094 /* Debug */ = {
    158			isa = XCBuildConfiguration;
    159			buildSettings = {
    160				ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
    161				SDKROOT = iphoneos;
    162				CODE_SIGN_IDENTITY = "iPhone Developer";
    163				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    164				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    165				COPY_PHASE_STRIP = NO;
    166				GCC_C_LANGUAGE_STANDARD = gnu99;
    167				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    168				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    169				GCC_OPTIMIZATION_LEVEL = 0;
    170				GCC_PREPROCESSOR_DEFINITIONS = (
    171					"USING_PREMAKE_CONFIG_H",
    172					"_DEBUG",
    173				);
    174				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    175				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    176				GCC_WARN_UNUSED_VARIABLE = YES;
    177				HEADER_SEARCH_PATHS = (
    178					"..",
    179					"../../../include",
    180				);
    181				OBJROOT = "obj/iOS/Debug";
    182				ONLY_ACTIVE_ARCH = YES;
    183				SYMROOT = "Build/Debug";
    184			};
    185			name = "Debug";
    186		};
    187		1A8A11CE1AAA3BF8562F4099 /* Release */ = {
    188			isa = XCBuildConfiguration;
    189			buildSettings = {
    190				ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
    191				SDKROOT = iphoneos;
    192				CODE_SIGN_IDENTITY = "iPhone Developer";
    193				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    194				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    195				GCC_C_LANGUAGE_STANDARD = gnu99;
    196				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    197				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    198				GCC_OPTIMIZATION_LEVEL = 3;
    199				GCC_PREPROCESSOR_DEFINITIONS = (
    200					"USING_PREMAKE_CONFIG_H",
    201					"NDEBUG",
    202				);
    203				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    204				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    205				GCC_WARN_UNUSED_VARIABLE = YES;
    206				HEADER_SEARCH_PATHS = (
    207					"..",
    208					"../../../include",
    209				);
    210				OBJROOT = "obj/iOS/Release";
    211				ONLY_ACTIVE_ARCH = NO;
    212				SYMROOT = "Build/Release";
    213			};
    214			name = "Release";
    215		};
    216/* End XCBuildConfiguration section */
    217
    218/* Begin XCConfigurationList section */
    219		253743B11B001E914B5D598A /* Build configuration list for PBXNativeTarget "libSDL2main.a" */ = {
    220			isa = XCConfigurationList;
    221			buildConfigurations = (
    222				25220E52501602BA417227AC /* Debug */,
    223				7EE30A225C264A274EA54353 /* Release */,
    224			);
    225			defaultConfigurationIsVisible = 0;
    226			defaultConfigurationName = "Debug";
    227		};
    228		1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "SDL2main" */ = {
    229			isa = XCConfigurationList;
    230			buildConfigurations = (
    231				25A70ED1565647744E791094 /* Debug */,
    232				1A8A11CE1AAA3BF8562F4099 /* Release */,
    233			);
    234			defaultConfigurationIsVisible = 0;
    235			defaultConfigurationName = "Debug";
    236		};
    237/* End XCConfigurationList section */
    238
    239	};
    240	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
    241}