cscg22-gearboy

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

project.pbxproj (14829B)


      1// !$*UTF8*$!
      2{
      3	archiveVersion = 1;
      4	classes = {
      5	};
      6	objectVersion = 45;
      7	objects = {
      8
      9/* Begin PBXBuildFile section */
     10		44A5650B6BCF70612F3A3EED /* stroke.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 102B12A4027156F83A0D40AB /* stroke.bmp */; };
     11		31906B8700A178D233233F36 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = 02F347371F52568E12CF75FA /* common.c */; };
     12		2DAD6F6C37366013402423CD /* touch.c in Sources */ = {isa = PBXBuildFile; fileRef = 6D5059D32C6D47053C146426 /* touch.c */; };
     13		1FCF7B9250267C474FFF1317 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5EB40C466A044452147954FE /* AudioToolbox.framework */; };
     14		3F8614FA2BB9118010E402BD /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65156B5F67D37E3634D1353B /* QuartzCore.framework */; };
     15		4DE269AF156A670F15C76C20 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B790E684F1661FD3CDE50BD /* OpenGLES.framework */; };
     16		1B9025D4163C6DF452CB4B15 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BFD013C2EC12CDF6D7213E4 /* CoreGraphics.framework */; };
     17		1067012C0CF4170C465A4732 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0D4E119A347A3D9916C6457B /* UIKit.framework */; };
     18		250771553F7A720752E02B11 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 37FD4C8345287A1C74820723 /* Foundation.framework */; };
     19		57E9417D75CB142C653E02C3 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 059525A845FC5C9E20953252 /* CoreAudio.framework */; };
     20		6B1F7AF166A178AA61071706 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D931F88425701C078B07720 /* libSDL2.a */; };
     21/* End PBXBuildFile section */
     22
     23/* Begin PBXContainerItemProxy section */
     24		33B14F0C4EDF4A8D301C10A8 /* PBXContainerItemProxy */ = {
     25			isa = PBXContainerItemProxy;
     26			containerPortal = 73C70F1E01C8127431B70DD1 /* SDL2.xcodeproj */;
     27			proxyType = 2;
     28			remoteGlobalIDString = 224D2C85085A7BA60E532655;
     29			remoteInfo = "libSDL2.a";
     30		};
     31		1C2D50527874154867FC7A7A /* PBXContainerItemProxy */ = {
     32			isa = PBXContainerItemProxy;
     33			containerPortal = 73C70F1E01C8127431B70DD1 /* SDL2.xcodeproj */;
     34			proxyType = 1;
     35			remoteGlobalIDString = 515D4C462ACD2DA8180E7783;
     36			remoteInfo = "libSDL2.a";
     37		};
     38/* End PBXContainerItemProxy section */
     39
     40/* Begin PBXFileReference section */
     41		5D7268702730733A7D936748 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Info.plist"; path = "../../../../Xcode-iOS/Demos/Info.plist"; sourceTree = "<group>"; };
     42		102B12A4027156F83A0D40AB /* stroke.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; name = "stroke.bmp"; path = "../../../../Xcode-iOS/Demos/data/stroke.bmp"; sourceTree = "<group>"; };
     43		02F347371F52568E12CF75FA /* common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "common.c"; path = "../../../../Xcode-iOS/Demos/src/common.c"; sourceTree = "<group>"; };
     44		278274AA7EA5160202BE0835 /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "common.h"; path = "../../../../Xcode-iOS/Demos/src/common.h"; sourceTree = "<group>"; };
     45		6D5059D32C6D47053C146426 /* touch.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "touch.c"; path = "../../../../Xcode-iOS/Demos/src/touch.c"; sourceTree = "<group>"; };
     46		5EB40C466A044452147954FE /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "SDKROOT"; };
     47		65156B5F67D37E3634D1353B /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "QuartzCore.framework"; path = "System/Library/Frameworks/QuartzCore.framework"; sourceTree = "SDKROOT"; };
     48		4B790E684F1661FD3CDE50BD /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGLES.framework"; path = "System/Library/Frameworks/OpenGLES.framework"; sourceTree = "SDKROOT"; };
     49		2BFD013C2EC12CDF6D7213E4 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreGraphics.framework"; path = "System/Library/Frameworks/CoreGraphics.framework"; sourceTree = "SDKROOT"; };
     50		0D4E119A347A3D9916C6457B /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "UIKit.framework"; path = "System/Library/Frameworks/UIKit.framework"; sourceTree = "SDKROOT"; };
     51		37FD4C8345287A1C74820723 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Foundation.framework"; path = "System/Library/Frameworks/Foundation.framework"; sourceTree = "SDKROOT"; };
     52		059525A845FC5C9E20953252 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "System/Library/Frameworks/CoreAudio.framework"; sourceTree = "SDKROOT"; };
     53		79DA5CF10F7848015B0E7B10 /* touch */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = "touch"; path = "touch"; sourceTree = BUILT_PRODUCTS_DIR; };
     54		73C70F1E01C8127431B70DD1 /* 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		1DAD583D4ABE25DC3C232F7A /* Frameworks */ = {
     59			isa = PBXFrameworksBuildPhase;
     60			buildActionMask = 2147483647;
     61			files = (
     62				1FCF7B9250267C474FFF1317 /* AudioToolbox.framework in Frameworks */,
     63				3F8614FA2BB9118010E402BD /* QuartzCore.framework in Frameworks */,
     64				4DE269AF156A670F15C76C20 /* OpenGLES.framework in Frameworks */,
     65				1B9025D4163C6DF452CB4B15 /* CoreGraphics.framework in Frameworks */,
     66				1067012C0CF4170C465A4732 /* UIKit.framework in Frameworks */,
     67				250771553F7A720752E02B11 /* Foundation.framework in Frameworks */,
     68				57E9417D75CB142C653E02C3 /* CoreAudio.framework in Frameworks */,
     69				6B1F7AF166A178AA61071706 /* libSDL2.a in Frameworks */,
     70			);
     71			runOnlyForDeploymentPostprocessing = 0;
     72		};
     73/* End PBXFrameworksBuildPhase section */
     74
     75/* Begin PBXGroup section */
     76		492E166D57477FA478990772 /* touch */ = {
     77			isa = PBXGroup;
     78			children = (
     79				5C73413941CE7C1842690DE9 /* Xcode-iOS */,
     80				01AA4ABB3DF9507B6FCA472B /* Frameworks */,
     81				604E40BE080514F15A952943 /* Products */,
     82				05931ED004651CC60E5C655D /* Projects */,
     83			);
     84			name = "touch";
     85			sourceTree = "<group>";
     86		};
     87		5C73413941CE7C1842690DE9 /* Xcode-iOS */ = {
     88			isa = PBXGroup;
     89			children = (
     90				3D7B6D34290A516832BD26C9 /* Demos */,
     91			);
     92			name = "Xcode-iOS";
     93			sourceTree = "<group>";
     94		};
     95		3D7B6D34290A516832BD26C9 /* Demos */ = {
     96			isa = PBXGroup;
     97			children = (
     98				5D7268702730733A7D936748 /* Info.plist */,
     99				32253DCA52F637CC52874AE1 /* data */,
    100				61A878F7300F30FB49712375 /* src */,
    101			);
    102			name = "Demos";
    103			sourceTree = "<group>";
    104		};
    105		32253DCA52F637CC52874AE1 /* data */ = {
    106			isa = PBXGroup;
    107			children = (
    108				102B12A4027156F83A0D40AB /* stroke.bmp */,
    109			);
    110			name = "data";
    111			sourceTree = "<group>";
    112		};
    113		61A878F7300F30FB49712375 /* src */ = {
    114			isa = PBXGroup;
    115			children = (
    116				02F347371F52568E12CF75FA /* common.c */,
    117				278274AA7EA5160202BE0835 /* common.h */,
    118				6D5059D32C6D47053C146426 /* touch.c */,
    119			);
    120			name = "src";
    121			sourceTree = "<group>";
    122		};
    123		01AA4ABB3DF9507B6FCA472B /* Frameworks */ = {
    124			isa = PBXGroup;
    125			children = (
    126				5EB40C466A044452147954FE /* AudioToolbox.framework */,
    127				65156B5F67D37E3634D1353B /* QuartzCore.framework */,
    128				4B790E684F1661FD3CDE50BD /* OpenGLES.framework */,
    129				2BFD013C2EC12CDF6D7213E4 /* CoreGraphics.framework */,
    130				0D4E119A347A3D9916C6457B /* UIKit.framework */,
    131				37FD4C8345287A1C74820723 /* Foundation.framework */,
    132				059525A845FC5C9E20953252 /* CoreAudio.framework */,
    133			);
    134			name = "Frameworks";
    135			sourceTree = "<group>";
    136		};
    137		604E40BE080514F15A952943 /* Products */ = {
    138			isa = PBXGroup;
    139			children = (
    140				79DA5CF10F7848015B0E7B10 /* touch */,
    141			);
    142			name = "Products";
    143			sourceTree = "<group>";
    144		};
    145		05931ED004651CC60E5C655D /* Projects */ = {
    146			isa = PBXGroup;
    147			children = (
    148				73C70F1E01C8127431B70DD1 /* SDL2.xcodeproj */,
    149			);
    150			name = "Projects";
    151			sourceTree = "<group>";
    152		};
    153		7BDA644C79FE323076F70739 /* Products */ = {
    154			isa = PBXGroup;
    155			children = (
    156				1D931F88425701C078B07720 /* libSDL2.a */,
    157			);
    158			name = Products;
    159			sourceTree = "<group>";
    160		};
    161/* End PBXGroup section */
    162
    163/* Begin PBXNativeTarget section */
    164		7E3B5FEB754A0B5520235C50 /* touch */ = {
    165			isa = PBXNativeTarget;
    166			buildConfigurationList = 371D55C1257826A923E4771B /* Build configuration list for PBXNativeTarget "touch" */;
    167			buildPhases = (
    168				160D35EC4E82653C03C52EAD /* Resources */,
    169				193B23AC765E2C585B1560FD /* Sources */,
    170				1DAD583D4ABE25DC3C232F7A /* Frameworks */,
    171			);
    172			buildRules = (
    173			);
    174			dependencies = (
    175				7BF075F418D41E8C1DD347F7 /* PBXTargetDependency */,
    176			);
    177			name = "touch";
    178			productInstallPath = "$(HOME)/Applications";
    179			productName = "touch";
    180			productReference = 79DA5CF10F7848015B0E7B10 /* touch */;
    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 "touch" */;
    189			compatibilityVersion = "Xcode 3.2";
    190			hasScannedForEncodings = 1;
    191			mainGroup = 492E166D57477FA478990772 /* touch */;
    192			projectDirPath = "";
    193			projectReferences = (
    194				{
    195					ProductGroup = 7BDA644C79FE323076F70739 /* Products */;
    196					ProjectRef = 73C70F1E01C8127431B70DD1 /* SDL2.xcodeproj */;
    197				},
    198			);
    199			projectRoot = "";
    200			targets = (
    201				7E3B5FEB754A0B5520235C50 /* touch */,
    202			);
    203		};
    204/* End PBXProject section */
    205
    206/* Begin PBXReferenceProxy section */
    207		1D931F88425701C078B07720 /* libSDL2.a */ = {
    208			isa = PBXReferenceProxy;
    209			fileType = archive.ar;
    210			path = "Build/Debug/libSDL2.a";
    211			remoteRef = 33B14F0C4EDF4A8D301C10A8 /* PBXContainerItemProxy */;
    212			sourceTree = BUILT_PRODUCTS_DIR;
    213		};
    214/* End PBXReferenceProxy section */
    215
    216/* Begin PBXResourcesBuildPhase section */
    217		160D35EC4E82653C03C52EAD /* Resources */ = {
    218			isa = PBXResourcesBuildPhase;
    219			buildActionMask = 2147483647;
    220			files = (
    221				44A5650B6BCF70612F3A3EED /* stroke.bmp in Resources */,
    222			);
    223			runOnlyForDeploymentPostprocessing = 0;
    224		};
    225/* End PBXResourcesBuildPhase section */
    226
    227/* Begin PBXSourcesBuildPhase section */
    228		193B23AC765E2C585B1560FD /* Sources */ = {
    229			isa = PBXSourcesBuildPhase;
    230			buildActionMask = 2147483647;
    231			files = (
    232				31906B8700A178D233233F36 /* common.c in Sources */,
    233				2DAD6F6C37366013402423CD /* touch.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		7BF075F418D41E8C1DD347F7 /* PBXTargetDependency */ = {
    244			isa = PBXTargetDependency;
    245			name = "libSDL2.a";
    246			targetProxy = 1C2D50527874154867FC7A7A /* PBXContainerItemProxy */;
    247		};
    248/* End PBXTargetDependency section */
    249
    250/* Begin XCBuildConfiguration section */
    251		551D11A047DA4F2C7C7D0823 /* 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 = "touch";
    261			};
    262			name = "Debug";
    263		};
    264		623B2822705365B569AE5529 /* 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 = "touch";
    275			};
    276			name = "Release";
    277		};
    278		5BBE2AC31114434E5C1F7758 /* 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		7C575288033B53977BD57638 /* 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		371D55C1257826A923E4771B /* Build configuration list for PBXNativeTarget "touch" */ = {
    341			isa = XCConfigurationList;
    342			buildConfigurations = (
    343				551D11A047DA4F2C7C7D0823 /* Debug */,
    344				623B2822705365B569AE5529 /* Release */,
    345			);
    346			defaultConfigurationIsVisible = 0;
    347			defaultConfigurationName = "Debug";
    348		};
    349		1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "touch" */ = {
    350			isa = XCConfigurationList;
    351			buildConfigurations = (
    352				5BBE2AC31114434E5C1F7758 /* Debug */,
    353				7C575288033B53977BD57638 /* Release */,
    354			);
    355			defaultConfigurationIsVisible = 0;
    356			defaultConfigurationName = "Debug";
    357		};
    358/* End XCConfigurationList section */
    359
    360	};
    361	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
    362}