cscg22-gearboy

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

project.pbxproj (14815B)


      1// !$*UTF8*$!
      2{
      3	archiveVersion = 1;
      4	classes = {
      5	};
      6	objectVersion = 45;
      7	objects = {
      8
      9/* Begin PBXBuildFile section */
     10		43587E112FDE41E3486A5141 /* icon.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 67E105821F9D19C248BF17B6 /* icon.bmp */; };
     11		2F5A7AB72FA52C3D029335B6 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = 49AD32CF351438B316C15B7A /* common.c */; };
     12		66455D1E7E3179156E546AA8 /* happy.c in Sources */ = {isa = PBXBuildFile; fileRef = 1F0270E77CC100E968633EBA /* happy.c */; };
     13		04CE7E9842C4612763496460 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C147BCA187412202A676460 /* AudioToolbox.framework */; };
     14		5DC8148934C32F3407541C0F /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DDB080C0C872DF96CEE0B62 /* QuartzCore.framework */; };
     15		039E2FCB749D2AE6705435A4 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B210870772357A20E4576EE /* OpenGLES.framework */; };
     16		263A59BA6D20796421AC3870 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 603E37DB4001230953C943FD /* CoreGraphics.framework */; };
     17		7E2000C447ED370218691A83 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 49C87CB0268927E071506CEA /* UIKit.framework */; };
     18		081D5E427A420BEA66DF6129 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 489C1A076394164C7F853083 /* Foundation.framework */; };
     19		65AC30DF305741C6521420A7 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7AF1729947305D7E10DA777D /* CoreAudio.framework */; };
     20		424C13DC60653FEE6370536B /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 327333F1228F1B0D0A582BEC /* libSDL2.a */; };
     21/* End PBXBuildFile section */
     22
     23/* Begin PBXContainerItemProxy section */
     24		73DD36916E01179F50147B85 /* PBXContainerItemProxy */ = {
     25			isa = PBXContainerItemProxy;
     26			containerPortal = 45B64B000539221732843506 /* SDL2.xcodeproj */;
     27			proxyType = 2;
     28			remoteGlobalIDString = 224D2C85085A7BA60E532655;
     29			remoteInfo = "libSDL2.a";
     30		};
     31		6D92213A249742C860667923 /* PBXContainerItemProxy */ = {
     32			isa = PBXContainerItemProxy;
     33			containerPortal = 45B64B000539221732843506 /* SDL2.xcodeproj */;
     34			proxyType = 1;
     35			remoteGlobalIDString = 515D4C462ACD2DA8180E7783;
     36			remoteInfo = "libSDL2.a";
     37		};
     38/* End PBXContainerItemProxy section */
     39
     40/* Begin PBXFileReference section */
     41		4E8504577F0B2DC43C2073B9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Info.plist"; path = "../../../../Xcode-iOS/Demos/Info.plist"; sourceTree = "<group>"; };
     42		67E105821F9D19C248BF17B6 /* icon.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; name = "icon.bmp"; path = "../../../../Xcode-iOS/Demos/data/icon.bmp"; sourceTree = "<group>"; };
     43		49AD32CF351438B316C15B7A /* common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "common.c"; path = "../../../../Xcode-iOS/Demos/src/common.c"; sourceTree = "<group>"; };
     44		4346585005E47029491C60D0 /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "common.h"; path = "../../../../Xcode-iOS/Demos/src/common.h"; sourceTree = "<group>"; };
     45		1F0270E77CC100E968633EBA /* happy.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "happy.c"; path = "../../../../Xcode-iOS/Demos/src/happy.c"; sourceTree = "<group>"; };
     46		2C147BCA187412202A676460 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "SDKROOT"; };
     47		5DDB080C0C872DF96CEE0B62 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "QuartzCore.framework"; path = "System/Library/Frameworks/QuartzCore.framework"; sourceTree = "SDKROOT"; };
     48		3B210870772357A20E4576EE /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGLES.framework"; path = "System/Library/Frameworks/OpenGLES.framework"; sourceTree = "SDKROOT"; };
     49		603E37DB4001230953C943FD /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreGraphics.framework"; path = "System/Library/Frameworks/CoreGraphics.framework"; sourceTree = "SDKROOT"; };
     50		49C87CB0268927E071506CEA /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "UIKit.framework"; path = "System/Library/Frameworks/UIKit.framework"; sourceTree = "SDKROOT"; };
     51		489C1A076394164C7F853083 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Foundation.framework"; path = "System/Library/Frameworks/Foundation.framework"; sourceTree = "SDKROOT"; };
     52		7AF1729947305D7E10DA777D /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "System/Library/Frameworks/CoreAudio.framework"; sourceTree = "SDKROOT"; };
     53		65F833BA06B514AD0EE36218 /* happy */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = "happy"; path = "happy"; sourceTree = BUILT_PRODUCTS_DIR; };
     54		45B64B000539221732843506 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
     55/* End PBXFileReference section */
     56
     57/* Begin PBXFrameworksBuildPhase section */
     58		42BC7BB86D0D2AE72C3C307D /* Frameworks */ = {
     59			isa = PBXFrameworksBuildPhase;
     60			buildActionMask = 2147483647;
     61			files = (
     62				04CE7E9842C4612763496460 /* AudioToolbox.framework in Frameworks */,
     63				5DC8148934C32F3407541C0F /* QuartzCore.framework in Frameworks */,
     64				039E2FCB749D2AE6705435A4 /* OpenGLES.framework in Frameworks */,
     65				263A59BA6D20796421AC3870 /* CoreGraphics.framework in Frameworks */,
     66				7E2000C447ED370218691A83 /* UIKit.framework in Frameworks */,
     67				081D5E427A420BEA66DF6129 /* Foundation.framework in Frameworks */,
     68				65AC30DF305741C6521420A7 /* CoreAudio.framework in Frameworks */,
     69				424C13DC60653FEE6370536B /* libSDL2.a in Frameworks */,
     70			);
     71			runOnlyForDeploymentPostprocessing = 0;
     72		};
     73/* End PBXFrameworksBuildPhase section */
     74
     75/* Begin PBXGroup section */
     76		3555679049400DAA17916DD7 /* happy */ = {
     77			isa = PBXGroup;
     78			children = (
     79				7CFE361B495F31F009A616F6 /* Xcode-iOS */,
     80				532F72873A65662513E35533 /* Frameworks */,
     81				343C7E606DE365001C7D0B84 /* Products */,
     82				20D87CCB7D1E6AC128B72992 /* Projects */,
     83			);
     84			name = "happy";
     85			sourceTree = "<group>";
     86		};
     87		7CFE361B495F31F009A616F6 /* Xcode-iOS */ = {
     88			isa = PBXGroup;
     89			children = (
     90				224D240956AC3D2636C95904 /* Demos */,
     91			);
     92			name = "Xcode-iOS";
     93			sourceTree = "<group>";
     94		};
     95		224D240956AC3D2636C95904 /* Demos */ = {
     96			isa = PBXGroup;
     97			children = (
     98				4E8504577F0B2DC43C2073B9 /* Info.plist */,
     99				1EEF027C57A725660BCF6FB9 /* data */,
    100				1F3D1DBD7857554A0C1C1965 /* src */,
    101			);
    102			name = "Demos";
    103			sourceTree = "<group>";
    104		};
    105		1EEF027C57A725660BCF6FB9 /* data */ = {
    106			isa = PBXGroup;
    107			children = (
    108				67E105821F9D19C248BF17B6 /* icon.bmp */,
    109			);
    110			name = "data";
    111			sourceTree = "<group>";
    112		};
    113		1F3D1DBD7857554A0C1C1965 /* src */ = {
    114			isa = PBXGroup;
    115			children = (
    116				49AD32CF351438B316C15B7A /* common.c */,
    117				4346585005E47029491C60D0 /* common.h */,
    118				1F0270E77CC100E968633EBA /* happy.c */,
    119			);
    120			name = "src";
    121			sourceTree = "<group>";
    122		};
    123		532F72873A65662513E35533 /* Frameworks */ = {
    124			isa = PBXGroup;
    125			children = (
    126				2C147BCA187412202A676460 /* AudioToolbox.framework */,
    127				5DDB080C0C872DF96CEE0B62 /* QuartzCore.framework */,
    128				3B210870772357A20E4576EE /* OpenGLES.framework */,
    129				603E37DB4001230953C943FD /* CoreGraphics.framework */,
    130				49C87CB0268927E071506CEA /* UIKit.framework */,
    131				489C1A076394164C7F853083 /* Foundation.framework */,
    132				7AF1729947305D7E10DA777D /* CoreAudio.framework */,
    133			);
    134			name = "Frameworks";
    135			sourceTree = "<group>";
    136		};
    137		343C7E606DE365001C7D0B84 /* Products */ = {
    138			isa = PBXGroup;
    139			children = (
    140				65F833BA06B514AD0EE36218 /* happy */,
    141			);
    142			name = "Products";
    143			sourceTree = "<group>";
    144		};
    145		20D87CCB7D1E6AC128B72992 /* Projects */ = {
    146			isa = PBXGroup;
    147			children = (
    148				45B64B000539221732843506 /* SDL2.xcodeproj */,
    149			);
    150			name = "Projects";
    151			sourceTree = "<group>";
    152		};
    153		452A4F211058019E46671F0C /* Products */ = {
    154			isa = PBXGroup;
    155			children = (
    156				327333F1228F1B0D0A582BEC /* libSDL2.a */,
    157			);
    158			name = Products;
    159			sourceTree = "<group>";
    160		};
    161/* End PBXGroup section */
    162
    163/* Begin PBXNativeTarget section */
    164		2CAD44D858E6037A6F811B90 /* happy */ = {
    165			isa = PBXNativeTarget;
    166			buildConfigurationList = 233F10BA36C35A146C6A4B3E /* Build configuration list for PBXNativeTarget "happy" */;
    167			buildPhases = (
    168				779B1C3D74C34A815E3A3F7E /* Resources */,
    169				059733C83C381D451EFA5F5A /* Sources */,
    170				42BC7BB86D0D2AE72C3C307D /* Frameworks */,
    171			);
    172			buildRules = (
    173			);
    174			dependencies = (
    175				1F023F2F3EDE66E20BCC17E1 /* PBXTargetDependency */,
    176			);
    177			name = "happy";
    178			productInstallPath = "$(HOME)/Applications";
    179			productName = "happy";
    180			productReference = 65F833BA06B514AD0EE36218 /* happy */;
    181			productType = "com.apple.product-type.application";
    182		};
    183/* End PBXNativeTarget section */
    184
    185/* Begin PBXProject section */
    186		08FB7793FE84155DC02AAC07 /* Project object */ = {
    187			isa = PBXProject;
    188			buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "happy" */;
    189			compatibilityVersion = "Xcode 3.2";
    190			hasScannedForEncodings = 1;
    191			mainGroup = 3555679049400DAA17916DD7 /* happy */;
    192			projectDirPath = "";
    193			projectReferences = (
    194				{
    195					ProductGroup = 452A4F211058019E46671F0C /* Products */;
    196					ProjectRef = 45B64B000539221732843506 /* SDL2.xcodeproj */;
    197				},
    198			);
    199			projectRoot = "";
    200			targets = (
    201				2CAD44D858E6037A6F811B90 /* happy */,
    202			);
    203		};
    204/* End PBXProject section */
    205
    206/* Begin PBXReferenceProxy section */
    207		327333F1228F1B0D0A582BEC /* libSDL2.a */ = {
    208			isa = PBXReferenceProxy;
    209			fileType = archive.ar;
    210			path = "Build/Debug/libSDL2.a";
    211			remoteRef = 73DD36916E01179F50147B85 /* PBXContainerItemProxy */;
    212			sourceTree = BUILT_PRODUCTS_DIR;
    213		};
    214/* End PBXReferenceProxy section */
    215
    216/* Begin PBXResourcesBuildPhase section */
    217		779B1C3D74C34A815E3A3F7E /* Resources */ = {
    218			isa = PBXResourcesBuildPhase;
    219			buildActionMask = 2147483647;
    220			files = (
    221				43587E112FDE41E3486A5141 /* icon.bmp in Resources */,
    222			);
    223			runOnlyForDeploymentPostprocessing = 0;
    224		};
    225/* End PBXResourcesBuildPhase section */
    226
    227/* Begin PBXSourcesBuildPhase section */
    228		059733C83C381D451EFA5F5A /* Sources */ = {
    229			isa = PBXSourcesBuildPhase;
    230			buildActionMask = 2147483647;
    231			files = (
    232				2F5A7AB72FA52C3D029335B6 /* common.c in Sources */,
    233				66455D1E7E3179156E546AA8 /* happy.c in Sources */,
    234			);
    235			runOnlyForDeploymentPostprocessing = 0;
    236		};
    237/* End PBXSourcesBuildPhase section */
    238
    239/* Begin PBXVariantGroup section */
    240/* End PBXVariantGroup section */
    241
    242/* Begin PBXTargetDependency section */
    243		1F023F2F3EDE66E20BCC17E1 /* PBXTargetDependency */ = {
    244			isa = PBXTargetDependency;
    245			name = "libSDL2.a";
    246			targetProxy = 6D92213A249742C860667923 /* PBXContainerItemProxy */;
    247		};
    248/* End PBXTargetDependency section */
    249
    250/* Begin XCBuildConfiguration section */
    251		563C339925F445BB2F1E01DB /* Debug */ = {
    252			isa = XCBuildConfiguration;
    253			buildSettings = {
    254				ALWAYS_SEARCH_USER_PATHS = NO;
    255				CONFIGURATION_BUILD_DIR = Build/Debug;
    256				GCC_DYNAMIC_NO_PIC = NO;
    257				GCC_MODEL_TUNING = G5;
    258				INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
    259				INSTALL_PATH = "$(HOME)/Applications";
    260				PRODUCT_NAME = "happy";
    261			};
    262			name = "Debug";
    263		};
    264		205A208D2C4F2495443E582F /* Release */ = {
    265			isa = XCBuildConfiguration;
    266			buildSettings = {
    267				ALWAYS_SEARCH_USER_PATHS = NO;
    268				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
    269				CONFIGURATION_BUILD_DIR = Build/Release;
    270				GCC_DYNAMIC_NO_PIC = NO;
    271				GCC_MODEL_TUNING = G5;
    272				INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
    273				INSTALL_PATH = "$(HOME)/Applications";
    274				PRODUCT_NAME = "happy";
    275			};
    276			name = "Release";
    277		};
    278		115846ED1EDF44EA13E06D02 /* Debug */ = {
    279			isa = XCBuildConfiguration;
    280			buildSettings = {
    281				ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
    282				SDKROOT = iphoneos;
    283				CODE_SIGN_IDENTITY = "iPhone Developer";
    284				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    285				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    286				COPY_PHASE_STRIP = NO;
    287				GCC_C_LANGUAGE_STANDARD = gnu99;
    288				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    289				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    290				GCC_OPTIMIZATION_LEVEL = 0;
    291				GCC_PREPROCESSOR_DEFINITIONS = (
    292					"USING_PREMAKE_CONFIG_H",
    293					"_DEBUG",
    294				);
    295				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    296				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    297				GCC_WARN_UNUSED_VARIABLE = YES;
    298				HEADER_SEARCH_PATHS = (
    299					"../..",
    300					"../../../../include",
    301				);
    302				OBJROOT = "obj/iOS/Debug";
    303				ONLY_ACTIVE_ARCH = YES;
    304				SYMROOT = "Build/Debug";
    305			};
    306			name = "Debug";
    307		};
    308		3536279D443370B3347E7CB6 /* Release */ = {
    309			isa = XCBuildConfiguration;
    310			buildSettings = {
    311				ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
    312				SDKROOT = iphoneos;
    313				CODE_SIGN_IDENTITY = "iPhone Developer";
    314				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    315				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    316				GCC_C_LANGUAGE_STANDARD = gnu99;
    317				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    318				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    319				GCC_OPTIMIZATION_LEVEL = 3;
    320				GCC_PREPROCESSOR_DEFINITIONS = (
    321					"USING_PREMAKE_CONFIG_H",
    322					"NDEBUG",
    323				);
    324				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    325				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    326				GCC_WARN_UNUSED_VARIABLE = YES;
    327				HEADER_SEARCH_PATHS = (
    328					"../..",
    329					"../../../../include",
    330				);
    331				OBJROOT = "obj/iOS/Release";
    332				ONLY_ACTIVE_ARCH = NO;
    333				SYMROOT = "Build/Release";
    334			};
    335			name = "Release";
    336		};
    337/* End XCBuildConfiguration section */
    338
    339/* Begin XCConfigurationList section */
    340		233F10BA36C35A146C6A4B3E /* Build configuration list for PBXNativeTarget "happy" */ = {
    341			isa = XCConfigurationList;
    342			buildConfigurations = (
    343				563C339925F445BB2F1E01DB /* Debug */,
    344				205A208D2C4F2495443E582F /* Release */,
    345			);
    346			defaultConfigurationIsVisible = 0;
    347			defaultConfigurationName = "Debug";
    348		};
    349		1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "happy" */ = {
    350			isa = XCConfigurationList;
    351			buildConfigurations = (
    352				115846ED1EDF44EA13E06D02 /* Debug */,
    353				3536279D443370B3347E7CB6 /* Release */,
    354			);
    355			defaultConfigurationIsVisible = 0;
    356			defaultConfigurationName = "Debug";
    357		};
    358/* End XCConfigurationList section */
    359
    360	};
    361	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
    362}