|
|
@ -81,6 +81,8 @@ |
|
|
|
0166319D1DC8E8010081F28F /* RadioList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0166314F1DC8E8010081F28F /* RadioList.cpp */; }; |
|
|
|
0166319E1DC8E8010081F28F /* HomographyHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 016631521DC8E8010081F28F /* HomographyHelper.cpp */; }; |
|
|
|
0166319F1DC8E8010081F28F /* TerminalListener.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 016631541DC8E8010081F28F /* TerminalListener.cpp */; }; |
|
|
|
01DC7EDE1E452858003137B7 /* InputHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01DC7EDC1E452858003137B7 /* InputHandler.cpp */; }; |
|
|
|
01DC7EE01E45289C003137B7 /* SDL2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01DC7EDF1E45289C003137B7 /* SDL2.framework */; }; |
|
|
|
01E9B08B1D01D25E0007979C /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = 01E9B02D1D01D25E0007979C /* README.md */; }; |
|
|
|
01E9B08C1D01D25E0007979C /* lz4.c in Sources */ = {isa = PBXBuildFile; fileRef = 01E9B0301D01D25E0007979C /* lz4.c */; }; |
|
|
|
01E9B08D1D01D25E0007979C /* Base64Encoding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01E9B0511D01D25E0007979C /* Base64Encoding.cpp */; }; |
|
|
@ -327,6 +329,9 @@ |
|
|
|
016631531DC8E8010081F28F /* HomographyHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HomographyHelper.h; sourceTree = "<group>"; }; |
|
|
|
016631541DC8E8010081F28F /* TerminalListener.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TerminalListener.cpp; sourceTree = "<group>"; }; |
|
|
|
016631551DC8E8010081F28F /* TerminalListener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TerminalListener.h; sourceTree = "<group>"; }; |
|
|
|
01DC7EDC1E452858003137B7 /* InputHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InputHandler.cpp; sourceTree = "<group>"; }; |
|
|
|
01DC7EDD1E452858003137B7 /* InputHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InputHandler.h; sourceTree = "<group>"; }; |
|
|
|
01DC7EDF1E45289C003137B7 /* SDL2.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2.framework; path = ../../../../../../../../Library/Frameworks/SDL2.framework; sourceTree = "<group>"; }; |
|
|
|
01E9B0271D01D25E0007979C /* alphanum.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = alphanum.hpp; sourceTree = "<group>"; }; |
|
|
|
01E9B02A1D01D25E0007979C /* json.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = json.hpp; sourceTree = "<group>"; }; |
|
|
|
01E9B02C1D01D25E0007979C /* LICENSE.MIT */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.MIT; sourceTree = "<group>"; }; |
|
|
@ -449,6 +454,7 @@ |
|
|
|
E7E077E815D3B6510020DFD4 /* QTKit.framework in Frameworks */, |
|
|
|
E4EB6799138ADC1D00A09F29 /* GLUT.framework in Frameworks */, |
|
|
|
E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */, |
|
|
|
01DC7EE01E45289C003137B7 /* SDL2.framework in Frameworks */, |
|
|
|
E45BE97B0E8CC7DD009D7055 /* AGL.framework in Frameworks */, |
|
|
|
E45BE97C0E8CC7DD009D7055 /* ApplicationServices.framework in Frameworks */, |
|
|
|
E45BE97D0E8CC7DD009D7055 /* AudioToolbox.framework in Frameworks */, |
|
|
@ -1025,6 +1031,7 @@ |
|
|
|
BBAB23CA13894EDB00AA2426 /* 3rd party frameworks */ = { |
|
|
|
isa = PBXGroup; |
|
|
|
children = ( |
|
|
|
01DC7EDF1E45289C003137B7 /* SDL2.framework */, |
|
|
|
BBAB23BE13894E4700AA2426 /* GLUT.framework */, |
|
|
|
); |
|
|
|
name = "3rd party frameworks"; |
|
|
@ -1066,6 +1073,8 @@ |
|
|
|
E4B69E1D0A3A1BDC003C02F2 /* main.cpp */, |
|
|
|
E4B69E1F0A3A1BDC003C02F2 /* ofApp.h */, |
|
|
|
E4B69E1E0A3A1BDC003C02F2 /* ofApp.cpp */, |
|
|
|
01DC7EDD1E452858003137B7 /* InputHandler.h */, |
|
|
|
01DC7EDC1E452858003137B7 /* InputHandler.cpp */, |
|
|
|
); |
|
|
|
path = src; |
|
|
|
sourceTree = SOURCE_ROOT; |
|
|
@ -1205,6 +1214,7 @@ |
|
|
|
016631801DC8E8010081F28F /* TogglePerspectiveCmd.cpp in Sources */, |
|
|
|
01E9B0971D01D25E0007979C /* DirectoryUtils.cpp in Sources */, |
|
|
|
016631901DC8E8010081F28F /* ImageSource.cpp in Sources */, |
|
|
|
01DC7EDE1E452858003137B7 /* InputHandler.cpp in Sources */, |
|
|
|
01E9B0A01D01D25E0007979C /* RecursiveDirectoryIteratorStategies.cpp in Sources */, |
|
|
|
016631761DC8E8010081F28F /* SelSurfaceCmd.cpp in Sources */, |
|
|
|
016631571DC8E8010081F28F /* ApplicationBaseMode.cpp in Sources */, |
|
|
@ -1390,6 +1400,7 @@ |
|
|
|
FRAMEWORK_SEARCH_PATHS = ( |
|
|
|
"$(inherited)", |
|
|
|
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)", |
|
|
|
"$(LOCAL_LIBRARY_DIR)/Frameworks", |
|
|
|
); |
|
|
|
FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../../libs/glut/lib/osx\""; |
|
|
|
GCC_DYNAMIC_NO_PIC = NO; |
|
|
@ -1488,6 +1499,7 @@ |
|
|
|
FRAMEWORK_SEARCH_PATHS = ( |
|
|
|
"$(inherited)", |
|
|
|
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)", |
|
|
|
"$(LOCAL_LIBRARY_DIR)/Frameworks", |
|
|
|
); |
|
|
|
FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../../libs/glut/lib/osx\""; |
|
|
|
GCC_GENERATE_DEBUGGING_SYMBOLS = YES; |
|
|
|