cscg22-gearboy

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

project.pbxproj (16588B)


      1// !$*UTF8*$!
      2{
      3	archiveVersion = 1;
      4	classes = {
      5	};
      6	objectVersion = 45;
      7	objects = {
      8
      9/* Begin PBXBuildFile section */
     10		0B6859393B9143B32E541E7E /* ds_brush_snare.wav in Resources */ = {isa = PBXBuildFile; fileRef = 422733DF08FD31034D304460 /* ds_brush_snare.wav */; };
     11		1D620E24175E3BDC68B364CC /* ds_china.wav in Resources */ = {isa = PBXBuildFile; fileRef = 79E53A83260455FE38C33693 /* ds_china.wav */; };
     12		0CFA1EA63AE91AEB435040F4 /* ds_kick_big_amb.wav in Resources */ = {isa = PBXBuildFile; fileRef = 1F722A62118969EF6675146F /* ds_kick_big_amb.wav */; };
     13		3C721D7F0BE567BA03824EC3 /* ds_loose_skin_mute.wav in Resources */ = {isa = PBXBuildFile; fileRef = 7FFF7D0619C10C5C2CDB1303 /* ds_loose_skin_mute.wav */; };
     14		562A04E23F4F62DB1A77086F /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = 10786FA134B253174C941340 /* common.c */; };
     15		6BEA7CEB63D02B4D066E34E5 /* mixer.c in Sources */ = {isa = PBXBuildFile; fileRef = 687637245A2B505F4A160613 /* mixer.c */; };
     16		081C234807FF0C5C139957D8 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 203A4FD6274F474708165F11 /* AudioToolbox.framework */; };
     17		5B59651D06310F6C10D32C9D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32982470375E18A1721C3319 /* QuartzCore.framework */; };
     18		4CB53808503156A666854E29 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 19A945435C744703450D6DB4 /* OpenGLES.framework */; };
     19		4B5D5AA06F9A6DDF6E6955BE /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 06A616C9757B111D082B6699 /* CoreGraphics.framework */; };
     20		660D132301FE4FC469482A6A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 68A35894181D26234E8906BB /* UIKit.framework */; };
     21		40135577196C0B49113E1344 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4F39495026702A5475264C60 /* Foundation.framework */; };
     22		5DE82D615C365F4C08B4227B /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 102040E91CCC47744B866018 /* CoreAudio.framework */; };
     23		42B32C7E1256594210637026 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 387D44E21004100A08F954C0 /* libSDL2.a */; };
     24/* End PBXBuildFile section */
     25
     26/* Begin PBXContainerItemProxy section */
     27		3DF962F5699217AC4FE77606 /* PBXContainerItemProxy */ = {
     28			isa = PBXContainerItemProxy;
     29			containerPortal = 4FC72EC24B0D47FF42BB412E /* SDL2.xcodeproj */;
     30			proxyType = 2;
     31			remoteGlobalIDString = 224D2C85085A7BA60E532655;
     32			remoteInfo = "libSDL2.a";
     33		};
     34		0BD816BC3B2176BC65117275 /* PBXContainerItemProxy */ = {
     35			isa = PBXContainerItemProxy;
     36			containerPortal = 4FC72EC24B0D47FF42BB412E /* SDL2.xcodeproj */;
     37			proxyType = 1;
     38			remoteGlobalIDString = 515D4C462ACD2DA8180E7783;
     39			remoteInfo = "libSDL2.a";
     40		};
     41/* End PBXContainerItemProxy section */
     42
     43/* Begin PBXFileReference section */
     44		65434775530A460B247312EC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Info.plist"; path = "../../../../Xcode-iOS/Demos/Info.plist"; sourceTree = "<group>"; };
     45		422733DF08FD31034D304460 /* ds_brush_snare.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = "ds_brush_snare.wav"; path = "../../../../Xcode-iOS/Demos/data/drums/ds_brush_snare.wav"; sourceTree = "<group>"; };
     46		79E53A83260455FE38C33693 /* ds_china.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = "ds_china.wav"; path = "../../../../Xcode-iOS/Demos/data/drums/ds_china.wav"; sourceTree = "<group>"; };
     47		1F722A62118969EF6675146F /* ds_kick_big_amb.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = "ds_kick_big_amb.wav"; path = "../../../../Xcode-iOS/Demos/data/drums/ds_kick_big_amb.wav"; sourceTree = "<group>"; };
     48		7FFF7D0619C10C5C2CDB1303 /* ds_loose_skin_mute.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = "ds_loose_skin_mute.wav"; path = "../../../../Xcode-iOS/Demos/data/drums/ds_loose_skin_mute.wav"; sourceTree = "<group>"; };
     49		10786FA134B253174C941340 /* common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "common.c"; path = "../../../../Xcode-iOS/Demos/src/common.c"; sourceTree = "<group>"; };
     50		61A137E9413B20467DD00CE4 /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "common.h"; path = "../../../../Xcode-iOS/Demos/src/common.h"; sourceTree = "<group>"; };
     51		687637245A2B505F4A160613 /* mixer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "mixer.c"; path = "../../../../Xcode-iOS/Demos/src/mixer.c"; sourceTree = "<group>"; };
     52		203A4FD6274F474708165F11 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "SDKROOT"; };
     53		32982470375E18A1721C3319 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "QuartzCore.framework"; path = "System/Library/Frameworks/QuartzCore.framework"; sourceTree = "SDKROOT"; };
     54		19A945435C744703450D6DB4 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGLES.framework"; path = "System/Library/Frameworks/OpenGLES.framework"; sourceTree = "SDKROOT"; };
     55		06A616C9757B111D082B6699 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreGraphics.framework"; path = "System/Library/Frameworks/CoreGraphics.framework"; sourceTree = "SDKROOT"; };
     56		68A35894181D26234E8906BB /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "UIKit.framework"; path = "System/Library/Frameworks/UIKit.framework"; sourceTree = "SDKROOT"; };
     57		4F39495026702A5475264C60 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Foundation.framework"; path = "System/Library/Frameworks/Foundation.framework"; sourceTree = "SDKROOT"; };
     58		102040E91CCC47744B866018 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "System/Library/Frameworks/CoreAudio.framework"; sourceTree = "SDKROOT"; };
     59		17915AFB41DD5216489A7D9D /* mixer */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = "mixer"; path = "mixer"; sourceTree = BUILT_PRODUCTS_DIR; };
     60		4FC72EC24B0D47FF42BB412E /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
     61/* End PBXFileReference section */
     62
     63/* Begin PBXFrameworksBuildPhase section */
     64		3F9F772D4BEA703C31557097 /* Frameworks */ = {
     65			isa = PBXFrameworksBuildPhase;
     66			buildActionMask = 2147483647;
     67			files = (
     68				081C234807FF0C5C139957D8 /* AudioToolbox.framework in Frameworks */,
     69				5B59651D06310F6C10D32C9D /* QuartzCore.framework in Frameworks */,
     70				4CB53808503156A666854E29 /* OpenGLES.framework in Frameworks */,
     71				4B5D5AA06F9A6DDF6E6955BE /* CoreGraphics.framework in Frameworks */,
     72				660D132301FE4FC469482A6A /* UIKit.framework in Frameworks */,
     73				40135577196C0B49113E1344 /* Foundation.framework in Frameworks */,
     74				5DE82D615C365F4C08B4227B /* CoreAudio.framework in Frameworks */,
     75				42B32C7E1256594210637026 /* libSDL2.a in Frameworks */,
     76			);
     77			runOnlyForDeploymentPostprocessing = 0;
     78		};
     79/* End PBXFrameworksBuildPhase section */
     80
     81/* Begin PBXGroup section */
     82		64F72912178E0E0A529D547E /* mixer */ = {
     83			isa = PBXGroup;
     84			children = (
     85				30E07F1023C3109F689531C0 /* Xcode-iOS */,
     86				447E63AC35FA5F3B5457493C /* Frameworks */,
     87				56F83BF965B964C63D7C584C /* Products */,
     88				6BBD4CDF46EE53A457CF775A /* Projects */,
     89			);
     90			name = "mixer";
     91			sourceTree = "<group>";
     92		};
     93		30E07F1023C3109F689531C0 /* Xcode-iOS */ = {
     94			isa = PBXGroup;
     95			children = (
     96				5687680358D406927F8D3122 /* Demos */,
     97			);
     98			name = "Xcode-iOS";
     99			sourceTree = "<group>";
    100		};
    101		5687680358D406927F8D3122 /* Demos */ = {
    102			isa = PBXGroup;
    103			children = (
    104				65434775530A460B247312EC /* Info.plist */,
    105				4525302B7F940E66616B446F /* data */,
    106				682F19D924A4152E215F01F1 /* src */,
    107			);
    108			name = "Demos";
    109			sourceTree = "<group>";
    110		};
    111		4525302B7F940E66616B446F /* data */ = {
    112			isa = PBXGroup;
    113			children = (
    114				69E5397630F2065F749834A8 /* drums */,
    115			);
    116			name = "data";
    117			sourceTree = "<group>";
    118		};
    119		69E5397630F2065F749834A8 /* drums */ = {
    120			isa = PBXGroup;
    121			children = (
    122				422733DF08FD31034D304460 /* ds_brush_snare.wav */,
    123				79E53A83260455FE38C33693 /* ds_china.wav */,
    124				1F722A62118969EF6675146F /* ds_kick_big_amb.wav */,
    125				7FFF7D0619C10C5C2CDB1303 /* ds_loose_skin_mute.wav */,
    126			);
    127			name = "drums";
    128			sourceTree = "<group>";
    129		};
    130		682F19D924A4152E215F01F1 /* src */ = {
    131			isa = PBXGroup;
    132			children = (
    133				10786FA134B253174C941340 /* common.c */,
    134				61A137E9413B20467DD00CE4 /* common.h */,
    135				687637245A2B505F4A160613 /* mixer.c */,
    136			);
    137			name = "src";
    138			sourceTree = "<group>";
    139		};
    140		447E63AC35FA5F3B5457493C /* Frameworks */ = {
    141			isa = PBXGroup;
    142			children = (
    143				203A4FD6274F474708165F11 /* AudioToolbox.framework */,
    144				32982470375E18A1721C3319 /* QuartzCore.framework */,
    145				19A945435C744703450D6DB4 /* OpenGLES.framework */,
    146				06A616C9757B111D082B6699 /* CoreGraphics.framework */,
    147				68A35894181D26234E8906BB /* UIKit.framework */,
    148				4F39495026702A5475264C60 /* Foundation.framework */,
    149				102040E91CCC47744B866018 /* CoreAudio.framework */,
    150			);
    151			name = "Frameworks";
    152			sourceTree = "<group>";
    153		};
    154		56F83BF965B964C63D7C584C /* Products */ = {
    155			isa = PBXGroup;
    156			children = (
    157				17915AFB41DD5216489A7D9D /* mixer */,
    158			);
    159			name = "Products";
    160			sourceTree = "<group>";
    161		};
    162		6BBD4CDF46EE53A457CF775A /* Projects */ = {
    163			isa = PBXGroup;
    164			children = (
    165				4FC72EC24B0D47FF42BB412E /* SDL2.xcodeproj */,
    166			);
    167			name = "Projects";
    168			sourceTree = "<group>";
    169		};
    170		14184545582D7FB768DA7DD1 /* Products */ = {
    171			isa = PBXGroup;
    172			children = (
    173				387D44E21004100A08F954C0 /* libSDL2.a */,
    174			);
    175			name = Products;
    176			sourceTree = "<group>";
    177		};
    178/* End PBXGroup section */
    179
    180/* Begin PBXNativeTarget section */
    181		5D8A3C36241715841B63245E /* mixer */ = {
    182			isa = PBXNativeTarget;
    183			buildConfigurationList = 071B02257AE01E935E8D1379 /* Build configuration list for PBXNativeTarget "mixer" */;
    184			buildPhases = (
    185				0DD66F6149F315524B87203F /* Resources */,
    186				241A48291BAC50147F677AD3 /* Sources */,
    187				3F9F772D4BEA703C31557097 /* Frameworks */,
    188			);
    189			buildRules = (
    190			);
    191			dependencies = (
    192				1C743B7F1E84122F06736C69 /* PBXTargetDependency */,
    193			);
    194			name = "mixer";
    195			productInstallPath = "$(HOME)/Applications";
    196			productName = "mixer";
    197			productReference = 17915AFB41DD5216489A7D9D /* mixer */;
    198			productType = "com.apple.product-type.application";
    199		};
    200/* End PBXNativeTarget section */
    201
    202/* Begin PBXProject section */
    203		08FB7793FE84155DC02AAC07 /* Project object */ = {
    204			isa = PBXProject;
    205			buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "mixer" */;
    206			compatibilityVersion = "Xcode 3.2";
    207			hasScannedForEncodings = 1;
    208			mainGroup = 64F72912178E0E0A529D547E /* mixer */;
    209			projectDirPath = "";
    210			projectReferences = (
    211				{
    212					ProductGroup = 14184545582D7FB768DA7DD1 /* Products */;
    213					ProjectRef = 4FC72EC24B0D47FF42BB412E /* SDL2.xcodeproj */;
    214				},
    215			);
    216			projectRoot = "";
    217			targets = (
    218				5D8A3C36241715841B63245E /* mixer */,
    219			);
    220		};
    221/* End PBXProject section */
    222
    223/* Begin PBXReferenceProxy section */
    224		387D44E21004100A08F954C0 /* libSDL2.a */ = {
    225			isa = PBXReferenceProxy;
    226			fileType = archive.ar;
    227			path = "Build/Debug/libSDL2.a";
    228			remoteRef = 3DF962F5699217AC4FE77606 /* PBXContainerItemProxy */;
    229			sourceTree = BUILT_PRODUCTS_DIR;
    230		};
    231/* End PBXReferenceProxy section */
    232
    233/* Begin PBXResourcesBuildPhase section */
    234		0DD66F6149F315524B87203F /* Resources */ = {
    235			isa = PBXResourcesBuildPhase;
    236			buildActionMask = 2147483647;
    237			files = (
    238				0B6859393B9143B32E541E7E /* ds_brush_snare.wav in Resources */,
    239				1D620E24175E3BDC68B364CC /* ds_china.wav in Resources */,
    240				0CFA1EA63AE91AEB435040F4 /* ds_kick_big_amb.wav in Resources */,
    241				3C721D7F0BE567BA03824EC3 /* ds_loose_skin_mute.wav in Resources */,
    242			);
    243			runOnlyForDeploymentPostprocessing = 0;
    244		};
    245/* End PBXResourcesBuildPhase section */
    246
    247/* Begin PBXSourcesBuildPhase section */
    248		241A48291BAC50147F677AD3 /* Sources */ = {
    249			isa = PBXSourcesBuildPhase;
    250			buildActionMask = 2147483647;
    251			files = (
    252				562A04E23F4F62DB1A77086F /* common.c in Sources */,
    253				6BEA7CEB63D02B4D066E34E5 /* mixer.c in Sources */,
    254			);
    255			runOnlyForDeploymentPostprocessing = 0;
    256		};
    257/* End PBXSourcesBuildPhase section */
    258
    259/* Begin PBXVariantGroup section */
    260/* End PBXVariantGroup section */
    261
    262/* Begin PBXTargetDependency section */
    263		1C743B7F1E84122F06736C69 /* PBXTargetDependency */ = {
    264			isa = PBXTargetDependency;
    265			name = "libSDL2.a";
    266			targetProxy = 0BD816BC3B2176BC65117275 /* PBXContainerItemProxy */;
    267		};
    268/* End PBXTargetDependency section */
    269
    270/* Begin XCBuildConfiguration section */
    271		6BF263503A1012B07427361E /* Debug */ = {
    272			isa = XCBuildConfiguration;
    273			buildSettings = {
    274				ALWAYS_SEARCH_USER_PATHS = NO;
    275				CONFIGURATION_BUILD_DIR = Build/Debug;
    276				GCC_DYNAMIC_NO_PIC = NO;
    277				GCC_MODEL_TUNING = G5;
    278				INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
    279				INSTALL_PATH = "$(HOME)/Applications";
    280				PRODUCT_NAME = "mixer";
    281			};
    282			name = "Debug";
    283		};
    284		004C079411BA6B4276C04983 /* Release */ = {
    285			isa = XCBuildConfiguration;
    286			buildSettings = {
    287				ALWAYS_SEARCH_USER_PATHS = NO;
    288				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
    289				CONFIGURATION_BUILD_DIR = Build/Release;
    290				GCC_DYNAMIC_NO_PIC = NO;
    291				GCC_MODEL_TUNING = G5;
    292				INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
    293				INSTALL_PATH = "$(HOME)/Applications";
    294				PRODUCT_NAME = "mixer";
    295			};
    296			name = "Release";
    297		};
    298		010032F924AD1A8604875C13 /* Debug */ = {
    299			isa = XCBuildConfiguration;
    300			buildSettings = {
    301				ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
    302				SDKROOT = iphoneos;
    303				CODE_SIGN_IDENTITY = "iPhone Developer";
    304				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    305				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    306				COPY_PHASE_STRIP = NO;
    307				GCC_C_LANGUAGE_STANDARD = gnu99;
    308				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    309				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    310				GCC_OPTIMIZATION_LEVEL = 0;
    311				GCC_PREPROCESSOR_DEFINITIONS = (
    312					"USING_PREMAKE_CONFIG_H",
    313					"_DEBUG",
    314				);
    315				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    316				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    317				GCC_WARN_UNUSED_VARIABLE = YES;
    318				HEADER_SEARCH_PATHS = (
    319					"../..",
    320					"../../../../include",
    321				);
    322				OBJROOT = "obj/iOS/Debug";
    323				ONLY_ACTIVE_ARCH = YES;
    324				SYMROOT = "Build/Debug";
    325			};
    326			name = "Debug";
    327		};
    328		62BE3AE0053C3D574C260D65 /* Release */ = {
    329			isa = XCBuildConfiguration;
    330			buildSettings = {
    331				ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
    332				SDKROOT = iphoneos;
    333				CODE_SIGN_IDENTITY = "iPhone Developer";
    334				CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
    335				CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
    336				GCC_C_LANGUAGE_STANDARD = gnu99;
    337				GCC_ENABLE_CPP_EXCEPTIONS = NO;
    338				GCC_ENABLE_OBJC_EXCEPTIONS = NO;
    339				GCC_OPTIMIZATION_LEVEL = 3;
    340				GCC_PREPROCESSOR_DEFINITIONS = (
    341					"USING_PREMAKE_CONFIG_H",
    342					"NDEBUG",
    343				);
    344				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
    345				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    346				GCC_WARN_UNUSED_VARIABLE = YES;
    347				HEADER_SEARCH_PATHS = (
    348					"../..",
    349					"../../../../include",
    350				);
    351				OBJROOT = "obj/iOS/Release";
    352				ONLY_ACTIVE_ARCH = NO;
    353				SYMROOT = "Build/Release";
    354			};
    355			name = "Release";
    356		};
    357/* End XCBuildConfiguration section */
    358
    359/* Begin XCConfigurationList section */
    360		071B02257AE01E935E8D1379 /* Build configuration list for PBXNativeTarget "mixer" */ = {
    361			isa = XCConfigurationList;
    362			buildConfigurations = (
    363				6BF263503A1012B07427361E /* Debug */,
    364				004C079411BA6B4276C04983 /* Release */,
    365			);
    366			defaultConfigurationIsVisible = 0;
    367			defaultConfigurationName = "Debug";
    368		};
    369		1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "mixer" */ = {
    370			isa = XCConfigurationList;
    371			buildConfigurations = (
    372				010032F924AD1A8604875C13 /* Debug */,
    373				62BE3AE0053C3D574C260D65 /* Release */,
    374			);
    375			defaultConfigurationIsVisible = 0;
    376			defaultConfigurationName = "Debug";
    377		};
    378/* End XCConfigurationList section */
    379
    380	};
    381	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
    382}