From a07d588c94f68cdc559ceb016c031c9199f0b868 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 20 Mar 2022 11:52:09 -0400 Subject: we can now build a mac bundle! --- macOS/Ether.xcodeproj/project.pbxproj | 523 ++++++++++++++++++++++++++++++++++ 1 file changed, 523 insertions(+) create mode 100644 macOS/Ether.xcodeproj/project.pbxproj (limited to 'macOS/Ether.xcodeproj/project.pbxproj') diff --git a/macOS/Ether.xcodeproj/project.pbxproj b/macOS/Ether.xcodeproj/project.pbxproj new file mode 100644 index 0000000..4a8219f --- /dev/null +++ b/macOS/Ether.xcodeproj/project.pbxproj @@ -0,0 +1,523 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 50; + objects = { + +/* Begin PBXBuildFile section */ + 6C0CDB7F27E7839D00F43B44 /* libSDL2_image-2.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6CD6FEF127E76CA2005B65A5 /* libSDL2_image-2.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 6C0CDB8027E7839D00F43B44 /* libSDL2_ttf-2.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6CD6FEF327E76CA2005B65A5 /* libSDL2_ttf-2.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 6C0CDB8127E7839D00F43B44 /* libSDL2-2.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6CD6FEF227E76CA2005B65A5 /* libSDL2-2.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 6CD6FEBE27E76AE1005B65A5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6CD6FEBD27E76AE1005B65A5 /* Assets.xcassets */; }; + 6CD6FEE027E76BCF005B65A5 /* animation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6CD6FECB27E76BCE005B65A5 /* animation.cpp */; }; + 6CD6FEE127E76BCF005B65A5 /* renderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6CD6FECC27E76BCE005B65A5 /* renderer.cpp */; }; + 6CD6FEE227E76BCF005B65A5 /* game.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6CD6FECE27E76BCE005B65A5 /* game.cpp */; }; + 6CD6FEE327E76BCF005B65A5 /* menu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6CD6FED027E76BCE005B65A5 /* menu.cpp */; }; + 6CD6FEE427E76BCF005B65A5 /* sign.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6CD6FED227E76BCE005B65A5 /* sign.cpp */; }; + 6CD6FEE527E76BCF005B65A5 /* muxer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6CD6FED427E76BCE005B65A5 /* muxer.cpp */; }; + 6CD6FEE627E76BCF005B65A5 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6CD6FEDA27E76BCE005B65A5 /* main.cpp */; }; + 6CD6FEE727E76BCF005B65A5 /* runtime_macos.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6CD6FEDE27E76BCE005B65A5 /* runtime_macos.mm */; }; + 6CD6FEEF27E76C3F005B65A5 /* libfmodstudio.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 6CD6FEEB27E76C3F005B65A5 /* libfmodstudio.dylib */; }; + 6CD6FEF027E76C3F005B65A5 /* libfmod.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 6CD6FEEC27E76C3F005B65A5 /* libfmod.dylib */; }; + 6CD6FEF427E76CA2005B65A5 /* libSDL2_image-2.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 6CD6FEF127E76CA2005B65A5 /* libSDL2_image-2.0.0.dylib */; }; + 6CD6FEF527E76CA2005B65A5 /* libSDL2-2.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 6CD6FEF227E76CA2005B65A5 /* libSDL2-2.0.0.dylib */; }; + 6CD6FEF627E76CA2005B65A5 /* libSDL2_ttf-2.0.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 6CD6FEF327E76CA2005B65A5 /* libSDL2_ttf-2.0.0.dylib */; }; + 6CD6FF0727E77C59005B65A5 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6CD6FF0627E77C59005B65A5 /* Cocoa.framework */; }; + 6CD6FF1227E77D7B005B65A5 /* title3.png in Resources */ = {isa = PBXBuildFile; fileRef = 6CD6FF0827E77D7A005B65A5 /* title3.png */; }; + 6CD6FF1327E77D7B005B65A5 /* icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 6CD6FF0927E77D7A005B65A5 /* icon.png */; }; + 6CD6FF1427E77D7B005B65A5 /* lamp.png in Resources */ = {isa = PBXBuildFile; fileRef = 6CD6FF0A27E77D7A005B65A5 /* lamp.png */; }; + 6CD6FF1527E77D7B005B65A5 /* lighting.png in Resources */ = {isa = PBXBuildFile; fileRef = 6CD6FF0B27E77D7A005B65A5 /* lighting.png */; }; + 6CD6FF1627E77D7B005B65A5 /* runninbloods.png in Resources */ = {isa = PBXBuildFile; fileRef = 6CD6FF0C27E77D7B005B65A5 /* runninbloods.png */; }; + 6CD6FF1727E77D7B005B65A5 /* menu.png in Resources */ = {isa = PBXBuildFile; fileRef = 6CD6FF0D27E77D7B005B65A5 /* menu.png */; }; + 6CD6FF1827E77D7B005B65A5 /* read_instruction.png in Resources */ = {isa = PBXBuildFile; fileRef = 6CD6FF0E27E77D7B005B65A5 /* read_instruction.png */; }; + 6CD6FF1927E77D7B005B65A5 /* player.png in Resources */ = {isa = PBXBuildFile; fileRef = 6CD6FF0F27E77D7B005B65A5 /* player.png */; }; + 6CD6FF1A27E77D7B005B65A5 /* title0.png in Resources */ = {isa = PBXBuildFile; fileRef = 6CD6FF1027E77D7B005B65A5 /* title0.png */; }; + 6CD6FF1B27E77D7B005B65A5 /* title1.png in Resources */ = {isa = PBXBuildFile; fileRef = 6CD6FF1127E77D7B005B65A5 /* title1.png */; }; + 6CD6FF1F27E77ED5005B65A5 /* libfmod.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6CD6FEEC27E76C3F005B65A5 /* libfmod.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 6CD6FF2027E77ED5005B65A5 /* libfmodstudio.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6CD6FEEB27E76C3F005B65A5 /* libfmodstudio.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 6CD6FF2827E780D3005B65A5 /* softsquare.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 6CD6FF2527E780D3005B65A5 /* softsquare.ttf */; }; + 6CD6FF2927E780D3005B65A5 /* childoflight.txt in Resources */ = {isa = PBXBuildFile; fileRef = 6CD6FF2627E780D3005B65A5 /* childoflight.txt */; }; + 6CD6FF2A27E780D3005B65A5 /* player_anim.txt in Resources */ = {isa = PBXBuildFile; fileRef = 6CD6FF2727E780D3005B65A5 /* player_anim.txt */; }; + 6CD6FF2D27E780E6005B65A5 /* fov.c in Sources */ = {isa = PBXBuildFile; fileRef = 6CD6FF2C27E780E6005B65A5 /* fov.c */; }; + 6CD6FF3027E78218005B65A5 /* Master.strings.bank in Resources */ = {isa = PBXBuildFile; fileRef = 6CD6FF2E27E78218005B65A5 /* Master.strings.bank */; }; + 6CD6FF3127E78218005B65A5 /* Master.bank in Resources */ = {isa = PBXBuildFile; fileRef = 6CD6FF2F27E78218005B65A5 /* Master.bank */; }; +/* End PBXBuildFile section */ + +/* Begin PBXCopyFilesBuildPhase section */ + 6CD6FF1E27E77EC6005B65A5 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 10; + files = ( + 6C0CDB7F27E7839D00F43B44 /* libSDL2_image-2.0.0.dylib in CopyFiles */, + 6C0CDB8027E7839D00F43B44 /* libSDL2_ttf-2.0.0.dylib in CopyFiles */, + 6C0CDB8127E7839D00F43B44 /* libSDL2-2.0.0.dylib in CopyFiles */, + 6CD6FF1F27E77ED5005B65A5 /* libfmod.dylib in CopyFiles */, + 6CD6FF2027E77ED5005B65A5 /* libfmodstudio.dylib in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + 6CD6FEB727E76AE0005B65A5 /* Ether.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Ether.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 6CD6FEBD27E76AE1005B65A5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 6CD6FEC227E76AE1005B65A5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 6CD6FEC527E76AE1005B65A5 /* Ether.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Ether.entitlements; sourceTree = ""; }; + 6CD6FECB27E76BCE005B65A5 /* animation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = animation.cpp; path = ../../src/animation.cpp; sourceTree = ""; }; + 6CD6FECC27E76BCE005B65A5 /* renderer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = renderer.cpp; path = ../../src/renderer.cpp; sourceTree = ""; }; + 6CD6FECD27E76BCE005B65A5 /* consts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = consts.h; path = ../../src/consts.h; sourceTree = ""; }; + 6CD6FECE27E76BCE005B65A5 /* game.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = game.cpp; path = ../../src/game.cpp; sourceTree = ""; tabWidth = 2; }; + 6CD6FECF27E76BCE005B65A5 /* direction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = direction.h; path = ../../src/direction.h; sourceTree = ""; }; + 6CD6FED027E76BCE005B65A5 /* menu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = menu.cpp; path = ../../src/menu.cpp; sourceTree = ""; }; + 6CD6FED127E76BCE005B65A5 /* renderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = renderer.h; path = ../../src/renderer.h; sourceTree = ""; }; + 6CD6FED227E76BCE005B65A5 /* sign.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sign.cpp; path = ../../src/sign.cpp; sourceTree = ""; }; + 6CD6FED327E76BCE005B65A5 /* menu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = menu.h; path = ../../src/menu.h; sourceTree = ""; }; + 6CD6FED427E76BCE005B65A5 /* muxer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = muxer.cpp; path = ../../src/muxer.cpp; sourceTree = ""; }; + 6CD6FED527E76BCE005B65A5 /* timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = timer.h; path = ../../src/timer.h; sourceTree = ""; }; + 6CD6FED627E76BCE005B65A5 /* interpolation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = interpolation.h; path = ../../src/interpolation.h; sourceTree = ""; }; + 6CD6FED727E76BCE005B65A5 /* muxer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = muxer.h; path = ../../src/muxer.h; sourceTree = ""; }; + 6CD6FED827E76BCE005B65A5 /* sign.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sign.h; path = ../../src/sign.h; sourceTree = ""; }; + 6CD6FED927E76BCE005B65A5 /* game.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = game.h; path = ../../src/game.h; sourceTree = ""; }; + 6CD6FEDA27E76BCE005B65A5 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = ../../src/main.cpp; sourceTree = ""; }; + 6CD6FEDB27E76BCE005B65A5 /* animation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = animation.h; path = ../../src/animation.h; sourceTree = ""; }; + 6CD6FEDC27E76BCE005B65A5 /* util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = util.h; path = ../../src/util.h; sourceTree = ""; }; + 6CD6FEDD27E76BCE005B65A5 /* map.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = map.h; path = ../../src/map.h; sourceTree = ""; }; + 6CD6FEDE27E76BCE005B65A5 /* runtime_macos.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = runtime_macos.mm; path = ../../src/runtime_macos.mm; sourceTree = ""; }; + 6CD6FEDF27E76BCF005B65A5 /* runtime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = runtime.h; path = ../../src/runtime.h; sourceTree = ""; }; + 6CD6FEE927E76C3F005B65A5 /* libfmodstudioL.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libfmodstudioL.dylib; path = ../vendor/fmod/lib/libfmodstudioL.dylib; sourceTree = ""; }; + 6CD6FEEA27E76C3F005B65A5 /* libfmodL.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libfmodL.dylib; path = ../vendor/fmod/lib/libfmodL.dylib; sourceTree = ""; }; + 6CD6FEEB27E76C3F005B65A5 /* libfmodstudio.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libfmodstudio.dylib; path = ../vendor/fmod/lib/libfmodstudio.dylib; sourceTree = ""; }; + 6CD6FEEC27E76C3F005B65A5 /* libfmod.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libfmod.dylib; path = ../vendor/fmod/lib/libfmod.dylib; sourceTree = ""; }; + 6CD6FEF127E76CA2005B65A5 /* libSDL2_image-2.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libSDL2_image-2.0.0.dylib"; path = "../../../../../usr/local/Cellar/sdl2_image/2.0.5/lib/libSDL2_image-2.0.0.dylib"; sourceTree = ""; }; + 6CD6FEF227E76CA2005B65A5 /* libSDL2-2.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libSDL2-2.0.0.dylib"; path = "../../../../../usr/local/Cellar/sdl2/2.0.14_1/lib/libSDL2-2.0.0.dylib"; sourceTree = ""; }; + 6CD6FEF327E76CA2005B65A5 /* libSDL2_ttf-2.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libSDL2_ttf-2.0.0.dylib"; path = "../../../../../usr/local/Cellar/sdl2_ttf/2.0.15/lib/libSDL2_ttf-2.0.0.dylib"; sourceTree = ""; }; + 6CD6FF0627E77C59005B65A5 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; + 6CD6FF0827E77D7A005B65A5 /* title3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = title3.png; path = ../../../res/title3.png; sourceTree = ""; }; + 6CD6FF0927E77D7A005B65A5 /* icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = icon.png; path = ../../../res/icon.png; sourceTree = ""; }; + 6CD6FF0A27E77D7A005B65A5 /* lamp.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = lamp.png; path = ../../../res/lamp.png; sourceTree = ""; }; + 6CD6FF0B27E77D7A005B65A5 /* lighting.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = lighting.png; path = ../../../res/lighting.png; sourceTree = ""; }; + 6CD6FF0C27E77D7B005B65A5 /* runninbloods.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = runninbloods.png; path = ../../../res/runninbloods.png; sourceTree = ""; }; + 6CD6FF0D27E77D7B005B65A5 /* menu.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = menu.png; path = ../../../res/menu.png; sourceTree = ""; }; + 6CD6FF0E27E77D7B005B65A5 /* read_instruction.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = read_instruction.png; path = ../../../res/read_instruction.png; sourceTree = ""; }; + 6CD6FF0F27E77D7B005B65A5 /* player.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = player.png; path = ../../../res/player.png; sourceTree = ""; }; + 6CD6FF1027E77D7B005B65A5 /* title0.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = title0.png; path = ../../../res/title0.png; sourceTree = ""; }; + 6CD6FF1127E77D7B005B65A5 /* title1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = title1.png; path = ../../../res/title1.png; sourceTree = ""; }; + 6CD6FF2527E780D3005B65A5 /* softsquare.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = softsquare.ttf; path = ../../../res/softsquare.ttf; sourceTree = ""; }; + 6CD6FF2627E780D3005B65A5 /* childoflight.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = childoflight.txt; path = ../../../res/childoflight.txt; sourceTree = ""; }; + 6CD6FF2727E780D3005B65A5 /* player_anim.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = player_anim.txt; path = ../../../res/player_anim.txt; sourceTree = ""; }; + 6CD6FF2B27E780E6005B65A5 /* fov.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fov.h; path = ../../vendor/fov.h; sourceTree = ""; }; + 6CD6FF2C27E780E6005B65A5 /* fov.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fov.c; path = ../../vendor/fov.c; sourceTree = ""; }; + 6CD6FF2E27E78218005B65A5 /* Master.strings.bank */ = {isa = PBXFileReference; lastKnownFileType = file; name = Master.strings.bank; path = ../../../res/fmod/Build/Desktop/Master.strings.bank; sourceTree = ""; }; + 6CD6FF2F27E78218005B65A5 /* Master.bank */ = {isa = PBXFileReference; lastKnownFileType = file; name = Master.bank; path = ../../../res/fmod/Build/Desktop/Master.bank; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 6CD6FEB427E76AE0005B65A5 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 6CD6FF0727E77C59005B65A5 /* Cocoa.framework in Frameworks */, + 6CD6FEF427E76CA2005B65A5 /* libSDL2_image-2.0.0.dylib in Frameworks */, + 6CD6FEF527E76CA2005B65A5 /* libSDL2-2.0.0.dylib in Frameworks */, + 6CD6FEF627E76CA2005B65A5 /* libSDL2_ttf-2.0.0.dylib in Frameworks */, + 6CD6FEEF27E76C3F005B65A5 /* libfmodstudio.dylib in Frameworks */, + 6CD6FEF027E76C3F005B65A5 /* libfmod.dylib in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 6CD6FEAE27E76AE0005B65A5 = { + isa = PBXGroup; + children = ( + 6CD6FEB927E76AE0005B65A5 /* Ether */, + 6CD6FEB827E76AE0005B65A5 /* Products */, + 6CD6FEE827E76C3F005B65A5 /* Frameworks */, + ); + sourceTree = ""; + }; + 6CD6FEB827E76AE0005B65A5 /* Products */ = { + isa = PBXGroup; + children = ( + 6CD6FEB727E76AE0005B65A5 /* Ether.app */, + ); + name = Products; + sourceTree = ""; + }; + 6CD6FEB927E76AE0005B65A5 /* Ether */ = { + isa = PBXGroup; + children = ( + 6CD6FF0127E76DC7005B65A5 /* resources */, + 6CD6FF0027E76DB8005B65A5 /* vendor */, + 6CD6FECB27E76BCE005B65A5 /* animation.cpp */, + 6CD6FEDB27E76BCE005B65A5 /* animation.h */, + 6CD6FECD27E76BCE005B65A5 /* consts.h */, + 6CD6FECF27E76BCE005B65A5 /* direction.h */, + 6CD6FECE27E76BCE005B65A5 /* game.cpp */, + 6CD6FED927E76BCE005B65A5 /* game.h */, + 6CD6FED627E76BCE005B65A5 /* interpolation.h */, + 6CD6FEDA27E76BCE005B65A5 /* main.cpp */, + 6CD6FEDD27E76BCE005B65A5 /* map.h */, + 6CD6FED027E76BCE005B65A5 /* menu.cpp */, + 6CD6FED327E76BCE005B65A5 /* menu.h */, + 6CD6FED427E76BCE005B65A5 /* muxer.cpp */, + 6CD6FED727E76BCE005B65A5 /* muxer.h */, + 6CD6FECC27E76BCE005B65A5 /* renderer.cpp */, + 6CD6FED127E76BCE005B65A5 /* renderer.h */, + 6CD6FEDE27E76BCE005B65A5 /* runtime_macos.mm */, + 6CD6FEDF27E76BCF005B65A5 /* runtime.h */, + 6CD6FED227E76BCE005B65A5 /* sign.cpp */, + 6CD6FED827E76BCE005B65A5 /* sign.h */, + 6CD6FED527E76BCE005B65A5 /* timer.h */, + 6CD6FEDC27E76BCE005B65A5 /* util.h */, + 6CD6FEBD27E76AE1005B65A5 /* Assets.xcassets */, + 6CD6FEC227E76AE1005B65A5 /* Info.plist */, + 6CD6FEC527E76AE1005B65A5 /* Ether.entitlements */, + ); + path = Ether; + sourceTree = ""; + }; + 6CD6FEE827E76C3F005B65A5 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 6CD6FF0627E77C59005B65A5 /* Cocoa.framework */, + 6CD6FEF127E76CA2005B65A5 /* libSDL2_image-2.0.0.dylib */, + 6CD6FEF327E76CA2005B65A5 /* libSDL2_ttf-2.0.0.dylib */, + 6CD6FEF227E76CA2005B65A5 /* libSDL2-2.0.0.dylib */, + 6CD6FEEC27E76C3F005B65A5 /* libfmod.dylib */, + 6CD6FEEA27E76C3F005B65A5 /* libfmodL.dylib */, + 6CD6FEEB27E76C3F005B65A5 /* libfmodstudio.dylib */, + 6CD6FEE927E76C3F005B65A5 /* libfmodstudioL.dylib */, + ); + name = Frameworks; + sourceTree = ""; + }; + 6CD6FF0027E76DB8005B65A5 /* vendor */ = { + isa = PBXGroup; + children = ( + 6CD6FF2C27E780E6005B65A5 /* fov.c */, + 6CD6FF2B27E780E6005B65A5 /* fov.h */, + ); + name = vendor; + sourceTree = ""; + }; + 6CD6FF0127E76DC7005B65A5 /* resources */ = { + isa = PBXGroup; + children = ( + 6CD6FF2F27E78218005B65A5 /* Master.bank */, + 6CD6FF2E27E78218005B65A5 /* Master.strings.bank */, + 6CD6FF2627E780D3005B65A5 /* childoflight.txt */, + 6CD6FF2727E780D3005B65A5 /* player_anim.txt */, + 6CD6FF2527E780D3005B65A5 /* softsquare.ttf */, + 6CD6FF0927E77D7A005B65A5 /* icon.png */, + 6CD6FF0A27E77D7A005B65A5 /* lamp.png */, + 6CD6FF0B27E77D7A005B65A5 /* lighting.png */, + 6CD6FF0D27E77D7B005B65A5 /* menu.png */, + 6CD6FF0F27E77D7B005B65A5 /* player.png */, + 6CD6FF0E27E77D7B005B65A5 /* read_instruction.png */, + 6CD6FF0C27E77D7B005B65A5 /* runninbloods.png */, + 6CD6FF1027E77D7B005B65A5 /* title0.png */, + 6CD6FF1127E77D7B005B65A5 /* title1.png */, + 6CD6FF0827E77D7A005B65A5 /* title3.png */, + ); + path = resources; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 6CD6FEB627E76AE0005B65A5 /* Ether */ = { + isa = PBXNativeTarget; + buildConfigurationList = 6CD6FEC827E76AE1005B65A5 /* Build configuration list for PBXNativeTarget "Ether" */; + buildPhases = ( + 6CD6FEB327E76AE0005B65A5 /* Sources */, + 6CD6FEB427E76AE0005B65A5 /* Frameworks */, + 6CD6FEB527E76AE0005B65A5 /* Resources */, + 6CD6FF1E27E77EC6005B65A5 /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Ether; + productName = Ether; + productReference = 6CD6FEB727E76AE0005B65A5 /* Ether.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 6CD6FEAF27E76AE0005B65A5 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 1010; + ORGANIZATIONNAME = "Starla Insigna"; + TargetAttributes = { + 6CD6FEB627E76AE0005B65A5 = { + CreatedOnToolsVersion = 10.1; + }; + }; + }; + buildConfigurationList = 6CD6FEB227E76AE0005B65A5 /* Build configuration list for PBXProject "Ether" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 6CD6FEAE27E76AE0005B65A5; + productRefGroup = 6CD6FEB827E76AE0005B65A5 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 6CD6FEB627E76AE0005B65A5 /* Ether */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 6CD6FEB527E76AE0005B65A5 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6CD6FF3027E78218005B65A5 /* Master.strings.bank in Resources */, + 6CD6FF3127E78218005B65A5 /* Master.bank in Resources */, + 6CD6FF1B27E77D7B005B65A5 /* title1.png in Resources */, + 6CD6FF1927E77D7B005B65A5 /* player.png in Resources */, + 6CD6FF1627E77D7B005B65A5 /* runninbloods.png in Resources */, + 6CD6FF1427E77D7B005B65A5 /* lamp.png in Resources */, + 6CD6FF2827E780D3005B65A5 /* softsquare.ttf in Resources */, + 6CD6FEBE27E76AE1005B65A5 /* Assets.xcassets in Resources */, + 6CD6FF1227E77D7B005B65A5 /* title3.png in Resources */, + 6CD6FF1827E77D7B005B65A5 /* read_instruction.png in Resources */, + 6CD6FF2927E780D3005B65A5 /* childoflight.txt in Resources */, + 6CD6FF1A27E77D7B005B65A5 /* title0.png in Resources */, + 6CD6FF1327E77D7B005B65A5 /* icon.png in Resources */, + 6CD6FF1727E77D7B005B65A5 /* menu.png in Resources */, + 6CD6FF2A27E780D3005B65A5 /* player_anim.txt in Resources */, + 6CD6FF1527E77D7B005B65A5 /* lighting.png in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 6CD6FEB327E76AE0005B65A5 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6CD6FF2D27E780E6005B65A5 /* fov.c in Sources */, + 6CD6FEE727E76BCF005B65A5 /* runtime_macos.mm in Sources */, + 6CD6FEE127E76BCF005B65A5 /* renderer.cpp in Sources */, + 6CD6FEE027E76BCF005B65A5 /* animation.cpp in Sources */, + 6CD6FEE327E76BCF005B65A5 /* menu.cpp in Sources */, + 6CD6FEE427E76BCF005B65A5 /* sign.cpp in Sources */, + 6CD6FEE627E76BCF005B65A5 /* main.cpp in Sources */, + 6CD6FEE227E76BCF005B65A5 /* game.cpp in Sources */, + 6CD6FEE527E76BCF005B65A5 /* muxer.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 6CD6FEC627E76AE1005B65A5 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "-"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.13; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Debug; + }; + 6CD6FEC727E76AE1005B65A5 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "-"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.13; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = macosx; + }; + name = Release; + }; + 6CD6FEC927E76AE1005B65A5 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_CXX_LANGUAGE_STANDARD = "c++17"; + CODE_SIGN_ENTITLEMENTS = Ether/Ether.entitlements; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + HEADER_SEARCH_PATHS = ( + /usr/local/include/SDL2, + /Users/hatkirby/Repos/ether/vendor/fmod/inc, + ); + INFOPLIST_FILE = Ether/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + ); + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + /usr/local/Cellar/sdl2_image/2.0.5/lib, + /usr/local/Cellar/sdl2/2.0.14_1/lib, + /usr/local/Cellar/sdl2_ttf/2.0.15/lib, + /Users/hatkirby/Repos/ether/vendor/fmod/lib, + ); + PRODUCT_BUNDLE_IDENTIFIER = se.feffernoo.Ether; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 6CD6FECA27E76AE1005B65A5 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_CXX_LANGUAGE_STANDARD = "c++17"; + CODE_SIGN_ENTITLEMENTS = Ether/Ether.entitlements; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + HEADER_SEARCH_PATHS = ( + /usr/local/include/SDL2, + /Users/hatkirby/Repos/ether/vendor/fmod/inc, + ); + INFOPLIST_FILE = Ether/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + ); + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + /usr/local/Cellar/sdl2_image/2.0.5/lib, + /usr/local/Cellar/sdl2/2.0.14_1/lib, + /usr/local/Cellar/sdl2_ttf/2.0.15/lib, + /Users/hatkirby/Repos/ether/vendor/fmod/lib, + ); + PRODUCT_BUNDLE_IDENTIFIER = se.feffernoo.Ether; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 6CD6FEB227E76AE0005B65A5 /* Build configuration list for PBXProject "Ether" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6CD6FEC627E76AE1005B65A5 /* Debug */, + 6CD6FEC727E76AE1005B65A5 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 6CD6FEC827E76AE1005B65A5 /* Build configuration list for PBXNativeTarget "Ether" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6CD6FEC927E76AE1005B65A5 /* Debug */, + 6CD6FECA27E76AE1005B65A5 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 6CD6FEAF27E76AE0005B65A5 /* Project object */; +} -- cgit 1.4.1