cscg22-gearboy

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

project.pbxproj (13502B)


      1// !$*UTF8*$!
      2{
      3	archiveVersion = 1;
      4	classes = {
      5	};
      6	objectVersion = 46;
      7	objects = {
      8
      9/* Begin PBXBuildFile section */
     10		1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
     11		1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
     12		28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD14FF0DC6FC520079059D /* OpenGLES.framework */; };
     13		28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD15070DC6FC5B0079059D /* QuartzCore.framework */; };
     14		944A656F195747D90094A81E /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 944A656E1957463F0094A81E /* libSDL2.a */; };
     15		945C4F53195AF17F00DBBF61 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 945C4F52195AF17F00DBBF61 /* Default-568h@2x.png */; };
     16		FA8B4B97196703B400F8EB7C /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA8B4B96196703B400F8EB7C /* CoreMotion.framework */; };
     17		FD779EDE0E26BA1200F39101 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD779EDD0E26BA1200F39101 /* CoreAudio.framework */; };
     18		FD77A07D0E26BD8C00F39101 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = FD77A07C0E26BD8C00F39101 /* Icon.png */; };
     19		FD77A07F0E26BDA900F39101 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FD77A07E0E26BDA900F39101 /* Default.png */; };
     20		FD77A0850E26BDB800F39101 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD77A0840E26BDB800F39101 /* AudioToolbox.framework */; };
     21		FD77A09D0E26BDE500F39101 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A09C0E26BDE500F39101 /* main.c */; };
     22		FDB8BFC60E5A0F6A00980157 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB8BFC50E5A0F6A00980157 /* CoreGraphics.framework */; };
     23/* End PBXBuildFile section */
     24
     25/* Begin PBXContainerItemProxy section */
     26		944A656D1957463F0094A81E /* PBXContainerItemProxy */ = {
     27			isa = PBXContainerItemProxy;
     28			containerPortal = 944A65681957463F0094A81E /* SDL.xcodeproj */;
     29			proxyType = 2;
     30			remoteGlobalIDString = FD6526630DE8FCCB002AD96B;
     31			remoteInfo = libSDL;
     32		};
     33/* End PBXContainerItemProxy section */
     34
     35/* Begin PBXFileReference section */
     36		1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
     37		1D6058910D05DD3D006BFB54 /* ___PROJECTNAME___.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "___PROJECTNAME___.app"; sourceTree = BUILT_PRODUCTS_DIR; };
     38		1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
     39		28FD14FF0DC6FC520079059D /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
     40		28FD15070DC6FC5B0079059D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
     41		8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
     42		944A65681957463F0094A81E /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDL.xcodeproj; path = ../../SDL/SDL.xcodeproj; sourceTree = "<group>"; };
     43		945C4F52195AF17F00DBBF61 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
     44		FA8B4B96196703B400F8EB7C /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; };
     45		FD779EDD0E26BA1200F39101 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
     46		FD77A07C0E26BD8C00F39101 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
     47		FD77A07E0E26BDA900F39101 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
     48		FD77A0840E26BDB800F39101 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
     49		FD77A09C0E26BDE500F39101 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
     50		FDB8BFC50E5A0F6A00980157 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
     51/* End PBXFileReference section */
     52
     53/* Begin PBXFrameworksBuildPhase section */
     54		1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
     55			isa = PBXFrameworksBuildPhase;
     56			buildActionMask = 2147483647;
     57			files = (
     58				944A656F195747D90094A81E /* libSDL2.a in Frameworks */,
     59				1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
     60				1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
     61				28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */,
     62				28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */,
     63				FD779EDE0E26BA1200F39101 /* CoreAudio.framework in Frameworks */,
     64				FD77A0850E26BDB800F39101 /* AudioToolbox.framework in Frameworks */,
     65				FDB8BFC60E5A0F6A00980157 /* CoreGraphics.framework in Frameworks */,
     66				FA8B4B97196703B400F8EB7C /* CoreMotion.framework in Frameworks */,
     67			);
     68			runOnlyForDeploymentPostprocessing = 0;
     69		};
     70/* End PBXFrameworksBuildPhase section */
     71
     72/* Begin PBXGroup section */
     73		19C28FACFE9D520D11CA2CBB /* Products */ = {
     74			isa = PBXGroup;
     75			children = (
     76				1D6058910D05DD3D006BFB54 /* ___PROJECTNAME___.app */,
     77			);
     78			name = Products;
     79			sourceTree = "<group>";
     80		};
     81		29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
     82			isa = PBXGroup;
     83			children = (
     84				945C4F52195AF17F00DBBF61 /* Default-568h@2x.png */,
     85				29B97315FDCFA39411CA2CEA /* Sources */,
     86				29B97317FDCFA39411CA2CEA /* Resources */,
     87				29B97323FDCFA39411CA2CEA /* Frameworks */,
     88				19C28FACFE9D520D11CA2CBB /* Products */,
     89			);
     90			name = CustomTemplate;
     91			sourceTree = "<group>";
     92		};
     93		29B97315FDCFA39411CA2CEA /* Sources */ = {
     94			isa = PBXGroup;
     95			children = (
     96				944A65681957463F0094A81E /* SDL.xcodeproj */,
     97				FD77A09C0E26BDE500F39101 /* main.c */,
     98			);
     99			name = Sources;
    100			sourceTree = "<group>";
    101		};
    102		29B97317FDCFA39411CA2CEA /* Resources */ = {
    103			isa = PBXGroup;
    104			children = (
    105				FD77A07E0E26BDA900F39101 /* Default.png */,
    106				FD77A07C0E26BD8C00F39101 /* Icon.png */,
    107				8D1107310486CEB800E47090 /* Info.plist */,
    108			);
    109			name = Resources;
    110			sourceTree = "<group>";
    111		};
    112		29B97323FDCFA39411CA2CEA /* Frameworks */ = {
    113			isa = PBXGroup;
    114			children = (
    115				FA8B4B96196703B400F8EB7C /* CoreMotion.framework */,
    116				FDB8BFC50E5A0F6A00980157 /* CoreGraphics.framework */,
    117				FD77A0840E26BDB800F39101 /* AudioToolbox.framework */,
    118				FD779EDD0E26BA1200F39101 /* CoreAudio.framework */,
    119				28FD15070DC6FC5B0079059D /* QuartzCore.framework */,
    120				28FD14FF0DC6FC520079059D /* OpenGLES.framework */,
    121				1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
    122				1D30AB110D05D00D00671497 /* Foundation.framework */,
    123			);
    124			name = Frameworks;
    125			sourceTree = "<group>";
    126		};
    127		944A65691957463F0094A81E /* Products */ = {
    128			isa = PBXGroup;
    129			children = (
    130				944A656E1957463F0094A81E /* libSDL2.a */,
    131			);
    132			name = Products;
    133			sourceTree = "<group>";
    134		};
    135/* End PBXGroup section */
    136
    137/* Begin PBXNativeTarget section */
    138		1D6058900D05DD3D006BFB54 /* ___PROJECTNAME___ */ = {
    139			isa = PBXNativeTarget;
    140			buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "___PROJECTNAME___" */;
    141			buildPhases = (
    142				1D60588D0D05DD3D006BFB54 /* Resources */,
    143				1D60588E0D05DD3D006BFB54 /* Sources */,
    144				1D60588F0D05DD3D006BFB54 /* Frameworks */,
    145			);
    146			buildRules = (
    147			);
    148			dependencies = (
    149			);
    150			name = "___PROJECTNAME___";
    151			productName = "___PROJECTNAME___";
    152			productReference = 1D6058910D05DD3D006BFB54 /* ___PROJECTNAME___.app */;
    153			productType = "com.apple.product-type.application";
    154		};
    155/* End PBXNativeTarget section */
    156
    157/* Begin PBXProject section */
    158		29B97313FDCFA39411CA2CEA /* Project object */ = {
    159			isa = PBXProject;
    160			attributes = {
    161				LastUpgradeCheck = 0510;
    162			};
    163			buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "___PROJECTNAME___" */;
    164			compatibilityVersion = "Xcode 3.2";
    165			developmentRegion = English;
    166			hasScannedForEncodings = 1;
    167			knownRegions = (
    168				English,
    169				Japanese,
    170				French,
    171				German,
    172			);
    173			mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
    174			projectDirPath = "";
    175			projectReferences = (
    176				{
    177					ProductGroup = 944A65691957463F0094A81E /* Products */;
    178					ProjectRef = 944A65681957463F0094A81E /* SDL.xcodeproj */;
    179				},
    180			);
    181			projectRoot = "";
    182			targets = (
    183				1D6058900D05DD3D006BFB54 /* ___PROJECTNAME___ */,
    184			);
    185		};
    186/* End PBXProject section */
    187
    188/* Begin PBXReferenceProxy section */
    189		944A656E1957463F0094A81E /* libSDL2.a */ = {
    190			isa = PBXReferenceProxy;
    191			fileType = archive.ar;
    192			path = libSDL2.a;
    193			remoteRef = 944A656D1957463F0094A81E /* PBXContainerItemProxy */;
    194			sourceTree = BUILT_PRODUCTS_DIR;
    195		};
    196/* End PBXReferenceProxy section */
    197
    198/* Begin PBXResourcesBuildPhase section */
    199		1D60588D0D05DD3D006BFB54 /* Resources */ = {
    200			isa = PBXResourcesBuildPhase;
    201			buildActionMask = 2147483647;
    202			files = (
    203				FD77A07D0E26BD8C00F39101 /* Icon.png in Resources */,
    204				FD77A07F0E26BDA900F39101 /* Default.png in Resources */,
    205				945C4F53195AF17F00DBBF61 /* Default-568h@2x.png in Resources */,
    206			);
    207			runOnlyForDeploymentPostprocessing = 0;
    208		};
    209/* End PBXResourcesBuildPhase section */
    210
    211/* Begin PBXSourcesBuildPhase section */
    212		1D60588E0D05DD3D006BFB54 /* Sources */ = {
    213			isa = PBXSourcesBuildPhase;
    214			buildActionMask = 2147483647;
    215			files = (
    216				FD77A09D0E26BDE500F39101 /* main.c in Sources */,
    217			);
    218			runOnlyForDeploymentPostprocessing = 0;
    219		};
    220/* End PBXSourcesBuildPhase section */
    221
    222/* Begin XCBuildConfiguration section */
    223		1D6058940D05DD3E006BFB54 /* Debug */ = {
    224			isa = XCBuildConfiguration;
    225			buildSettings = {
    226				ALWAYS_SEARCH_USER_PATHS = NO;
    227				COPY_PHASE_STRIP = NO;
    228				GCC_DYNAMIC_NO_PIC = NO;
    229				GCC_OPTIMIZATION_LEVEL = 0;
    230				GCC_PRECOMPILE_PREFIX_HEADER = YES;
    231				GCC_PREFIX_HEADER = "";
    232				INFOPLIST_FILE = Info.plist;
    233				LIBRARY_SEARCH_PATHS = "$(inherited)";
    234				PRODUCT_NAME = "___PROJECTNAME___";
    235				USER_HEADER_SEARCH_PATHS = ../../../include;
    236			};
    237			name = Debug;
    238		};
    239		1D6058950D05DD3E006BFB54 /* Release */ = {
    240			isa = XCBuildConfiguration;
    241			buildSettings = {
    242				ALWAYS_SEARCH_USER_PATHS = NO;
    243				COPY_PHASE_STRIP = YES;
    244				GCC_PRECOMPILE_PREFIX_HEADER = YES;
    245				GCC_PREFIX_HEADER = "";
    246				INFOPLIST_FILE = Info.plist;
    247				LIBRARY_SEARCH_PATHS = "$(inherited)";
    248				PRODUCT_NAME = "___PROJECTNAME___";
    249				USER_HEADER_SEARCH_PATHS = ../../../include;
    250			};
    251			name = Release;
    252		};
    253		C01FCF4F08A954540054247B /* Debug */ = {
    254			isa = XCBuildConfiguration;
    255			buildSettings = {
    256				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
    257				GCC_C_LANGUAGE_STANDARD = c99;
    258				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    259				GCC_WARN_UNUSED_VARIABLE = YES;
    260				ONLY_ACTIVE_ARCH = YES;
    261				OTHER_CFLAGS = "";
    262				PREBINDING = NO;
    263				SDKROOT = iphoneos;
    264			};
    265			name = Debug;
    266		};
    267		C01FCF5008A954540054247B /* Release */ = {
    268			isa = XCBuildConfiguration;
    269			buildSettings = {
    270				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
    271				GCC_C_LANGUAGE_STANDARD = c99;
    272				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    273				GCC_WARN_UNUSED_VARIABLE = YES;
    274				OTHER_CFLAGS = "";
    275				PREBINDING = NO;
    276				SDKROOT = iphoneos;
    277			};
    278			name = Release;
    279		};
    280/* End XCBuildConfiguration section */
    281
    282/* Begin XCConfigurationList section */
    283		1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "___PROJECTNAME___" */ = {
    284			isa = XCConfigurationList;
    285			buildConfigurations = (
    286				1D6058940D05DD3E006BFB54 /* Debug */,
    287				1D6058950D05DD3E006BFB54 /* Release */,
    288			);
    289			defaultConfigurationIsVisible = 0;
    290			defaultConfigurationName = Release;
    291		};
    292		C01FCF4E08A954540054247B /* Build configuration list for PBXProject "___PROJECTNAME___" */ = {
    293			isa = XCConfigurationList;
    294			buildConfigurations = (
    295				C01FCF4F08A954540054247B /* Debug */,
    296				C01FCF5008A954540054247B /* Release */,
    297			);
    298			defaultConfigurationIsVisible = 0;
    299			defaultConfigurationName = Release;
    300		};
    301/* End XCConfigurationList section */
    302	};
    303	rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
    304}