|
@@ -7,6 +7,7 @@
|
|
|
objects = {
|
|
objects = {
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
/* Begin PBXBuildFile section */
|
|
|
|
|
+ CD1C83562298B55F00825C4E /* fps_counter.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD1C83542298B55F00825C4E /* fps_counter.cxx */; };
|
|
|
CD62D8462251A94C0023219A /* libgraphics.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD62D8452251A94C0023219A /* libgraphics.dylib */; };
|
|
CD62D8462251A94C0023219A /* libgraphics.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD62D8452251A94C0023219A /* libgraphics.dylib */; };
|
|
|
CD62D8482251A9500023219A /* libmath.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD62D8472251A9500023219A /* libmath.dylib */; };
|
|
CD62D8482251A9500023219A /* libmath.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD62D8472251A9500023219A /* libmath.dylib */; };
|
|
|
CD62FCCE22904A8900376440 /* libengine.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CDB1F8AE1D7A30CD00700C6B /* libengine.dylib */; };
|
|
CD62FCCE22904A8900376440 /* libengine.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CDB1F8AE1D7A30CD00700C6B /* libengine.dylib */; };
|
|
@@ -66,6 +67,7 @@
|
|
|
/* End PBXContainerItemProxy section */
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
/* Begin PBXFileReference section */
|
|
|
|
|
+ CD1C83542298B55F00825C4E /* fps_counter.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = fps_counter.cxx; sourceTree = "<group>"; };
|
|
|
CD62D8452251A94C0023219A /* libgraphics.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libgraphics.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
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; };
|
|
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>"; };
|
|
CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
|
|
@@ -171,6 +173,7 @@
|
|
|
CD62FD33229364DB00376440 /* entity.cxx */,
|
|
CD62FD33229364DB00376440 /* entity.cxx */,
|
|
|
CDB1F8D01D7A32A300700C6B /* events.cpp */,
|
|
CDB1F8D01D7A32A300700C6B /* events.cpp */,
|
|
|
CDB1F8C61D7A312B00700C6B /* game_dispatch.cpp */,
|
|
CDB1F8C61D7A312B00700C6B /* game_dispatch.cpp */,
|
|
|
|
|
+ CD1C83542298B55F00825C4E /* fps_counter.cxx */,
|
|
|
CDB1F8CA1D7A319A00700C6B /* scene.cpp */,
|
|
CDB1F8CA1D7A319A00700C6B /* scene.cpp */,
|
|
|
CD62FD3E2293746900376440 /* serial.cxx */,
|
|
CD62FD3E2293746900376440 /* serial.cxx */,
|
|
|
);
|
|
);
|
|
@@ -345,6 +348,7 @@
|
|
|
files = (
|
|
files = (
|
|
|
CD62FD35229364DB00376440 /* entity.cxx in Sources */,
|
|
CD62FD35229364DB00376440 /* entity.cxx in Sources */,
|
|
|
CDB1F8D21D7A32A300700C6B /* events.cpp in Sources */,
|
|
CDB1F8D21D7A32A300700C6B /* events.cpp in Sources */,
|
|
|
|
|
+ CD1C83562298B55F00825C4E /* fps_counter.cxx in Sources */,
|
|
|
CDB1F8CC1D7A319A00700C6B /* scene.cpp in Sources */,
|
|
CDB1F8CC1D7A319A00700C6B /* scene.cpp in Sources */,
|
|
|
CDB1F8C81D7A312B00700C6B /* game_dispatch.cpp in Sources */,
|
|
CDB1F8C81D7A312B00700C6B /* game_dispatch.cpp in Sources */,
|
|
|
CD62FD402293746900376440 /* serial.cxx in Sources */,
|
|
CD62FD402293746900376440 /* serial.cxx in Sources */,
|