cscg22-gearboy

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

project.pbxproj (15455B)


      1// !$*UTF8*$!
      2{
      3	archiveVersion = 1;
      4	classes = {
      5	};
      6	objectVersion = 45;
      7	objects = {
      8
      9/* Begin PBXBuildFile section */
     10		674906CF330F50E3203B3BE2 /* ship.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 324B72283F7756BA003D4F89 /* ship.bmp */; };
     11		7D6E4948535F13803EB24793 /* space.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 75D70D1032D7609D1FF110D8 /* space.bmp */; };
     12		05BC137B00F21C1E34222E13 /* accelerometer.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F0668AE7894542751932A92 /* accelerometer.c */; };
     13		26993FB748FA383F4D1609ED /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = 1AD060ED78CA41CC628541A4 /* common.c */; };
     14		0D4139CC20C575FB6FE0714B /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 13373F7C6C961F2D4D281BE9 /* AudioToolbox.framework */; };
     15		21C26FE40025290D321B186A /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 761E2DD50F5B34C04FFD2AAE /* QuartzCore.framework */; };
     16		27DC096C4EBF1C4910E8113A /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 691C3F7C7CBC50FC7AF4543F /* OpenGLES.framework */; };
     17		188D7C0554AA68A621F77BC2 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7CF62CCC24035B7636970CDF /* CoreGraphics.framework */; };
     18		1C4B220C7E566D3B6FEA219B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0FF410EE17A75CBF37A16A7A /* UIKit.framework */; };
     19		3AB556FB793A74F25F5554E7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4EE13E2B3520069A797D2E12 /* Foundation.framework */; };
     20		128C61D42B537987446C3DAE /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 09C44E3B227D56962A4C6F18 /* CoreAudio.framework */; };
     21		6B4A5750488819AB41E467FB /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5EF20F1D796452C879872F95 /* libSDL2.a */; };
     22/* End PBXBuildFile section */
     23
     24/* Begin PBXContainerItemProxy section */
     25		7C9A632C62AF516279D47C47 /* PBXContainerItemProxy */ = {
     26			isa = PBXContainerItemProxy;
     27			containerPortal = 3CC27DC669FE34F16DE15E07 /* SDL2.xcodeproj */;
     28			proxyType = 2;
     29			remoteGlobalIDString = 224D2C85085A7BA60E532655;
     30			remoteInfo = "libSDL2.a";
     31		};
     32		3694413107B7067430080ECD /* PBXContainerItemProxy */ = {
     33			isa = PBXContainerItemProxy;
     34			containerPortal = 3CC27DC669FE34F16DE15E07 /* SDL2.xcodeproj */;
     35			proxyType = 1;
     36			remoteGlobalIDString = 515D4C462ACD2DA8180E7783;
     37			remoteInfo = "libSDL2.a";
     38		};
     39/* End PBXContainerItemProxy section */
     40
     41/* Begin PBXFileReference section */
     42		2FE912395DD5772A6A7E1F33 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Info.plist"; path = "../../../../Xcode-iOS/Demos/Info.plist"; sourceTree = "<group>"; };
     43		324B72283F7756BA003D4F89 /* ship.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; name = "ship.bmp"; path = "../../../../Xcode-iOS/Demos/data/ship.bmp"; sourceTree = "<group>"; };
     44		75D70D1032D7609D1FF110D8 /* space.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; name = "space.bmp"; path = "../../../../Xcode-iOS/Demos/data/space.bmp"; sourceTree = "<group>"; };
     45		0F0668AE7894542751932A92 /* accelerometer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "accelerometer.c"; path = "../../../../Xcode-iOS/Demos/src/accelerometer.c"; sourceTree = "<group>"; };
     46		1AD060ED78CA41CC628541A4 /* common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "common.c"; path = "../../../../Xcode-iOS/Demos/src/common.c"; sourceTree = "<group>"; };
     47		6717384817185E66201700F1 /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "common.h"; path = "../../../../Xcode-iOS/Demos/src/common.h"; sourceTree = "<group>"; };
     48		13373F7C6C961F2D4D281BE9 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "SDKROOT"; };
     49		761E2DD50F5B34C04FFD2AAE /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "QuartzCore.framework"; path = "System/Library/Frameworks/QuartzCore.framework"; sourceTree = "SDKROOT"; };
     50		691C3F7C7CBC50FC7AF4543F /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGLES.framework"; path = "System/Library/Frameworks/OpenGLES.framework"; sourceTree = "SDKROOT"; };
     51		7CF62CCC24035B7636970CDF /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreGraphics.framework"; path = "System/Library/Frameworks/CoreGraphics.framework"; sourceTree = "SDKROOT"; };
     52		0FF410EE17A75CBF37A16A7A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "UIKit.framework"; path = "System/Library/Frameworks/UIKit.framework"; sourceTree = "SDKROOT"; };
     53		4EE13E2B3520069A797D2E12 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Foundation.framework"; path = "System/Library/Frameworks/Foundation.framework"; sourceTree = "SDKROOT"; };
     54		09C44E3B227D56962A4C6F18 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "System/Library/Frameworks/CoreAudio.framework"; sourceTree = "SDKROOT"; };
     55		61D70B5D29674F5D75141737 /* accelerometer */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = "accelerometer"; path = "accelerometer"; sourceTree = BUILT_PRODUCTS_DIR; };
     56		3CC27DC669FE34F16DE15E07 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
     57/* End PBXFileReference section */
     58
     59/* Begin PBXFrameworksBuildPhase section */
     60		4F2B411B72F5599B7711251B /* Frameworks */ = {
     61			isa = PBXFrameworksBuildPhase;
     62			buildActionMask = 2147483647;
     63			files = (
     64				0D4139CC20C575FB6FE0714B /* AudioToolbox.framework in Frameworks */,
     65				21C26FE40025290D321B186A /* QuartzCore.framework in Frameworks */,
     66				27DC096C4EBF1C4910E8113A /* OpenGLES.framework in Frameworks */,
     67				188D7C0554AA68A621F77BC2 /* CoreGraphics.framework in Frameworks */,
     68				1C4B220C7E566D3B6FEA219B /* UIKit.framework in Frameworks */,
     69				3AB556FB793A74F25F5554E7 /* Foundation.framework in Frameworks */,
     70				128C61D42B537987446C3DAE /* CoreAudio.framework in Frameworks */,
     71				6B4A5750488819AB41E467FB /* libSDL2.a in Frameworks */,
     72			);
     73			runOnlyForDeploymentPostprocessing = 0;
     74		};
     75/* End PBXFrameworksBuildPhase section */
     76
     77/* Begin PBXGroup section */
     78		1BCF64F206ED3FFA6FCB3744 /* accelerometer */ = {
     79			isa = PBXGroup;
     80			children = (
     81				57EA49B528E153D23CAA746B /* Xcode-iOS */,
     82				04022578784D401A06614C4C /* Frameworks */,
     83				0682642E36227AF649AD15E1 /* Products */,
     84				10934AB6192843925A2C3FCB /* Projects */,
     85			);
     86			name = "accelerometer";
     87			sourceTree = "<group>";
     88		};
     89		57EA49B528E153D23CAA746B /* Xcode-iOS */ = {
     90			isa = PBXGroup;
     91			children = (
     92				440746E769CB3C2666172B92 /* Demos */,
     93			);
     94			name = "Xcode-iOS";
     95			sourceTree = "<group>";
     96		};
     97		440746E769CB3C2666172B92 /* Demos */ = {
     98			isa = PBXGroup;
     99			children = (
    100				2FE912395DD5772A6A7E1F33 /* Info.plist */,
    101				09B436A542BB045D05CC2009 /* data */,
    102				0D4A117E0EF119EE7D3E77A5 /* src */,
    103			);
    104			name = "Demos";
    105			sourceTree = "<group>";
    106		};
    107		09B436A542BB045D05CC2009 /* data */ = {
    108			isa = PBXGroup;
    109			children = (
    110				324B72283F7756BA003D4F89 /* ship.bmp */,
    111				75D70D1032D7609D1FF110D8 /* space.bmp */,
    112			);
    113			name = "data";
    114			sourceTree = "<group>";
    115		};
    116		0D4A117E0EF119EE7D3E77A5 /* src */ = {
    117			isa = PBXGroup;
    118			children = (
    119				0F0668AE7894542751932A92 /* accelerometer.c */,
    120				1AD060ED78CA41CC628541A4 /* common.c */,
    121				6717384817185E66201700F1 /* common.h */,
    122			);
    123			name = "src";
    124			sourceTree = "<group>";
    125		};
    126		04022578784D401A06614C4C /* Frameworks */ = {
    127			isa = PBXGroup;
    128			children = (
    129				13373F7C6C961F2D4D281BE9 /* AudioToolbox.framework */,
    130				761E2DD50F5B34C04FFD2AAE /* QuartzCore.framework */,
    131				691C3F7C7CBC50FC7AF4543F /* OpenGLES.framework */,
    132				7CF62CCC24035B7636970CDF /* CoreGraphics.framework */,
    133				0FF410EE17A75CBF37A16A7A /* UIKit.framework */,
    134				4EE13E2B3520069A797D2E12 /* Foundation.framework */,
    135				09C44E3B227D56962A4C6F18 /* CoreAudio.framework */,
    136			);
    137			name = "Frameworks";
    138			sourceTree = "<group>";
    139		};
    140		0682642E36227AF649AD15E1 /* Products */ = {
    141			isa = PBXGroup;
    142			children = (
    143				61D70B5D29674F5D75141737 /* accelerometer */,
    144			);
    145			name = "Products";
    146			sourceTree = "<group>";
    147		};
    148		10934AB6192843925A2C3FCB /* Projects */ = {
    149			isa = PBXGroup;
    150			children = (
    151				3CC27DC669FE34F16DE15E07 /* SDL2.xcodeproj */,
    152			);
    153			name = "Projects";
    154			sourceTree = "<group>";
    155		};
    156		00327F6B64F33A717B2750FC /* Products */ = {
    157			isa = PBXGroup;
    158			children = (
    159				5EF20F1D796452C879872F95 /* libSDL2.a */,
    160			);
    161			name = Products;
    162			sourceTree = "<group>";
    163		};
    164/* End PBXGroup section */
    165
    166/* Begin PBXNativeTarget section */
    167		206349984FD364256139268B /* accelerometer */ = {
    168			isa = PBXNativeTarget;
    169			buildConfigurationList = 31FC2F13262437C908FF3C38 /* Build configuration list for PBXNativeTarget "accelerometer" */;
    170			buildPhases = (
    171				1CE11A4948F84856205D72AA /* Resources */,
    172				0A7A791967E92509752E3940 /* Sources */,
    173				4F2B411B72F5599B7711251B /* Frameworks */,
    174			);
    175			buildRules = (
    176			);
    177			dependencies = (
    178				59ED738603BF22172E103B9C /* PBXTargetDependency */,
    179			);
    180			name = "accelerometer";
    181			productInstallPath = "$(HOME)/Applications";
    182			productName = "accelerometer";
    183			productReference = 61D70B5D29674F5D75141737 /* accelerometer */;
    184			productType = "com.apple.product-type.application";
    185		};
    186/* End PBXNativeTarget section */
    187
    188/* Begin PBXProject section */
    189		08FB7793FE84155DC02AAC07 /* Project object */ = {
    190			isa = PBXProject;
    191			buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "accelerometer" */;
    192			compatibilityVersion = "Xcode 3.2";
    193			hasScannedForEncodings = 1;
    194			mainGroup = 1BCF64F206ED3FFA6FCB3744 /* accelerometer */;
    195			projectDirPath = "";
    196			projectReferences = (
    197				{
    198					ProductGroup = 00327F6B64F33A717B2750FC /* Products */;
    199					ProjectRef = 3CC27DC669FE34F16DE15E07 /* SDL2.xcodeproj */;
    200				},
    201			);
    202			projectRoot = "";
    203			targets = (
    204				206349984FD364256139268B /* accelerometer */,
    205			);
    206		};
    207/* End PBXProject section */
    208
    209/* Begin PBXReferenceProxy section */
    210		5EF20F1D796452C879872F95 /* libSDL2.a */ = {
    211			isa = PBXReferenceProxy;
    212			fileType = archive.ar;
    213			path = "Build/Debug/libSDL2.a";
    214			remoteRef = 7C9A632C62AF516279D47C47 /* PBXContainerItemProxy */;
    215			sourceTree = BUILT_PRODUCTS_DIR;
    216		};
    217/* End PBXReferenceProxy section */
    218
    219/* Begin PBXResourcesBuildPhase section */
    220		1CE11A4948F84856205D72AA /* Resources */ = {
    221			isa = PBXResourcesBuildPhase;
    222			buildActionMask = 2147483647;
    223			files = (
    224				674906CF330F50E3203B3BE2 /* ship.bmp in Resources */,
    225				7D6E4948535F13803EB24793 /* space.bmp in Resources */,
    226			);
    227			runOnlyForDeploymentPostprocessing = 0;
    228		};
    229/* End PBXResourcesBuildPhase section */
    230
    231/* Begin PBXSourcesBuildPhase section */
    232		0A7A791967E92509752E3940 /* Sources */ = {
    233			isa = PBXSourcesBuildPhase;
    234			buildActionMask = 2147483647;
    235			files = (
    236				05BC137B00F21C1E34222E13 /* accelerometer.c in Sources */,
    237				26993FB748FA383F4D1609ED /* common.c in Sources */,
    238			);
    239			runOnlyForDeploymentPostprocessing = 0;
    240		};
    241/* End PBXSourcesBuildPhase section */
    242
    243/* Begin PBXVariantGroup section */
    244/* End PBXVariantGroup section */
    245
    246/* Begin PBXTargetDependency section */
    247		59ED738603BF22172E103B9C /* PBXTargetDependency */ = {
    248			isa = PBXTargetDependency;
    249			name = "libSDL2.a";
    250			targetProxy = 3694413107B7067430080ECD /* PBXContainerItemProxy */;
    251		};
    252/* End PBXTargetDependency section */
    253
    254/* Begin XCBuildConfiguration section */
    255		25FD2ACB1A5E4A7146666462 /* Debug */ = {
    256			isa = XCBuildConfiguration;
    257			buildSettings = {
    258				ALWAYS_SEARCH_USER_PATHS = NO;
    259				CONFIGURATION_BUILD_DIR = Build/Debug;
    260				GCC_DYNAMIC_NO_PIC = NO;
    261				GCC_MODEL_TUNING = G5;
    262				INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
    263				INSTALL_PATH = "$(HOME)/Applications";
    264				PRODUCT_NAME = "accelerometer";
    265			};
    266			name = "Debug";
    267		};
    268		171926D866766FC058847A16 /* Release */ = {
    269			isa = XCBuildConfiguration;
    270			buildSettings = {
    271				ALWAYS_SEARCH_USER_PATHS = NO;
    272				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
    273				CONFIGURATION_BUILD_DIR = Build/Release;
    274				GCC_DYNAMIC_NO_PIC = NO;
    275				GCC_MODEL_TUNING = G5;
    276				INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
    277				INSTALL_PATH = "$(HOME)/Applications";
    278				PRODUCT_NAME = "accelerometer";
    279			};
    280			name = "Release";
    281		};
    282		6505556E31F8228178087816 /* Debug */ = {
    283			isa = XCBuildConfiguration;
    284			buildSettings = {
    285				ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
    286				SDKROOT = iphoneos;
    287				CODE_SIGN_IDENTITY = "iPhone Developer";
    288				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    289				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    290				COPY_PHASE_STRIP = NO;
    291				GCC_C_LANGUAGE_STANDARD = gnu99;
    292				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    293				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    294				GCC_OPTIMIZATION_LEVEL = 0;
    295				GCC_PREPROCESSOR_DEFINITIONS = (
    296					"USING_PREMAKE_CONFIG_H",
    297					"_DEBUG",
    298				);
    299				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    300				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    301				GCC_WARN_UNUSED_VARIABLE = YES;
    302				HEADER_SEARCH_PATHS = (
    303					"../..",
    304					"../../../../include",
    305				);
    306				OBJROOT = "obj/iOS/Debug";
    307				ONLY_ACTIVE_ARCH = YES;
    308				SYMROOT = "Build/Debug";
    309			};
    310			name = "Debug";
    311		};
    312		50AE5630181E7A0D22AF4CB3 /* Release */ = {
    313			isa = XCBuildConfiguration;
    314			buildSettings = {
    315				ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
    316				SDKROOT = iphoneos;
    317				CODE_SIGN_IDENTITY = "iPhone Developer";
    318				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    319				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    320				GCC_C_LANGUAGE_STANDARD = gnu99;
    321				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    322				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    323				GCC_OPTIMIZATION_LEVEL = 3;
    324				GCC_PREPROCESSOR_DEFINITIONS = (
    325					"USING_PREMAKE_CONFIG_H",
    326					"NDEBUG",
    327				);
    328				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    329				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    330				GCC_WARN_UNUSED_VARIABLE = YES;
    331				HEADER_SEARCH_PATHS = (
    332					"../..",
    333					"../../../../include",
    334				);
    335				OBJROOT = "obj/iOS/Release";
    336				ONLY_ACTIVE_ARCH = NO;
    337				SYMROOT = "Build/Release";
    338			};
    339			name = "Release";
    340		};
    341/* End XCBuildConfiguration section */
    342
    343/* Begin XCConfigurationList section */
    344		31FC2F13262437C908FF3C38 /* Build configuration list for PBXNativeTarget "accelerometer" */ = {
    345			isa = XCConfigurationList;
    346			buildConfigurations = (
    347				25FD2ACB1A5E4A7146666462 /* Debug */,
    348				171926D866766FC058847A16 /* Release */,
    349			);
    350			defaultConfigurationIsVisible = 0;
    351			defaultConfigurationName = "Debug";
    352		};
    353		1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "accelerometer" */ = {
    354			isa = XCConfigurationList;
    355			buildConfigurations = (
    356				6505556E31F8228178087816 /* Debug */,
    357				50AE5630181E7A0D22AF4CB3 /* Release */,
    358			);
    359			defaultConfigurationIsVisible = 0;
    360			defaultConfigurationName = "Debug";
    361		};
    362/* End XCConfigurationList section */
    363
    364	};
    365	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
    366}