| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXBuildFile section */
- CD1C83562298B55F00825C4E /* fps_counter.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD1C83542298B55F00825C4E /* fps_counter.cxx */; };
- CD1C8419229A095600825C4E /* text_engine.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD1C8417229A095600825C4E /* text_engine.cxx */; };
- CD39A89222F6052D00FEC384 /* entity_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD39A89122F6052D00FEC384 /* entity_test.cxx */; };
- CD62D8462251A94C0023219A /* libgraphics.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD62D8452251A94C0023219A /* libgraphics.dylib */; };
- CD62D8482251A9500023219A /* libmath.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD62D8472251A9500023219A /* libmath.dylib */; };
- CD62FCCE22904A8900376440 /* libengine.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CDB1F8AE1D7A30CD00700C6B /* libengine.dylib */; };
- CD62FCD622904A9B00376440 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD62FCBE22904A7C00376440 /* GoogleMock.framework */; };
- CD62FD35229364DB00376440 /* entity.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD62FD33229364DB00376440 /* entity.cxx */; settings = {COMPILER_FLAGS = "-fvisibility=default"; }; };
- CD62FD402293746900376440 /* serial.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD62FD3E2293746900376440 /* serial.cxx */; settings = {COMPILER_FLAGS = "-fvisibility=default"; }; };
- CD7E87792295FAB400D877FE /* libgameutils.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD7E87782295FAB400D877FE /* libgameutils.dylib */; };
- CD8064EF22D21EB500B9B4E4 /* libgraphics.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD62D8452251A94C0023219A /* libgraphics.dylib */; };
- CD8064F422D2284500B9B4E4 /* data in Resources */ = {isa = PBXBuildFile; fileRef = CD8064F322D2284500B9B4E4 /* data */; };
- CD8064F622D228D300B9B4E4 /* text_engine_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD8064F522D228D300B9B4E4 /* text_engine_test.cxx */; };
- CD8064F722D22BF500B9B4E4 /* libgameutils.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD7E87782295FAB400D877FE /* libgameutils.dylib */; };
- CD8064F922D2984400B9B4E4 /* fps_counter_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD8064F822D2984400B9B4E4 /* fps_counter_test.cxx */; };
- CD8064FB22D69CAE00B9B4E4 /* game_dispatch_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD8064FA22D69CAE00B9B4E4 /* game_dispatch_test.cxx */; };
- CD8064FD22D9456100B9B4E4 /* scene_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD8064FC22D9456100B9B4E4 /* scene_test.cxx */; };
- CD8064FE22DA621200B9B4E4 /* libmath.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD62D8472251A9500023219A /* libmath.dylib */; };
- CD9F1BA42B74428E0035EDF5 /* KeyBindingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD9F1BA32B74428E0035EDF5 /* KeyBindingView.mm */; };
- CD9F1BAA2B7446A80035EDF5 /* libjsoncpp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CD9F1BA92B7446A80035EDF5 /* libjsoncpp.a */; };
- CD9F1BB02B7447080035EDF5 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD9F1BAF2B7447080035EDF5 /* Cocoa.framework */; };
- CDAE63252B77C52F00551FB8 /* libjsoncpp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CD9F1BA92B7446A80035EDF5 /* libjsoncpp.a */; };
- CDB1F8C81D7A312B00700C6B /* game_dispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB1F8C61D7A312B00700C6B /* game_dispatch.cpp */; settings = {COMPILER_FLAGS = "-fvisibility=default"; }; };
- CDB1F8CC1D7A319A00700C6B /* scene.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB1F8CA1D7A319A00700C6B /* scene.cpp */; settings = {COMPILER_FLAGS = "-fvisibility=default"; }; };
- CDB1F8D21D7A32A300700C6B /* events.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB1F8D01D7A32A300700C6B /* events.cpp */; settings = {COMPILER_FLAGS = "-fvisibility=default"; }; };
- CDED9C5122A4114F00AE5CE5 /* serial_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDED9C5022A4114F00AE5CE5 /* serial_test.cxx */; };
- /* End PBXBuildFile section */
- /* Begin PBXContainerItemProxy section */
- CD62FCBD22904A7C00376440 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = 05818F861A685AEA0072A469;
- remoteInfo = GoogleMock;
- };
- CD62FCBF22904A7C00376440 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = 05E96ABD1A68600C00204102;
- remoteInfo = gmock;
- };
- CD62FCC122904A7C00376440 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = 05E96B1F1A68634900204102;
- remoteInfo = gtest;
- };
- CD62FCC322904A7C00376440 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = 05818F901A685AEA0072A469;
- remoteInfo = GoogleMockTests;
- };
- CD62FCCF22904A8900376440 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CDB1F8A61D7A30CD00700C6B /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = CDB1F8AD1D7A30CD00700C6B;
- remoteInfo = engine;
- };
- CD62FCD422904A9700376440 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */;
- proxyType = 1;
- remoteGlobalIDString = 05818F851A685AEA0072A469;
- remoteInfo = GoogleMock;
- };
- CD9F1BC82B7469130035EDF5 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CD9F1BC42B7469130035EDF5 /* gameutils.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = CD3AC7081D2C0726002B4BB0;
- remoteInfo = gameutils;
- };
- CD9F1BCA2B7469340035EDF5 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CD9F1BC42B7469130035EDF5 /* gameutils.xcodeproj */;
- proxyType = 1;
- remoteGlobalIDString = CD3AC7071D2C0726002B4BB0;
- remoteInfo = gameutils;
- };
- CD9F1BE82B74697A0035EDF5 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CD9F1BE22B74697A0035EDF5 /* graphics.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = CD3AC6E21D2C0364002B4BB0;
- remoteInfo = graphics;
- };
- CD9F1BEA2B74697A0035EDF5 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CD9F1BE22B74697A0035EDF5 /* graphics.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = CDED9C1422A2D6CD00AE5CE5;
- remoteInfo = "graphics-test";
- };
- CD9F1BEC2B74697A0035EDF5 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CD9F1BE22B74697A0035EDF5 /* graphics.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = CD6CDB61234EA31500D76C1A;
- remoteInfo = opengl_graphics;
- };
- CD9F1BF32B74697A0035EDF5 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CD9F1BEE2B74697A0035EDF5 /* math.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = CD3786181CF9F61100BE89B2;
- remoteInfo = math;
- };
- CD9F1BF52B74697A0035EDF5 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CD9F1BEE2B74697A0035EDF5 /* math.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = CD1FCFCD227E194D00F9BF93;
- remoteInfo = "math-test";
- };
- CD9F1BF72B7469810035EDF5 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CD9F1BE22B74697A0035EDF5 /* graphics.xcodeproj */;
- proxyType = 1;
- remoteGlobalIDString = CD3AC6E11D2C0364002B4BB0;
- remoteInfo = graphics;
- };
- CD9F1BF92B7469810035EDF5 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CD9F1BEE2B74697A0035EDF5 /* math.xcodeproj */;
- proxyType = 1;
- remoteGlobalIDString = CD3786171CF9F61100BE89B2;
- remoteInfo = math;
- };
- CDAE63822B77D89D00551FB8 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CDAE637C2B77D89D00551FB8 /* test-helpers.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = CD6030FC2AF67772000D9F31;
- remoteInfo = "test-helpers";
- };
- CDAE63842B77D89D00551FB8 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CDAE637C2B77D89D00551FB8 /* test-helpers.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = CDD965FA2B654D090091D92C;
- remoteInfo = "test-helpers-test";
- };
- CDAE63862B77D8A700551FB8 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CDAE637C2B77D89D00551FB8 /* test-helpers.xcodeproj */;
- proxyType = 1;
- remoteGlobalIDString = CD6030FB2AF67772000D9F31;
- remoteInfo = "test-helpers";
- };
- /* End PBXContainerItemProxy section */
- /* Begin PBXFileReference section */
- CD1C83542298B55F00825C4E /* fps_counter.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = fps_counter.cxx; sourceTree = "<group>"; };
- CD1C8417229A095600825C4E /* text_engine.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = text_engine.cxx; sourceTree = "<group>"; };
- CD39A89122F6052D00FEC384 /* entity_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = entity_test.cxx; sourceTree = "<group>"; };
- CD62D8452251A94C0023219A /* libgraphics.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libgraphics.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
- CD62D8472251A9500023219A /* libmath.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libmath.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
- CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
- CD62FCC922904A8900376440 /* engine-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "engine-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
- CD62FCCD22904A8900376440 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- CD62FD33229364DB00376440 /* entity.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = entity.cxx; sourceTree = "<group>"; };
- CD62FD3E2293746900376440 /* serial.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = serial.cxx; sourceTree = "<group>"; };
- CD7E87782295FAB400D877FE /* libgameutils.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libgameutils.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
- CD8064F322D2284500B9B4E4 /* data */ = {isa = PBXFileReference; lastKnownFileType = folder; path = data; sourceTree = "<group>"; };
- CD8064F522D228D300B9B4E4 /* text_engine_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = text_engine_test.cxx; sourceTree = "<group>"; };
- CD8064F822D2984400B9B4E4 /* fps_counter_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = fps_counter_test.cxx; sourceTree = "<group>"; };
- CD8064FA22D69CAE00B9B4E4 /* game_dispatch_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = game_dispatch_test.cxx; sourceTree = "<group>"; };
- CD8064FC22D9456100B9B4E4 /* scene_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = scene_test.cxx; sourceTree = "<group>"; };
- CD8FBC822B743A7D00CE38F1 /* engine_fwd.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = engine_fwd.hpp; sourceTree = "<group>"; };
- CD8FBC832B743A7D00CE38F1 /* serial.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = serial.hpp; sourceTree = "<group>"; };
- CD8FBC842B743A7D00CE38F1 /* events.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = events.hpp; sourceTree = "<group>"; };
- CD8FBC852B743A7D00CE38F1 /* game_dispatch.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = game_dispatch.hpp; sourceTree = "<group>"; };
- CD8FBC862B743A7D00CE38F1 /* fps_counter.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = fps_counter.hpp; sourceTree = "<group>"; };
- CD8FBC872B743A7D00CE38F1 /* scene.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = scene.hpp; sourceTree = "<group>"; };
- CD8FBC882B743A7D00CE38F1 /* text_engine.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = text_engine.hpp; sourceTree = "<group>"; };
- CD8FBC892B743A7D00CE38F1 /* entity.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = entity.hpp; sourceTree = "<group>"; };
- CD9F1BA32B74428E0035EDF5 /* KeyBindingView.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = KeyBindingView.mm; sourceTree = "<group>"; };
- CD9F1BA82B7442FE0035EDF5 /* KeyBindingView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KeyBindingView.h; sourceTree = "<group>"; };
- CD9F1BA92B7446A80035EDF5 /* libjsoncpp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjsoncpp.a; path = ../../../../../../../opt/local/lib/libjsoncpp.a; sourceTree = "<group>"; };
- CD9F1BAB2B7446E10035EDF5 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
- CD9F1BAD2B7446EC0035EDF5 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
- CD9F1BAF2B7447080035EDF5 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
- CD9F1BC42B7469130035EDF5 /* gameutils.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = gameutils.xcodeproj; path = ../util/gameutils.xcodeproj; sourceTree = "<group>"; };
- CD9F1BE22B74697A0035EDF5 /* graphics.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = graphics.xcodeproj; path = ../graphics/graphics.xcodeproj; sourceTree = "<group>"; };
- CD9F1BEE2B74697A0035EDF5 /* math.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = math.xcodeproj; path = ../math/math.xcodeproj; sourceTree = "<group>"; };
- CDA34D8422515C99008036A7 /* game */ = {isa = PBXFileReference; lastKnownFileType = folder; name = game; path = include/game; sourceTree = "<group>"; };
- CDAE637C2B77D89D00551FB8 /* test-helpers.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "test-helpers.xcodeproj"; path = "../external/test-helpers/test-helpers.xcodeproj"; sourceTree = "<group>"; };
- CDB1F8AE1D7A30CD00700C6B /* libengine.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libengine.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
- CDB1F8C61D7A312B00700C6B /* game_dispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = game_dispatch.cpp; sourceTree = "<group>"; };
- CDB1F8CA1D7A319A00700C6B /* scene.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scene.cpp; sourceTree = "<group>"; };
- CDB1F8D01D7A32A300700C6B /* events.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = events.cpp; sourceTree = "<group>"; };
- CDED9C4C22A4112200AE5CE5 /* mock_renderer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = mock_renderer.h; sourceTree = "<group>"; };
- CDED9C5022A4114F00AE5CE5 /* serial_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = serial_test.cxx; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- CD62FCC622904A8900376440 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- CD8064FE22DA621200B9B4E4 /* libmath.dylib in Frameworks */,
- CD8064F722D22BF500B9B4E4 /* libgameutils.dylib in Frameworks */,
- CD8064EF22D21EB500B9B4E4 /* libgraphics.dylib in Frameworks */,
- CD62FCD622904A9B00376440 /* GoogleMock.framework in Frameworks */,
- CD62FCCE22904A8900376440 /* libengine.dylib in Frameworks */,
- CDAE63252B77C52F00551FB8 /* libjsoncpp.a in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- CDB1F8AB1D7A30CD00700C6B /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- CD9F1BB02B7447080035EDF5 /* Cocoa.framework in Frameworks */,
- CD7E87792295FAB400D877FE /* libgameutils.dylib in Frameworks */,
- CD62D8482251A9500023219A /* libmath.dylib in Frameworks */,
- CD62D8462251A94C0023219A /* libgraphics.dylib in Frameworks */,
- CD9F1BAA2B7446A80035EDF5 /* libjsoncpp.a in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- CD62D8442251A94C0023219A /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- CD9F1BAF2B7447080035EDF5 /* Cocoa.framework */,
- CD9F1BAD2B7446EC0035EDF5 /* Foundation.framework */,
- CD9F1BAB2B7446E10035EDF5 /* AVFoundation.framework */,
- CD9F1BA92B7446A80035EDF5 /* libjsoncpp.a */,
- CD7E87782295FAB400D877FE /* libgameutils.dylib */,
- CD62D8452251A94C0023219A /* libgraphics.dylib */,
- CD62D8472251A9500023219A /* libmath.dylib */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- CD62FCB722904A7B00376440 /* Products */ = {
- isa = PBXGroup;
- children = (
- CD62FCBE22904A7C00376440 /* GoogleMock.framework */,
- CD62FCC022904A7C00376440 /* gmock.framework */,
- CD62FCC222904A7C00376440 /* gtest.framework */,
- CD62FCC422904A7C00376440 /* GoogleMockTests.xctest */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- CD62FCCA22904A8900376440 /* engine-test */ = {
- isa = PBXGroup;
- children = (
- CD62FCCD22904A8900376440 /* Info.plist */,
- );
- path = "engine-test";
- sourceTree = "<group>";
- };
- CD8FBC7F2B743A7D00CE38F1 /* include */ = {
- isa = PBXGroup;
- children = (
- CD8FBC802B743A7D00CE38F1 /* game */,
- );
- path = include;
- sourceTree = "<group>";
- };
- CD8FBC802B743A7D00CE38F1 /* game */ = {
- isa = PBXGroup;
- children = (
- CD9F1BA72B7442FE0035EDF5 /* osx */,
- CD8FBC812B743A7D00CE38F1 /* engine */,
- );
- path = game;
- sourceTree = "<group>";
- };
- CD8FBC812B743A7D00CE38F1 /* engine */ = {
- isa = PBXGroup;
- children = (
- CD8FBC822B743A7D00CE38F1 /* engine_fwd.hpp */,
- CD8FBC832B743A7D00CE38F1 /* serial.hpp */,
- CD8FBC842B743A7D00CE38F1 /* events.hpp */,
- CD8FBC852B743A7D00CE38F1 /* game_dispatch.hpp */,
- CD8FBC862B743A7D00CE38F1 /* fps_counter.hpp */,
- CD8FBC872B743A7D00CE38F1 /* scene.hpp */,
- CD8FBC882B743A7D00CE38F1 /* text_engine.hpp */,
- CD8FBC892B743A7D00CE38F1 /* entity.hpp */,
- );
- path = engine;
- sourceTree = "<group>";
- };
- CD9F1BA72B7442FE0035EDF5 /* osx */ = {
- isa = PBXGroup;
- children = (
- CD9F1BA82B7442FE0035EDF5 /* KeyBindingView.h */,
- );
- name = osx;
- path = include/game/osx;
- sourceTree = SOURCE_ROOT;
- };
- CD9F1BC52B7469130035EDF5 /* Products */ = {
- isa = PBXGroup;
- children = (
- CD9F1BC92B7469130035EDF5 /* libgameutils.dylib */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- CD9F1BE32B74697A0035EDF5 /* Products */ = {
- isa = PBXGroup;
- children = (
- CD9F1BE92B74697A0035EDF5 /* libgraphics.dylib */,
- CD9F1BEB2B74697A0035EDF5 /* graphics-test.xctest */,
- CD9F1BED2B74697A0035EDF5 /* libopengl_graphics.dylib */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- CD9F1BEF2B74697A0035EDF5 /* Products */ = {
- isa = PBXGroup;
- children = (
- CD9F1BF42B74697A0035EDF5 /* libmath.dylib */,
- CD9F1BF62B74697A0035EDF5 /* math-test.xctest */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- CDA34D8522515CA9008036A7 /* test */ = {
- isa = PBXGroup;
- children = (
- CD8064F322D2284500B9B4E4 /* data */,
- CDED9C4C22A4112200AE5CE5 /* mock_renderer.h */,
- CDED9C5022A4114F00AE5CE5 /* serial_test.cxx */,
- CD8064FC22D9456100B9B4E4 /* scene_test.cxx */,
- CD8064F522D228D300B9B4E4 /* text_engine_test.cxx */,
- CD8064FA22D69CAE00B9B4E4 /* game_dispatch_test.cxx */,
- CD39A89122F6052D00FEC384 /* entity_test.cxx */,
- CD8064F822D2984400B9B4E4 /* fps_counter_test.cxx */,
- );
- path = test;
- sourceTree = "<group>";
- };
- CDAE637D2B77D89D00551FB8 /* Products */ = {
- isa = PBXGroup;
- children = (
- CDAE63832B77D89D00551FB8 /* libtest-helpers.a */,
- CDAE63852B77D89D00551FB8 /* test-helpers-test.xctest */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- CDB1F8A51D7A30CD00700C6B = {
- isa = PBXGroup;
- children = (
- CD9F1BC42B7469130035EDF5 /* gameutils.xcodeproj */,
- CD9F1BE22B74697A0035EDF5 /* graphics.xcodeproj */,
- CD9F1BEE2B74697A0035EDF5 /* math.xcodeproj */,
- CDAE637C2B77D89D00551FB8 /* test-helpers.xcodeproj */,
- CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */,
- CDA34D8422515C99008036A7 /* game */,
- CD8FBC7F2B743A7D00CE38F1 /* include */,
- CDB1F8B01D7A30CD00700C6B /* src */,
- CDA34D8522515CA9008036A7 /* test */,
- CD62FCCA22904A8900376440 /* engine-test */,
- CDB1F8AF1D7A30CD00700C6B /* Products */,
- CD62D8442251A94C0023219A /* Frameworks */,
- );
- sourceTree = "<group>";
- };
- CDB1F8AF1D7A30CD00700C6B /* Products */ = {
- isa = PBXGroup;
- children = (
- CDB1F8AE1D7A30CD00700C6B /* libengine.dylib */,
- CD62FCC922904A8900376440 /* engine-test.xctest */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- CDB1F8B01D7A30CD00700C6B /* src */ = {
- isa = PBXGroup;
- children = (
- CD9F1BA32B74428E0035EDF5 /* KeyBindingView.mm */,
- CD62FD33229364DB00376440 /* entity.cxx */,
- CDB1F8D01D7A32A300700C6B /* events.cpp */,
- CDB1F8C61D7A312B00700C6B /* game_dispatch.cpp */,
- CD1C83542298B55F00825C4E /* fps_counter.cxx */,
- CD1C8417229A095600825C4E /* text_engine.cxx */,
- CDB1F8CA1D7A319A00700C6B /* scene.cpp */,
- CD62FD3E2293746900376440 /* serial.cxx */,
- );
- path = src;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXHeadersBuildPhase section */
- CDB1F8AC1D7A30CD00700C6B /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXHeadersBuildPhase section */
- /* Begin PBXNativeTarget section */
- CD62FCC822904A8900376440 /* engine-test */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = CD62FCD122904A8900376440 /* Build configuration list for PBXNativeTarget "engine-test" */;
- buildPhases = (
- CD62FCC522904A8900376440 /* Sources */,
- CD62FCC622904A8900376440 /* Frameworks */,
- CD62FCC722904A8900376440 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- CDAE63872B77D8A700551FB8 /* PBXTargetDependency */,
- CD62FCD522904A9700376440 /* PBXTargetDependency */,
- CD62FCD022904A8900376440 /* PBXTargetDependency */,
- );
- name = "engine-test";
- productName = "engine-test";
- productReference = CD62FCC922904A8900376440 /* engine-test.xctest */;
- productType = "com.apple.product-type.bundle.unit-test";
- };
- CDB1F8AD1D7A30CD00700C6B /* engine */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = CDB1F8B91D7A30CD00700C6B /* Build configuration list for PBXNativeTarget "engine" */;
- buildPhases = (
- CDB1F8AA1D7A30CD00700C6B /* Sources */,
- CDB1F8AB1D7A30CD00700C6B /* Frameworks */,
- CDB1F8AC1D7A30CD00700C6B /* Headers */,
- CD6F73E9225185A00081ED74 /* ShellScript */,
- );
- buildRules = (
- );
- dependencies = (
- CD9F1BF82B7469810035EDF5 /* PBXTargetDependency */,
- CD9F1BFA2B7469810035EDF5 /* PBXTargetDependency */,
- CD9F1BCB2B7469340035EDF5 /* PBXTargetDependency */,
- );
- name = engine;
- productName = engine;
- productReference = CDB1F8AE1D7A30CD00700C6B /* libengine.dylib */;
- productType = "com.apple.product-type.library.dynamic";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- CDB1F8A61D7A30CD00700C6B /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastSwiftUpdateCheck = 1010;
- LastUpgradeCheck = 1240;
- ORGANIZATIONNAME = "Sam Jaffe";
- TargetAttributes = {
- CD62FCC822904A8900376440 = {
- CreatedOnToolsVersion = 10.1;
- ProvisioningStyle = Automatic;
- };
- CDB1F8AD1D7A30CD00700C6B = {
- CreatedOnToolsVersion = 7.2.1;
- };
- };
- };
- buildConfigurationList = CDB1F8A91D7A30CD00700C6B /* Build configuration list for PBXProject "engine" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = en;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = CDB1F8A51D7A30CD00700C6B;
- productRefGroup = CDB1F8AF1D7A30CD00700C6B /* Products */;
- projectDirPath = "";
- projectReferences = (
- {
- ProductGroup = CD9F1BC52B7469130035EDF5 /* Products */;
- ProjectRef = CD9F1BC42B7469130035EDF5 /* gameutils.xcodeproj */;
- },
- {
- ProductGroup = CD62FCB722904A7B00376440 /* Products */;
- ProjectRef = CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */;
- },
- {
- ProductGroup = CD9F1BE32B74697A0035EDF5 /* Products */;
- ProjectRef = CD9F1BE22B74697A0035EDF5 /* graphics.xcodeproj */;
- },
- {
- ProductGroup = CD9F1BEF2B74697A0035EDF5 /* Products */;
- ProjectRef = CD9F1BEE2B74697A0035EDF5 /* math.xcodeproj */;
- },
- {
- ProductGroup = CDAE637D2B77D89D00551FB8 /* Products */;
- ProjectRef = CDAE637C2B77D89D00551FB8 /* test-helpers.xcodeproj */;
- },
- );
- projectRoot = "";
- targets = (
- CDB1F8AD1D7A30CD00700C6B /* engine */,
- CD62FCC822904A8900376440 /* engine-test */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXReferenceProxy section */
- CD62FCBE22904A7C00376440 /* GoogleMock.framework */ = {
- isa = PBXReferenceProxy;
- fileType = wrapper.framework;
- path = GoogleMock.framework;
- remoteRef = CD62FCBD22904A7C00376440 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- CD62FCC022904A7C00376440 /* gmock.framework */ = {
- isa = PBXReferenceProxy;
- fileType = wrapper.framework;
- path = gmock.framework;
- remoteRef = CD62FCBF22904A7C00376440 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- CD62FCC222904A7C00376440 /* gtest.framework */ = {
- isa = PBXReferenceProxy;
- fileType = wrapper.framework;
- path = gtest.framework;
- remoteRef = CD62FCC122904A7C00376440 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- CD62FCC422904A7C00376440 /* GoogleMockTests.xctest */ = {
- isa = PBXReferenceProxy;
- fileType = wrapper.cfbundle;
- path = GoogleMockTests.xctest;
- remoteRef = CD62FCC322904A7C00376440 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- CD9F1BC92B7469130035EDF5 /* libgameutils.dylib */ = {
- isa = PBXReferenceProxy;
- fileType = "compiled.mach-o.dylib";
- path = libgameutils.dylib;
- remoteRef = CD9F1BC82B7469130035EDF5 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- CD9F1BE92B74697A0035EDF5 /* libgraphics.dylib */ = {
- isa = PBXReferenceProxy;
- fileType = "compiled.mach-o.dylib";
- path = libgraphics.dylib;
- remoteRef = CD9F1BE82B74697A0035EDF5 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- CD9F1BEB2B74697A0035EDF5 /* graphics-test.xctest */ = {
- isa = PBXReferenceProxy;
- fileType = wrapper.cfbundle;
- path = "graphics-test.xctest";
- remoteRef = CD9F1BEA2B74697A0035EDF5 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- CD9F1BED2B74697A0035EDF5 /* libopengl_graphics.dylib */ = {
- isa = PBXReferenceProxy;
- fileType = "compiled.mach-o.dylib";
- path = libopengl_graphics.dylib;
- remoteRef = CD9F1BEC2B74697A0035EDF5 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- CD9F1BF42B74697A0035EDF5 /* libmath.dylib */ = {
- isa = PBXReferenceProxy;
- fileType = "compiled.mach-o.dylib";
- path = libmath.dylib;
- remoteRef = CD9F1BF32B74697A0035EDF5 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- CD9F1BF62B74697A0035EDF5 /* math-test.xctest */ = {
- isa = PBXReferenceProxy;
- fileType = wrapper.cfbundle;
- path = "math-test.xctest";
- remoteRef = CD9F1BF52B74697A0035EDF5 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- CDAE63832B77D89D00551FB8 /* libtest-helpers.a */ = {
- isa = PBXReferenceProxy;
- fileType = archive.ar;
- path = "libtest-helpers.a";
- remoteRef = CDAE63822B77D89D00551FB8 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- CDAE63852B77D89D00551FB8 /* test-helpers-test.xctest */ = {
- isa = PBXReferenceProxy;
- fileType = wrapper.cfbundle;
- path = "test-helpers-test.xctest";
- remoteRef = CDAE63842B77D89D00551FB8 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- /* End PBXReferenceProxy section */
- /* Begin PBXResourcesBuildPhase section */
- CD62FCC722904A8900376440 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- CD8064F422D2284500B9B4E4 /* data in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXShellScriptBuildPhase section */
- CD6F73E9225185A00081ED74 /* ShellScript */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- );
- inputPaths = (
- );
- outputFileListPaths = (
- );
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "mkdir -p ${BUILT_PRODUCTS_DIR}/usr/local/include/\ncp -r ${PROJECT_DIR}/include/* ${BUILT_PRODUCTS_DIR}/usr/local/include/\n";
- };
- /* End PBXShellScriptBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- CD62FCC522904A8900376440 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- CD8064F922D2984400B9B4E4 /* fps_counter_test.cxx in Sources */,
- CD8064FD22D9456100B9B4E4 /* scene_test.cxx in Sources */,
- CD8064F622D228D300B9B4E4 /* text_engine_test.cxx in Sources */,
- CDED9C5122A4114F00AE5CE5 /* serial_test.cxx in Sources */,
- CD39A89222F6052D00FEC384 /* entity_test.cxx in Sources */,
- CD8064FB22D69CAE00B9B4E4 /* game_dispatch_test.cxx in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- CDB1F8AA1D7A30CD00700C6B /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- CD9F1BA42B74428E0035EDF5 /* KeyBindingView.mm in Sources */,
- CD62FD35229364DB00376440 /* entity.cxx in Sources */,
- CDB1F8D21D7A32A300700C6B /* events.cpp in Sources */,
- CD1C83562298B55F00825C4E /* fps_counter.cxx in Sources */,
- CDB1F8CC1D7A319A00700C6B /* scene.cpp in Sources */,
- CDB1F8C81D7A312B00700C6B /* game_dispatch.cpp in Sources */,
- CD62FD402293746900376440 /* serial.cxx in Sources */,
- CD1C8419229A095600825C4E /* text_engine.cxx in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin PBXTargetDependency section */
- CD62FCD022904A8900376440 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = CDB1F8AD1D7A30CD00700C6B /* engine */;
- targetProxy = CD62FCCF22904A8900376440 /* PBXContainerItemProxy */;
- };
- CD62FCD522904A9700376440 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = GoogleMock;
- targetProxy = CD62FCD422904A9700376440 /* PBXContainerItemProxy */;
- };
- CD9F1BCB2B7469340035EDF5 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = gameutils;
- targetProxy = CD9F1BCA2B7469340035EDF5 /* PBXContainerItemProxy */;
- };
- CD9F1BF82B7469810035EDF5 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = graphics;
- targetProxy = CD9F1BF72B7469810035EDF5 /* PBXContainerItemProxy */;
- };
- CD9F1BFA2B7469810035EDF5 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = math;
- targetProxy = CD9F1BF92B7469810035EDF5 /* PBXContainerItemProxy */;
- };
- CDAE63872B77D8A700551FB8 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = "test-helpers";
- targetProxy = CDAE63862B77D8A700551FB8 /* PBXContainerItemProxy */;
- };
- /* End PBXTargetDependency section */
- /* Begin XCBuildConfiguration section */
- CD62FCD222904A8900376440 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
- CLANG_ENABLE_OBJC_WEAK = YES;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
- CODE_SIGN_STYLE = Automatic;
- COMBINE_HIDPI_IMAGES = YES;
- GCC_C_LANGUAGE_STANDARD = gnu11;
- INFOPLIST_FILE = "engine-test/Info.plist";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
- LIBRARY_SEARCH_PATHS = (
- "$(inherited)",
- /opt/local/lib,
- );
- MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
- MTL_FAST_MATH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.engine-test";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- SWIFT_VERSION = 4.2;
- };
- name = Debug;
- };
- CD62FCD322904A8900376440 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
- CLANG_ENABLE_OBJC_WEAK = YES;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
- CODE_SIGN_STYLE = Automatic;
- COMBINE_HIDPI_IMAGES = YES;
- GCC_C_LANGUAGE_STANDARD = gnu11;
- INFOPLIST_FILE = "engine-test/Info.plist";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
- LIBRARY_SEARCH_PATHS = (
- "$(inherited)",
- /opt/local/lib,
- );
- MTL_FAST_MATH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.engine-test";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
- SWIFT_VERSION = 4.2;
- };
- name = Release;
- };
- CDB1F8B71D7A30CD00700C6B /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
- CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = 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_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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- 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 = gnu99;
- 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;
- MTL_ENABLE_DEBUG_INFO = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = macosx;
- SYSTEM_HEADER_SEARCH_PATHS = "/opt/local/include $(TARGET_BUILD_DIR)/usr/local/include";
- USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include";
- };
- name = Debug;
- };
- CDB1F8B81D7A30CD00700C6B /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
- CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = 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_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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- 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 = gnu99;
- 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;
- MTL_ENABLE_DEBUG_INFO = NO;
- SDKROOT = macosx;
- SYSTEM_HEADER_SEARCH_PATHS = "/opt/local/include $(TARGET_BUILD_DIR)/usr/local/include";
- USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include";
- };
- name = Release;
- };
- CDB1F8BA1D7A30CD00700C6B /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- EXECUTABLE_PREFIX = lib;
- GCC_ENABLE_CPP_EXCEPTIONS = YES;
- GCC_ENABLE_CPP_RTTI = YES;
- GCC_SYMBOLS_PRIVATE_EXTERN = YES;
- LIBRARY_SEARCH_PATHS = (
- "$(inherited)",
- /opt/local/lib,
- );
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Debug;
- };
- CDB1F8BB1D7A30CD00700C6B /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- EXECUTABLE_PREFIX = lib;
- GCC_ENABLE_CPP_EXCEPTIONS = YES;
- GCC_ENABLE_CPP_RTTI = YES;
- GCC_SYMBOLS_PRIVATE_EXTERN = YES;
- LIBRARY_SEARCH_PATHS = (
- "$(inherited)",
- /opt/local/lib,
- );
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- CD62FCD122904A8900376440 /* Build configuration list for PBXNativeTarget "engine-test" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- CD62FCD222904A8900376440 /* Debug */,
- CD62FCD322904A8900376440 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- CDB1F8A91D7A30CD00700C6B /* Build configuration list for PBXProject "engine" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- CDB1F8B71D7A30CD00700C6B /* Debug */,
- CDB1F8B81D7A30CD00700C6B /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- CDB1F8B91D7A30CD00700C6B /* Build configuration list for PBXNativeTarget "engine" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- CDB1F8BA1D7A30CD00700C6B /* Debug */,
- CDB1F8BB1D7A30CD00700C6B /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = CDB1F8A61D7A30CD00700C6B /* Project object */;
- }
|