|
@ -22,6 +22,7 @@ |
|
|
397EFC7C1A08E7680009286E /* ofxPiMapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 397EFC7B1A08E7680009286E /* ofxPiMapper.cpp */; }; |
|
|
397EFC7C1A08E7680009286E /* ofxPiMapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 397EFC7B1A08E7680009286E /* ofxPiMapper.cpp */; }; |
|
|
397EFC7F1A08FE720009286E /* FboSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 397EFC7D1A08FE720009286E /* FboSource.cpp */; }; |
|
|
397EFC7F1A08FE720009286E /* FboSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 397EFC7D1A08FE720009286E /* FboSource.cpp */; }; |
|
|
397EFC821A09047C0009286E /* CustomSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 397EFC801A09047C0009286E /* CustomSource.cpp */; }; |
|
|
397EFC821A09047C0009286E /* CustomSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 397EFC801A09047C0009286E /* CustomSource.cpp */; }; |
|
|
|
|
|
39A9AAE01B04E78600AA83BC /* RemoveSurfaceCommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39A9AADE1B04E78600AA83BC /* RemoveSurfaceCommand.cpp */; }; |
|
|
39C1243319EE9589005DF557 /* lz4.c in Sources */ = {isa = PBXBuildFile; fileRef = 39C123EA19EE9589005DF557 /* lz4.c */; }; |
|
|
39C1243319EE9589005DF557 /* lz4.c in Sources */ = {isa = PBXBuildFile; fileRef = 39C123EA19EE9589005DF557 /* lz4.c */; }; |
|
|
39C1243419EE9589005DF557 /* Base64Encoding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39C1241219EE9589005DF557 /* Base64Encoding.cpp */; }; |
|
|
39C1243419EE9589005DF557 /* Base64Encoding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39C1241219EE9589005DF557 /* Base64Encoding.cpp */; }; |
|
|
39C1243519EE9589005DF557 /* ByteBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39C1241319EE9589005DF557 /* ByteBuffer.cpp */; }; |
|
|
39C1243519EE9589005DF557 /* ByteBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39C1241319EE9589005DF557 /* ByteBuffer.cpp */; }; |
|
@ -147,6 +148,8 @@ |
|
|
397EFC7E1A08FE720009286E /* FboSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FboSource.h; sourceTree = "<group>"; }; |
|
|
397EFC7E1A08FE720009286E /* FboSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FboSource.h; sourceTree = "<group>"; }; |
|
|
397EFC801A09047C0009286E /* CustomSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CustomSource.cpp; sourceTree = "<group>"; }; |
|
|
397EFC801A09047C0009286E /* CustomSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CustomSource.cpp; sourceTree = "<group>"; }; |
|
|
397EFC811A09047C0009286E /* CustomSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomSource.h; sourceTree = "<group>"; }; |
|
|
397EFC811A09047C0009286E /* CustomSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomSource.h; sourceTree = "<group>"; }; |
|
|
|
|
|
39A9AADE1B04E78600AA83BC /* RemoveSurfaceCommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RemoveSurfaceCommand.cpp; path = Commands/RemoveSurfaceCommand.cpp; sourceTree = "<group>"; }; |
|
|
|
|
|
39A9AADF1B04E78600AA83BC /* RemoveSurfaceCommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RemoveSurfaceCommand.h; path = Commands/RemoveSurfaceCommand.h; sourceTree = "<group>"; }; |
|
|
39C123E719EE9589005DF557 /* alphanum.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = alphanum.hpp; sourceTree = "<group>"; }; |
|
|
39C123E719EE9589005DF557 /* alphanum.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = alphanum.hpp; sourceTree = "<group>"; }; |
|
|
39C123EA19EE9589005DF557 /* lz4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lz4.c; sourceTree = "<group>"; }; |
|
|
39C123EA19EE9589005DF557 /* lz4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lz4.c; sourceTree = "<group>"; }; |
|
|
39C123EB19EE9589005DF557 /* lz4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lz4.h; sourceTree = "<group>"; }; |
|
|
39C123EB19EE9589005DF557 /* lz4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lz4.h; sourceTree = "<group>"; }; |
|
@ -642,6 +645,8 @@ |
|
|
39FDD9E81AC0076200262205 /* Commands */ = { |
|
|
39FDD9E81AC0076200262205 /* Commands */ = { |
|
|
isa = PBXGroup; |
|
|
isa = PBXGroup; |
|
|
children = ( |
|
|
children = ( |
|
|
|
|
|
39A9AADF1B04E78600AA83BC /* RemoveSurfaceCommand.h */, |
|
|
|
|
|
39A9AADE1B04E78600AA83BC /* RemoveSurfaceCommand.cpp */, |
|
|
39FDD9EA1AC007BF00262205 /* BaseCommand.h */, |
|
|
39FDD9EA1AC007BF00262205 /* BaseCommand.h */, |
|
|
39C787BB1AC20D2400691393 /* CommandManager.h */, |
|
|
39C787BB1AC20D2400691393 /* CommandManager.h */, |
|
|
39C787BC1AC2111B00691393 /* CommandManager.cpp */, |
|
|
39C787BC1AC2111B00691393 /* CommandManager.cpp */, |
|
@ -856,6 +861,7 @@ |
|
|
39C1243D19EE9589005DF557 /* DirectoryUtils.cpp in Sources */, |
|
|
39C1243D19EE9589005DF557 /* DirectoryUtils.cpp in Sources */, |
|
|
39264843192224F90008A7F5 /* tinyxmlparser.cpp in Sources */, |
|
|
39264843192224F90008A7F5 /* tinyxmlparser.cpp in Sources */, |
|
|
3933D5D419BB87BD000ACA55 /* ofxButton.cpp in Sources */, |
|
|
3933D5D419BB87BD000ACA55 /* ofxButton.cpp in Sources */, |
|
|
|
|
|
39A9AAE01B04E78600AA83BC /* RemoveSurfaceCommand.cpp in Sources */, |
|
|
39C1244519EE9589005DF557 /* RecursiveDirectoryIterator.cpp in Sources */, |
|
|
39C1244519EE9589005DF557 /* RecursiveDirectoryIterator.cpp in Sources */, |
|
|
39C1243919EE9589005DF557 /* COBSEncoding.cpp in Sources */, |
|
|
39C1243919EE9589005DF557 /* COBSEncoding.cpp in Sources */, |
|
|
39C1244919EE9589005DF557 /* snappy-sinksource.cc in Sources */, |
|
|
39C1244919EE9589005DF557 /* snappy-sinksource.cc in Sources */, |
|
|