From 8cbd6f87331935e49cd9a62101562e4aead661f5 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Fri, 20 Nov 2020 20:39:54 +0200 Subject: [PATCH] Remove xcode and qbs project files from examples --- example_basic/Project.xcconfig | 18 - .../example_basic.xcodeproj/project.pbxproj | 4971 ----------------- .../xcschemes/example_basic Debug.xcscheme | 86 - .../xcschemes/example_basic Release.xcscheme | 86 - example_basic/openFrameworks-Info.plist | 22 - example_camera/Project.xcconfig | 17 - .../example_camera.xcodeproj/project.pbxproj | 1305 ----- .../xcschemes/example_camera Debug.xcscheme | 93 - .../xcschemes/example_camera Release.xcscheme | 93 - example_camera/openFrameworks-Info.plist | 22 - example_fbo-sources/Project.xcconfig | 17 - .../project.pbxproj | 1345 ----- .../example_fbo-sources Debug.xcscheme | 93 - .../example_fbo-sources Release.xcscheme | 93 - example_fbo-sources/openFrameworks-Info.plist | 22 - example_pocketvj/Project.xcconfig | 18 - .../project.pbxproj | 1227 ---- .../xcschemes/example_pocketvj Debug.xcscheme | 86 - .../example_pocketvj Release.xcscheme | 86 - example_pocketvj/openFrameworks-Info.plist | 22 - example_remote-client/Project.xcconfig | 17 - .../project.pbxproj | 1274 ----- .../example_remote-client Debug.xcscheme | 93 - .../example_remote-client Release.xcscheme | 93 - .../openFrameworks-Info.plist | 22 - example_remote-server/Project.xcconfig | 17 - .../project.pbxproj | 1422 ----- .../example_remote-server Debug.xcscheme | 93 - .../example_remote-server Release.xcscheme | 93 - .../openFrameworks-Info.plist | 22 - example_simpler/example_simpler.qbs | 62 - example_simpler/example_simpler.qbs.user | 245 - 32 files changed, 13175 deletions(-) delete mode 100644 example_basic/Project.xcconfig delete mode 100644 example_basic/example_basic.xcodeproj/project.pbxproj delete mode 100644 example_basic/example_basic.xcodeproj/xcshareddata/xcschemes/example_basic Debug.xcscheme delete mode 100644 example_basic/example_basic.xcodeproj/xcshareddata/xcschemes/example_basic Release.xcscheme delete mode 100644 example_basic/openFrameworks-Info.plist delete mode 100644 example_camera/Project.xcconfig delete mode 100644 example_camera/example_camera.xcodeproj/project.pbxproj delete mode 100644 example_camera/example_camera.xcodeproj/xcshareddata/xcschemes/example_camera Debug.xcscheme delete mode 100644 example_camera/example_camera.xcodeproj/xcshareddata/xcschemes/example_camera Release.xcscheme delete mode 100644 example_camera/openFrameworks-Info.plist delete mode 100644 example_fbo-sources/Project.xcconfig delete mode 100644 example_fbo-sources/example_fbo-sources.xcodeproj/project.pbxproj delete mode 100644 example_fbo-sources/example_fbo-sources.xcodeproj/xcshareddata/xcschemes/example_fbo-sources Debug.xcscheme delete mode 100644 example_fbo-sources/example_fbo-sources.xcodeproj/xcshareddata/xcschemes/example_fbo-sources Release.xcscheme delete mode 100644 example_fbo-sources/openFrameworks-Info.plist delete mode 100644 example_pocketvj/Project.xcconfig delete mode 100644 example_pocketvj/example_pocketvj.xcodeproj/project.pbxproj delete mode 100644 example_pocketvj/example_pocketvj.xcodeproj/xcshareddata/xcschemes/example_pocketvj Debug.xcscheme delete mode 100644 example_pocketvj/example_pocketvj.xcodeproj/xcshareddata/xcschemes/example_pocketvj Release.xcscheme delete mode 100644 example_pocketvj/openFrameworks-Info.plist delete mode 100644 example_remote-client/Project.xcconfig delete mode 100644 example_remote-client/example_remote-client.xcodeproj/project.pbxproj delete mode 100644 example_remote-client/example_remote-client.xcodeproj/xcshareddata/xcschemes/example_remote-client Debug.xcscheme delete mode 100644 example_remote-client/example_remote-client.xcodeproj/xcshareddata/xcschemes/example_remote-client Release.xcscheme delete mode 100644 example_remote-client/openFrameworks-Info.plist delete mode 100644 example_remote-server/Project.xcconfig delete mode 100644 example_remote-server/example_remote-server.xcodeproj/project.pbxproj delete mode 100644 example_remote-server/example_remote-server.xcodeproj/xcshareddata/xcschemes/example_remote-server Debug.xcscheme delete mode 100644 example_remote-server/example_remote-server.xcodeproj/xcshareddata/xcschemes/example_remote-server Release.xcscheme delete mode 100644 example_remote-server/openFrameworks-Info.plist delete mode 100644 example_simpler/example_simpler.qbs delete mode 100644 example_simpler/example_simpler.qbs.user diff --git a/example_basic/Project.xcconfig b/example_basic/Project.xcconfig deleted file mode 100644 index 40adc89..0000000 --- a/example_basic/Project.xcconfig +++ /dev/null @@ -1,18 +0,0 @@ -//THE PATH TO THE ROOT OF OUR OF PATH RELATIVE TO THIS PROJECT. -//THIS NEEDS TO BE DEFINED BEFORE CoreOF.xcconfig IS INCLUDED -OF_PATH = ../../.. - -//THIS HAS ALL THE HEADER AND LIBS FOR OF CORE -#include "../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig" - -//ICONS - NEW IN 0072 -ICON_NAME_DEBUG = icon-debug.icns -ICON_NAME_RELEASE = icon.icns -ICON_FILE_PATH = $(OF_PATH)/libs/openFrameworksCompiled/project/osx/ - -//IF YOU WANT AN APP TO HAVE A CUSTOM ICON - PUT THEM IN YOUR DATA FOLDER AND CHANGE ICON_FILE_PATH to: -//ICON_FILE_PATH = bin/data/ - -OTHER_CFLAGS = $(OF_CORE_CFLAGS) -OTHER_LDFLAGS = $(OF_CORE_LIBS) $(OF_CORE_FRAMEWORKS) -HEADER_SEARCH_PATHS = $(OF_CORE_HEADERS) diff --git a/example_basic/example_basic.xcodeproj/project.pbxproj b/example_basic/example_basic.xcodeproj/project.pbxproj deleted file mode 100644 index f969191..0000000 --- a/example_basic/example_basic.xcodeproj/project.pbxproj +++ /dev/null @@ -1,4971 +0,0 @@ - - - - archiveVersion - 1 - classes - - objectVersion - 46 - objects - - 933A2227713C720CEFF80FD9 - - fileRef - 2B40EDA85BEB63E46785BC29 - isa - PBXBuildFile - - 2B40EDA85BEB63E46785BC29 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - tinyxml.cpp - path - ../../../addons/ofxXmlSettings/libs/tinyxml.cpp - sourceTree - SOURCE_ROOT - - 9D44DC88EF9E7991B4A09951 - - fileRef - 832BDC407620CDBA568B713D - isa - PBXBuildFile - - 832BDC407620CDBA568B713D - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - tinyxmlerror.cpp - path - ../../../addons/ofxXmlSettings/libs/tinyxmlerror.cpp - sourceTree - SOURCE_ROOT - - 5A4349E9754D6FA14C0F2A3A - - fileRef - FC5DA1C87211D4F6377DA719 - isa - PBXBuildFile - - FC5DA1C87211D4F6377DA719 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - tinyxmlparser.cpp - path - ../../../addons/ofxXmlSettings/libs/tinyxmlparser.cpp - sourceTree - SOURCE_ROOT - - 6E54289412D2D94F45A05113 - - children - - B21E7E5F548EEA92F368040B - FC5DA1C87211D4F6377DA719 - 832BDC407620CDBA568B713D - 2B40EDA85BEB63E46785BC29 - - isa - PBXGroup - name - libs - sourceTree - <group> - - B21E7E5F548EEA92F368040B - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - tinyxml.h - path - ../../../addons/ofxXmlSettings/libs/tinyxml.h - sourceTree - SOURCE_ROOT - - 01DCC0911400F9ACF5B65578 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - ofxXmlSettings.h - path - ../../../addons/ofxXmlSettings/src/ofxXmlSettings.h - sourceTree - SOURCE_ROOT - - 6ECEF0D76BC33727823EADFF - - children - - 50DF87D612C5AAE17AAFA6C0 - 01DCC0911400F9ACF5B65578 - - isa - PBXGroup - name - src - sourceTree - <group> - - 1F4FB5C423662B96ADFDCC0B - - children - - 6ECEF0D76BC33727823EADFF - 6E54289412D2D94F45A05113 - - isa - PBXGroup - name - ofxXmlSettings - sourceTree - <group> - - 63B57AC5BF4EF088491E0317 - - fileRef - 50DF87D612C5AAE17AAFA6C0 - isa - PBXBuildFile - - 50DF87D612C5AAE17AAFA6C0 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - ofxXmlSettings.cpp - path - ../../../addons/ofxXmlSettings/src/ofxXmlSettings.cpp - sourceTree - SOURCE_ROOT - - 401140F3B7FA4412935BB121 - - fileRef - 1B3B1807E9CFC3FFBA4DBBEF - isa - PBXBuildFile - - 1B3B1807E9CFC3FFBA4DBBEF - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - Application.cpp - path - ../../../addons/ofxPiMapper/src/Application/Application.cpp - sourceTree - SOURCE_ROOT - - 2E9E05C9FFCE15172A701335 - - fileRef - 33DD6E4350FD51C68B7E65F0 - isa - PBXBuildFile - - 33DD6E4350FD51C68B7E65F0 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - SettingsLoader.cpp - path - ../../../addons/ofxPiMapper/src/Application/SettingsLoader.cpp - sourceTree - SOURCE_ROOT - - 928068952444E81EF818B25C - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - Application.h - path - ../../../addons/ofxPiMapper/src/Application/Application.h - sourceTree - SOURCE_ROOT - - 5235D939D249EAF47F9A5EB5 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SettingsLoader.h - path - ../../../addons/ofxPiMapper/src/Application/SettingsLoader.h - sourceTree - SOURCE_ROOT - - 3157007392BD114EAB99F470 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - TextureMappingMode.h - path - ../../../addons/ofxPiMapper/src/Application/Modes/TextureMappingMode.h - sourceTree - SOURCE_ROOT - - AA98F23DF9897F2241EF3968 - - fileRef - 4245228145B1AA737F49CF14 - isa - PBXBuildFile - - 4245228145B1AA737F49CF14 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - SourceSelectionMode.cpp - path - ../../../addons/ofxPiMapper/src/Application/Modes/SourceSelectionMode.cpp - sourceTree - SOURCE_ROOT - - 42AB7CD7DFB89209AB951942 - - fileRef - 1BCA96396113AAF56D66C844 - isa - PBXBuildFile - - 1BCA96396113AAF56D66C844 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - ProjectionMappingMode.cpp - path - ../../../addons/ofxPiMapper/src/Application/Modes/ProjectionMappingMode.cpp - sourceTree - SOURCE_ROOT - - 4A53BFBA57F4AD16FB9D2D24 - - fileRef - 64156CB2D856E4CE0FBBED96 - isa - PBXBuildFile - - 64156CB2D856E4CE0FBBED96 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - PresentationMode.cpp - path - ../../../addons/ofxPiMapper/src/Application/Modes/PresentationMode.cpp - sourceTree - SOURCE_ROOT - - 3B043509B19E37C383D7CA87 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - PresentationMode.h - path - ../../../addons/ofxPiMapper/src/Application/Modes/PresentationMode.h - sourceTree - SOURCE_ROOT - - DC8107E8E56AFFB933FE8962 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - ProjectionMappingMode.h - path - ../../../addons/ofxPiMapper/src/Application/Modes/ProjectionMappingMode.h - sourceTree - SOURCE_ROOT - - 7FD330C204479B5A5021D286 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SourceSelectionMode.h - path - ../../../addons/ofxPiMapper/src/Application/Modes/SourceSelectionMode.h - sourceTree - SOURCE_ROOT - - 57D73BCD8A871590F140EFF6 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - ApplicationBaseMode.h - path - ../../../addons/ofxPiMapper/src/Application/Modes/ApplicationBaseMode.h - sourceTree - SOURCE_ROOT - - C4D6DA9B890E612343FD059F - - fileRef - 9631F04A0875ADEB45970DE8 - isa - PBXBuildFile - - 9631F04A0875ADEB45970DE8 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - ApplicationBaseMode.cpp - path - ../../../addons/ofxPiMapper/src/Application/Modes/ApplicationBaseMode.cpp - sourceTree - SOURCE_ROOT - - 783422EB3B2FDA36D11DC9CF - - children - - B16277019B0C4B684E1B063E - 9631F04A0875ADEB45970DE8 - 57D73BCD8A871590F140EFF6 - 7FD330C204479B5A5021D286 - DC8107E8E56AFFB933FE8962 - 3B043509B19E37C383D7CA87 - 64156CB2D856E4CE0FBBED96 - 1BCA96396113AAF56D66C844 - 4245228145B1AA737F49CF14 - 3157007392BD114EAB99F470 - - isa - PBXGroup - name - Modes - sourceTree - <group> - - 43844FF975EC3DB9B9DDAD73 - - children - - 783422EB3B2FDA36D11DC9CF - 5235D939D249EAF47F9A5EB5 - 928068952444E81EF818B25C - 33DD6E4350FD51C68B7E65F0 - 1B3B1807E9CFC3FFBA4DBBEF - - isa - PBXGroup - name - Application - sourceTree - <group> - - 21B18AC78EBFC1FD28C614D5 - - fileRef - B16277019B0C4B684E1B063E - isa - PBXBuildFile - - B16277019B0C4B684E1B063E - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - TextureMappingMode.cpp - path - ../../../addons/ofxPiMapper/src/Application/Modes/TextureMappingMode.cpp - sourceTree - SOURCE_ROOT - - 1F4453EA1589AD79F4B34493 - - fileRef - 4048CA09E6AAB5F673CBD2F0 - isa - PBXBuildFile - - 4048CA09E6AAB5F673CBD2F0 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - RadioList.cpp - path - ../../../addons/ofxPiMapper/src/UserInterface/RadioList.cpp - sourceTree - SOURCE_ROOT - - 9B4D98CCBAB57278C96169D4 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - CircleJoint.h - path - ../../../addons/ofxPiMapper/src/UserInterface/CircleJoint.h - sourceTree - SOURCE_ROOT - - 4130052A043CF3D3C2BA943A - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - EditorType.h - path - ../../../addons/ofxPiMapper/src/UserInterface/EditorType.h - sourceTree - SOURCE_ROOT - - 868F230C6074263277ED9B07 - - fileRef - 7E78D1B2A6DB0856BF8ED1FE - isa - PBXBuildFile - - 7E78D1B2A6DB0856BF8ED1FE - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - BaseJoint.cpp - path - ../../../addons/ofxPiMapper/src/UserInterface/BaseJoint.cpp - sourceTree - SOURCE_ROOT - - B7DD3DE526EF824DDAF42B09 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - GuiMode.h - path - ../../../addons/ofxPiMapper/src/UserInterface/GuiMode.h - sourceTree - SOURCE_ROOT - - 42BCE929D520D8872171239A - - fileRef - 62F01592304CB7995200EF7B - isa - PBXBuildFile - - 62F01592304CB7995200EF7B - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - CircleJoint.cpp - path - ../../../addons/ofxPiMapper/src/UserInterface/CircleJoint.cpp - sourceTree - SOURCE_ROOT - - DC69ACA83F14B8A2AE20197B - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - RadioList.h - path - ../../../addons/ofxPiMapper/src/UserInterface/RadioList.h - sourceTree - SOURCE_ROOT - - 925C888869704DBDF0BE6D0B - - children - - 851AF875A70187105CA91C1A - DC69ACA83F14B8A2AE20197B - 62F01592304CB7995200EF7B - B7DD3DE526EF824DDAF42B09 - 7E78D1B2A6DB0856BF8ED1FE - 4130052A043CF3D3C2BA943A - 9B4D98CCBAB57278C96169D4 - 4048CA09E6AAB5F673CBD2F0 - - isa - PBXGroup - name - UserInterface - sourceTree - <group> - - 851AF875A70187105CA91C1A - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - BaseJoint.h - path - ../../../addons/ofxPiMapper/src/UserInterface/BaseJoint.h - sourceTree - SOURCE_ROOT - - 3B90107DB9BF4857E357FCA8 - - fileRef - 16DB3860ECC0D672B08DE71C - isa - PBXBuildFile - - 16DB3860ECC0D672B08DE71C - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - ofxPiMapper.cpp - path - ../../../addons/ofxPiMapper/src/ofxPiMapper.cpp - sourceTree - SOURCE_ROOT - - 2A9AFA74E0EF07E58AC11382 - - fileRef - B9ECBF061BABECA9C2341372 - isa - PBXBuildFile - - B9ECBF061BABECA9C2341372 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - QuadSurface.cpp - path - ../../../addons/ofxPiMapper/src/Surfaces/QuadSurface.cpp - sourceTree - SOURCE_ROOT - - D0758B5E19E04C33E9BF7193 - - fileRef - E47BE7E996D01B437B713B9B - isa - PBXBuildFile - - E47BE7E996D01B437B713B9B - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - CircleSurface.cpp - path - ../../../addons/ofxPiMapper/src/Surfaces/CircleSurface.cpp - sourceTree - SOURCE_ROOT - - 6592BB3592290B34832D7607 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SurfaceStack.h - path - ../../../addons/ofxPiMapper/src/Surfaces/SurfaceStack.h - sourceTree - SOURCE_ROOT - - B27F2ADC894A4C463E892AFE - - fileRef - 03FA94CA9F193C816DE4253F - isa - PBXBuildFile - - 03FA94CA9F193C816DE4253F - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - SurfaceFactory.cpp - path - ../../../addons/ofxPiMapper/src/Surfaces/SurfaceFactory.cpp - sourceTree - SOURCE_ROOT - - 63DB0907B2ACDF9E6F2D9925 - - fileRef - 2D2400AC1A64EDE5E990C56C - isa - PBXBuildFile - - 2D2400AC1A64EDE5E990C56C - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - GridWarpSurface.cpp - path - ../../../addons/ofxPiMapper/src/Surfaces/GridWarpSurface.cpp - sourceTree - SOURCE_ROOT - - F27EBFBACAC7B29B2B7CA500 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - BaseSurface.h - path - ../../../addons/ofxPiMapper/src/Surfaces/BaseSurface.h - sourceTree - SOURCE_ROOT - - C3E8D103B72D02E063B29082 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - GridWarpSurface.h - path - ../../../addons/ofxPiMapper/src/Surfaces/GridWarpSurface.h - sourceTree - SOURCE_ROOT - - 9C194C9F4ACD67CD61FBD30D - - fileRef - BCBB74B9531974E1D5DA019B - isa - PBXBuildFile - - BCBB74B9531974E1D5DA019B - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - HexagonSurface.cpp - path - ../../../addons/ofxPiMapper/src/Surfaces/HexagonSurface.cpp - sourceTree - SOURCE_ROOT - - D58C36B60BB72C7336042FB9 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SurfaceFactory.h - path - ../../../addons/ofxPiMapper/src/Surfaces/SurfaceFactory.h - sourceTree - SOURCE_ROOT - - C0EB2D2E383BA9DE417ADB38 - - fileRef - 3DF2D82EA37D8C7A5F686EA5 - isa - PBXBuildFile - - 3DF2D82EA37D8C7A5F686EA5 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - TriangleSurface.cpp - path - ../../../addons/ofxPiMapper/src/Surfaces/TriangleSurface.cpp - sourceTree - SOURCE_ROOT - - 23118136CC7FFA920626B6C3 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - TriangleSurface.h - path - ../../../addons/ofxPiMapper/src/Surfaces/TriangleSurface.h - sourceTree - SOURCE_ROOT - - 906696B07A716E4057D32B1E - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - QuadSurface.h - path - ../../../addons/ofxPiMapper/src/Surfaces/QuadSurface.h - sourceTree - SOURCE_ROOT - - B178ED5CA7F76AAA6E49E191 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SurfaceType.h - path - ../../../addons/ofxPiMapper/src/Surfaces/SurfaceType.h - sourceTree - SOURCE_ROOT - - 0B4D5D37A2AE7AB30D726C16 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - HexagonSurface.h - path - ../../../addons/ofxPiMapper/src/Surfaces/HexagonSurface.h - sourceTree - SOURCE_ROOT - - 85649EB44DE8F0A3BF8430F9 - - fileRef - 836B103542A52C63B004410C - isa - PBXBuildFile - - 836B103542A52C63B004410C - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - SurfaceManager.cpp - path - ../../../addons/ofxPiMapper/src/Surfaces/SurfaceManager.cpp - sourceTree - SOURCE_ROOT - - 9F968AD3A115328F4BFE5D71 - - fileRef - F2C0EE541190D47BF5911C0A - isa - PBXBuildFile - - F2C0EE541190D47BF5911C0A - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - BaseSurface.cpp - path - ../../../addons/ofxPiMapper/src/Surfaces/BaseSurface.cpp - sourceTree - SOURCE_ROOT - - 7344B3B35CD0188D1283EC59 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SurfaceManager.h - path - ../../../addons/ofxPiMapper/src/Surfaces/SurfaceManager.h - sourceTree - SOURCE_ROOT - - 5F3D44140B5D476BC98E98F3 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - CircleSurface.h - path - ../../../addons/ofxPiMapper/src/Surfaces/CircleSurface.h - sourceTree - SOURCE_ROOT - - DA1ABA97EBE5173F815CB449 - - children - - 1C080561EC053F17BB86A668 - 5F3D44140B5D476BC98E98F3 - 7344B3B35CD0188D1283EC59 - F2C0EE541190D47BF5911C0A - 836B103542A52C63B004410C - 0B4D5D37A2AE7AB30D726C16 - B178ED5CA7F76AAA6E49E191 - 906696B07A716E4057D32B1E - 23118136CC7FFA920626B6C3 - 3DF2D82EA37D8C7A5F686EA5 - D58C36B60BB72C7336042FB9 - BCBB74B9531974E1D5DA019B - C3E8D103B72D02E063B29082 - F27EBFBACAC7B29B2B7CA500 - 2D2400AC1A64EDE5E990C56C - 03FA94CA9F193C816DE4253F - 6592BB3592290B34832D7607 - E47BE7E996D01B437B713B9B - B9ECBF061BABECA9C2341372 - - isa - PBXGroup - name - Surfaces - sourceTree - <group> - - C3A616FB3A463C17E327F395 - - fileRef - 1C080561EC053F17BB86A668 - isa - PBXBuildFile - - 1C080561EC053F17BB86A668 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - SurfaceStack.cpp - path - ../../../addons/ofxPiMapper/src/Surfaces/SurfaceStack.cpp - sourceTree - SOURCE_ROOT - - 62C9C3E62D4BEF04CF54C031 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - ScaleSurfaceFromToCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/ScaleSurfaceFromToCmd.h - sourceTree - SOURCE_ROOT - - 1CE256C39E514ABD16FCCB87 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SelPrevTexCoordCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/SelPrevTexCoordCmd.h - sourceTree - SOURCE_ROOT - - B5C793F4FEA3AA065347B61C - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SelPrevSurfaceCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/SelPrevSurfaceCmd.h - sourceTree - SOURCE_ROOT - - 4244A1B9B55BD7BA7ED2F547 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - TogglePerspectiveCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/TogglePerspectiveCmd.h - sourceTree - SOURCE_ROOT - - A6EE8D8F3CA590EF6D7FAFA6 - - fileRef - 49BE2D8F2A2A57F4EBF83FF4 - isa - PBXBuildFile - - 49BE2D8F2A2A57F4EBF83FF4 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - SetTexMapDrawModeCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/SetTexMapDrawModeCmd.cpp - sourceTree - SOURCE_ROOT - - 25322223D3976D5F33DCCBF6 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - MvAllTexCoordsCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/MvAllTexCoordsCmd.h - sourceTree - SOURCE_ROOT - - 2740E84D92C5D85F69C05DA5 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SetVideoSourceCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/SetVideoSourceCmd.h - sourceTree - SOURCE_ROOT - - D7287CBE5600FEE9EE1B1AEA - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - RmSurfaceCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/RmSurfaceCmd.h - sourceTree - SOURCE_ROOT - - E6D82F5A7B22E9FB46DEEF15 - - fileRef - 140C0677F9F5A5D3B8A89AC4 - isa - PBXBuildFile - - 140C0677F9F5A5D3B8A89AC4 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - SelNextVertexCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/SelNextVertexCmd.cpp - sourceTree - SOURCE_ROOT - - 775FD891C1E381F87BF33C82 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - AddGridRowCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/AddGridRowCmd.h - sourceTree - SOURCE_ROOT - - 36A98A331EAE1D0A19998A59 - - fileRef - 60F40691CD9DE4DEE1768FE9 - isa - PBXBuildFile - - 60F40691CD9DE4DEE1768FE9 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - SaveTexCoordPosCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/SaveTexCoordPosCmd.cpp - sourceTree - SOURCE_ROOT - - C34B66987F4DA38C21AF325B - - fileRef - E52D4207C299D5886C8FD2C7 - isa - PBXBuildFile - - E52D4207C299D5886C8FD2C7 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - MvLayerUpCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/MvLayerUpCmd.cpp - sourceTree - SOURCE_ROOT - - 845DC872C79A75F7B5FABC02 - - fileRef - 18041C8871E17DE3E60BFF95 - isa - PBXBuildFile - - 18041C8871E17DE3E60BFF95 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - MvSurfaceVertCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/MvSurfaceVertCmd.cpp - sourceTree - SOURCE_ROOT - - 82643E358DF270B9EC939699 - - fileRef - A50F23D868C48DF9799BC788 - isa - PBXBuildFile - - A50F23D868C48DF9799BC788 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - RmGridColCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/RmGridColCmd.cpp - sourceTree - SOURCE_ROOT - - 17972C3384311464011667D9 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - BaseCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/BaseCmd.h - sourceTree - SOURCE_ROOT - - D463EA9CC53D21A44CB9D6EF - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SaveTexCoordPosCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/SaveTexCoordPosCmd.h - sourceTree - SOURCE_ROOT - - 56A68D8E68FF141B5EB1ADF6 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SetSourceCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/SetSourceCmd.h - sourceTree - SOURCE_ROOT - - 90DE06EA59944C1BEA539719 - - fileRef - 8D3CB0B9A827AFA479349BBE - isa - PBXBuildFile - - 8D3CB0B9A827AFA479349BBE - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - SetApplicationModeCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/SetApplicationModeCmd.cpp - sourceTree - SOURCE_ROOT - - 47AB6134D2AB2F3EB10096A3 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SelPrevVertexCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/SelPrevVertexCmd.h - sourceTree - SOURCE_ROOT - - 28F5415281F8D09BBC098355 - - fileRef - 03FCF5559C2A6AB79D947767 - isa - PBXBuildFile - - 03FCF5559C2A6AB79D947767 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - TranslateCanvasCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/TranslateCanvasCmd.cpp - sourceTree - SOURCE_ROOT - - EE95BF87E883491E7CC9B6EC - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - DuplicateSurfaceCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/DuplicateSurfaceCmd.h - sourceTree - SOURCE_ROOT - - C8D7FA44AA0565654A681157 - - fileRef - 6E80EE6FB0CC304A6CA287BB - isa - PBXBuildFile - - 6E80EE6FB0CC304A6CA287BB - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - DeselectSurfaceCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/DeselectSurfaceCmd.cpp - sourceTree - SOURCE_ROOT - - 1E73070DAC89F6A796BFF464 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - AddGridColCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/AddGridColCmd.h - sourceTree - SOURCE_ROOT - - 8CA6C92E3D4F91750BC469FF - - fileRef - DBAFA0B7AFEA589CA5167204 - isa - PBXBuildFile - - DBAFA0B7AFEA589CA5167204 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - MvAllTexCoordsCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/MvAllTexCoordsCmd.cpp - sourceTree - SOURCE_ROOT - - 912C6A870E22496CEA43AC85 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SetTexMapDrawModeCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/SetTexMapDrawModeCmd.h - sourceTree - SOURCE_ROOT - - 60C8089351E49CF344577098 - - fileRef - 784FFEB8D108EC916343AB97 - isa - PBXBuildFile - - 784FFEB8D108EC916343AB97 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - SelNextTexCoordCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/SelNextTexCoordCmd.cpp - sourceTree - SOURCE_ROOT - - 933CAE5B2DEC9DDABEA95E34 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - MvLayerUpCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/MvLayerUpCmd.h - sourceTree - SOURCE_ROOT - - D565A612B1DF2837C94A6081 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - MvSurfaceVertCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/MvSurfaceVertCmd.h - sourceTree - SOURCE_ROOT - - B1EEE5A7EC1876072BF8F7FE - - fileRef - B323D7489A7B26A63443444F - isa - PBXBuildFile - - B323D7489A7B26A63443444F - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - AddSurfaceCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/AddSurfaceCmd.cpp - sourceTree - SOURCE_ROOT - - 67FF225B68ECC1942C833BFE - - fileRef - FC98A68C64BFC941D0B31EE9 - isa - PBXBuildFile - - FC98A68C64BFC941D0B31EE9 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - SelNextSurfaceCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/SelNextSurfaceCmd.cpp - sourceTree - SOURCE_ROOT - - 8F41EDB76644426680B2FA2B - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - MvTexCoordCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/MvTexCoordCmd.h - sourceTree - SOURCE_ROOT - - 5EBDBF5E7887C574E1FCC1B5 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - StartDragSurfaceCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/StartDragSurfaceCmd.h - sourceTree - SOURCE_ROOT - - 973F560586CB3735581265E7 - - fileRef - E8CE817DF3028A4345376E7D - isa - PBXBuildFile - - E8CE817DF3028A4345376E7D - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - DeselectTexCoordCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/DeselectTexCoordCmd.cpp - sourceTree - SOURCE_ROOT - - 14566DCD28D35A80428886C4 - - fileRef - 27453C6FAE9B674FD694508D - isa - PBXBuildFile - - 27453C6FAE9B674FD694508D - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - SelTexCoordCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/SelTexCoordCmd.cpp - sourceTree - SOURCE_ROOT - - A5CBAE57D2ADED1CAB6123AF - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SelNextTexCoordCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/SelNextTexCoordCmd.h - sourceTree - SOURCE_ROOT - - 2F04FFB9BAC4575E214C0DED - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - CmdManager.h - path - ../../../addons/ofxPiMapper/src/Commands/CmdManager.h - sourceTree - SOURCE_ROOT - - CB4461BD6FC059D946144727 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SelSurfaceCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/SelSurfaceCmd.h - sourceTree - SOURCE_ROOT - - 21167F26AF957606289D4A4A - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - ToggleAnimatedSourceCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/ToggleAnimatedSourceCmd.h - sourceTree - SOURCE_ROOT - - 5AB104FC7812B4F42B8E1540 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - TranslateCanvasCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/TranslateCanvasCmd.h - sourceTree - SOURCE_ROOT - - 79A9ED756DB70790A67E3EF8 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SelVertexCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/SelVertexCmd.h - sourceTree - SOURCE_ROOT - - E327ACE85A208BAFACD1B7C7 - - fileRef - 34B45EB44DED0A47FBAD30F4 - isa - PBXBuildFile - - 34B45EB44DED0A47FBAD30F4 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - ScaleSurfaceFromToCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/ScaleSurfaceFromToCmd.cpp - sourceTree - SOURCE_ROOT - - 5826FF4F63DC430E90AFDA5E - - fileRef - F3538B8AF69CAB7C215FA1EF - isa - PBXBuildFile - - F3538B8AF69CAB7C215FA1EF - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - RmGridRowCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/RmGridRowCmd.cpp - sourceTree - SOURCE_ROOT - - B9654D0EF43BCA228B330ED7 - - fileRef - 3B29C3846BA06080344C1D1E - isa - PBXBuildFile - - 3B29C3846BA06080344C1D1E - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - SelPrevVertexCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/SelPrevVertexCmd.cpp - sourceTree - SOURCE_ROOT - - 30ED82F4A70B5B95CCEF7744 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SelNextSurfaceCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/SelNextSurfaceCmd.h - sourceTree - SOURCE_ROOT - - 23963D6D8F0085D5DD2DF394 - - fileRef - 655142313A378162E3929785 - isa - PBXBuildFile - - 655142313A378162E3929785 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - TogglePerspectiveCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/TogglePerspectiveCmd.cpp - sourceTree - SOURCE_ROOT - - 6056983B92E88B475FF04299 - - fileRef - 7D386994DF359F3BD1E66480 - isa - PBXBuildFile - - 7D386994DF359F3BD1E66480 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - MvSelectionCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/MvSelectionCmd.cpp - sourceTree - SOURCE_ROOT - - B01F972DDDA5F21EF4C8B99D - - fileRef - B7C308F8B76FCB909581A580 - isa - PBXBuildFile - - B7C308F8B76FCB909581A580 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - RmSurfaceCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/RmSurfaceCmd.cpp - sourceTree - SOURCE_ROOT - - A75658250711ADE2C05FC781 - - fileRef - EC481BAB32B250D3EA41AF9E - isa - PBXBuildFile - - EC481BAB32B250D3EA41AF9E - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - MvLayerDnCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/MvLayerDnCmd.cpp - sourceTree - SOURCE_ROOT - - FA2E4E947E8D358C28D903C0 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SetNextSourceCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/SetNextSourceCmd.h - sourceTree - SOURCE_ROOT - - D61A46C1800537BA43C7884F - - fileRef - C656C28252AD5E9E09FA2162 - isa - PBXBuildFile - - C656C28252AD5E9E09FA2162 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - DuplicateSurfaceCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/DuplicateSurfaceCmd.cpp - sourceTree - SOURCE_ROOT - - EAA439282B5D7717982A1642 - - fileRef - D396CDAF34D3B3153173E983 - isa - PBXBuildFile - - D396CDAF34D3B3153173E983 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - SetVideoSourceCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/SetVideoSourceCmd.cpp - sourceTree - SOURCE_ROOT - - 25F5CD753AF35B53464E56AE - - fileRef - 0739F09627790055C959BBF4 - isa - PBXBuildFile - - 0739F09627790055C959BBF4 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - MvTexCoordCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/MvTexCoordCmd.cpp - sourceTree - SOURCE_ROOT - - 6438655B2AE4DDA2743241EC - - fileRef - 5D020B9B28609D071E21BB76 - isa - PBXBuildFile - - 5D020B9B28609D071E21BB76 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - ToggleAnimatedSourceCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/ToggleAnimatedSourceCmd.cpp - sourceTree - SOURCE_ROOT - - 93760FE8B10EBD4081251E10 - - fileRef - BDBE053980FA01FAD543D782 - isa - PBXBuildFile - - BDBE053980FA01FAD543D782 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - CmdManager.cpp - path - ../../../addons/ofxPiMapper/src/Commands/CmdManager.cpp - sourceTree - SOURCE_ROOT - - 718E523D4BDDCFAC394B3EA5 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - DeselectTexCoordCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/DeselectTexCoordCmd.h - sourceTree - SOURCE_ROOT - - BA5B6BB795E2A24B2DBA22BD - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SelNextVertexCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/SelNextVertexCmd.h - sourceTree - SOURCE_ROOT - - BCB571865BB25BC586CF80EC - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SetPresetCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/SetPresetCmd.h - sourceTree - SOURCE_ROOT - - D88BA6D139757ED4E1669796 - - fileRef - 3E4A0386460638A781A7AC84 - isa - PBXBuildFile - - 3E4A0386460638A781A7AC84 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - AddGridRowCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/AddGridRowCmd.cpp - sourceTree - SOURCE_ROOT - - D05D5FBB2B2779B022A5DD04 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SelTexCoordCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/SelTexCoordCmd.h - sourceTree - SOURCE_ROOT - - F0A9FE4B6FB6C958B72B72CD - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SetApplicationModeCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/SetApplicationModeCmd.h - sourceTree - SOURCE_ROOT - - 74CA4C78136F233FB90B7D3E - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - RmGridRowCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/RmGridRowCmd.h - sourceTree - SOURCE_ROOT - - 00756183A9E41665E637AC23 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - AddSurfaceCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/AddSurfaceCmd.h - sourceTree - SOURCE_ROOT - - 800748EF057A284D9DA82F60 - - fileRef - F7E88D3956480E0CBAA21641 - isa - PBXBuildFile - - F7E88D3956480E0CBAA21641 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - SelPrevTexCoordCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/SelPrevTexCoordCmd.cpp - sourceTree - SOURCE_ROOT - - 06765053D7BFBBEB43E77B23 - - fileRef - E8DA47AF2B265F778E74D4DA - isa - PBXBuildFile - - E8DA47AF2B265F778E74D4DA - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - StartDragSurfaceCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/StartDragSurfaceCmd.cpp - sourceTree - SOURCE_ROOT - - D4CFAEBB593AD070E04F106C - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - MvSelectionCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/MvSelectionCmd.h - sourceTree - SOURCE_ROOT - - 7002E598586957E5F20E69A7 - - fileRef - A2282B1E05458C3B2BBCE568 - isa - PBXBuildFile - - A2282B1E05458C3B2BBCE568 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - SelVertexCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/SelVertexCmd.cpp - sourceTree - SOURCE_ROOT - - 7DAB7D546F81A93336034BF7 - - fileRef - 6DF54314CF2B45BF195B84C6 - isa - PBXBuildFile - - 6DF54314CF2B45BF195B84C6 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - SelPrevSurfaceCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/SelPrevSurfaceCmd.cpp - sourceTree - SOURCE_ROOT - - 6500BFD07CA93EFD8A162B25 - - fileRef - 7F58FFED7FBFC49573FF65E4 - isa - PBXBuildFile - - 7F58FFED7FBFC49573FF65E4 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - SetSourceCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/SetSourceCmd.cpp - sourceTree - SOURCE_ROOT - - E5D631612E039E04B1736E76 - - fileRef - 0B691BBAB665F94F09B2C276 - isa - PBXBuildFile - - 0B691BBAB665F94F09B2C276 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - SelSurfaceCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/SelSurfaceCmd.cpp - sourceTree - SOURCE_ROOT - - 61481FB831430E35A18ABD02 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - MvLayerDnCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/MvLayerDnCmd.h - sourceTree - SOURCE_ROOT - - 580602DA874A9CF9E850DEEE - - fileRef - 231337763726D333E0B3D56C - isa - PBXBuildFile - - 231337763726D333E0B3D56C - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - AddGridColCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/AddGridColCmd.cpp - sourceTree - SOURCE_ROOT - - 4BF21A290FA6FE26B87B8971 - - fileRef - 4FFBE499412CC8DD07163E91 - isa - PBXBuildFile - - 4FFBE499412CC8DD07163E91 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - SetNextSourceCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/SetNextSourceCmd.cpp - sourceTree - SOURCE_ROOT - - BA65337B3E631788AE2D018B - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - RmGridColCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/RmGridColCmd.h - sourceTree - SOURCE_ROOT - - F9A6B58165791682416A1685 - - fileRef - 962C349E8F4E59FF335AB2A6 - isa - PBXBuildFile - - 962C349E8F4E59FF335AB2A6 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - ClearSurfacesCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/ClearSurfacesCmd.cpp - sourceTree - SOURCE_ROOT - - 84172554824F6959BA431E33 - - fileRef - 15C9B02F2CF08112845CD074 - isa - PBXBuildFile - - 15C9B02F2CF08112845CD074 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - SetPresetCmd.cpp - path - ../../../addons/ofxPiMapper/src/Commands/SetPresetCmd.cpp - sourceTree - SOURCE_ROOT - - 65DBA05D19177D2853D54196 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - DeselectSurfaceCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/DeselectSurfaceCmd.h - sourceTree - SOURCE_ROOT - - F19689EE10A2EC1EC429FAC7 - - children - - 3074E4094F76555C299E5D8E - 65DBA05D19177D2853D54196 - 15C9B02F2CF08112845CD074 - 962C349E8F4E59FF335AB2A6 - BA65337B3E631788AE2D018B - 4FFBE499412CC8DD07163E91 - 231337763726D333E0B3D56C - 61481FB831430E35A18ABD02 - 0B691BBAB665F94F09B2C276 - 7F58FFED7FBFC49573FF65E4 - 6DF54314CF2B45BF195B84C6 - A2282B1E05458C3B2BBCE568 - D4CFAEBB593AD070E04F106C - E8DA47AF2B265F778E74D4DA - F7E88D3956480E0CBAA21641 - 00756183A9E41665E637AC23 - 74CA4C78136F233FB90B7D3E - F0A9FE4B6FB6C958B72B72CD - D05D5FBB2B2779B022A5DD04 - 3E4A0386460638A781A7AC84 - BCB571865BB25BC586CF80EC - BA5B6BB795E2A24B2DBA22BD - 718E523D4BDDCFAC394B3EA5 - BDBE053980FA01FAD543D782 - 5D020B9B28609D071E21BB76 - 0739F09627790055C959BBF4 - D396CDAF34D3B3153173E983 - C656C28252AD5E9E09FA2162 - FA2E4E947E8D358C28D903C0 - EC481BAB32B250D3EA41AF9E - B7C308F8B76FCB909581A580 - 7D386994DF359F3BD1E66480 - 655142313A378162E3929785 - 30ED82F4A70B5B95CCEF7744 - 3B29C3846BA06080344C1D1E - F3538B8AF69CAB7C215FA1EF - 34B45EB44DED0A47FBAD30F4 - 79A9ED756DB70790A67E3EF8 - 5AB104FC7812B4F42B8E1540 - 21167F26AF957606289D4A4A - CB4461BD6FC059D946144727 - 2F04FFB9BAC4575E214C0DED - A5CBAE57D2ADED1CAB6123AF - 27453C6FAE9B674FD694508D - E8CE817DF3028A4345376E7D - 5EBDBF5E7887C574E1FCC1B5 - 8F41EDB76644426680B2FA2B - FC98A68C64BFC941D0B31EE9 - B323D7489A7B26A63443444F - D565A612B1DF2837C94A6081 - 933CAE5B2DEC9DDABEA95E34 - 784FFEB8D108EC916343AB97 - 912C6A870E22496CEA43AC85 - DBAFA0B7AFEA589CA5167204 - 1E73070DAC89F6A796BFF464 - 6E80EE6FB0CC304A6CA287BB - EE95BF87E883491E7CC9B6EC - 03FCF5559C2A6AB79D947767 - 47AB6134D2AB2F3EB10096A3 - 8D3CB0B9A827AFA479349BBE - 56A68D8E68FF141B5EB1ADF6 - D463EA9CC53D21A44CB9D6EF - 17972C3384311464011667D9 - A50F23D868C48DF9799BC788 - 18041C8871E17DE3E60BFF95 - E52D4207C299D5886C8FD2C7 - 60F40691CD9DE4DEE1768FE9 - 775FD891C1E381F87BF33C82 - 140C0677F9F5A5D3B8A89AC4 - D7287CBE5600FEE9EE1B1AEA - 2740E84D92C5D85F69C05DA5 - 25322223D3976D5F33DCCBF6 - 49BE2D8F2A2A57F4EBF83FF4 - 4244A1B9B55BD7BA7ED2F547 - B5C793F4FEA3AA065347B61C - 1CE256C39E514ABD16FCCB87 - 62C9C3E62D4BEF04CF54C031 - - isa - PBXGroup - name - Commands - sourceTree - <group> - - 3074E4094F76555C299E5D8E - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - ClearSurfacesCmd.h - path - ../../../addons/ofxPiMapper/src/Commands/ClearSurfacesCmd.h - sourceTree - SOURCE_ROOT - - 378C962CF2DB945F38DE674A - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - ofxPiMapper.h - path - ../../../addons/ofxPiMapper/src/ofxPiMapper.h - sourceTree - SOURCE_ROOT - - 892923A127FC7C57469FD078 - - fileRef - AB4132974E14024E74E320F5 - isa - PBXBuildFile - - AB4132974E14024E74E320F5 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - BaseSource.cpp - path - ../../../addons/ofxPiMapper/src/Sources/BaseSource.cpp - sourceTree - SOURCE_ROOT - - C2D03F683EE589F55D47CFFD - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - VideoSource.h - path - ../../../addons/ofxPiMapper/src/Sources/VideoSource.h - sourceTree - SOURCE_ROOT - - 95CB0A22296B3DB402835DCF - - fileRef - 61291E56B7882C9E9B8F119B - isa - PBXBuildFile - - 61291E56B7882C9E9B8F119B - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - ImageSource.cpp - path - ../../../addons/ofxPiMapper/src/Sources/ImageSource.cpp - sourceTree - SOURCE_ROOT - - B390802358C73D3757AC9B4E - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - BaseSource.h - path - ../../../addons/ofxPiMapper/src/Sources/BaseSource.h - sourceTree - SOURCE_ROOT - - 3BD72CBAFD427FC6E9F164D2 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - OMXPlayerCache.h - path - ../../../addons/ofxPiMapper/src/Sources/OMXPlayerCache.h - sourceTree - SOURCE_ROOT - - F05CE9A6503C7CBCC46403C4 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - FboSource.h - path - ../../../addons/ofxPiMapper/src/Sources/FboSource.h - sourceTree - SOURCE_ROOT - - EFB1537A5DBC298C759BFC62 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SourceTypeHelper.h - path - ../../../addons/ofxPiMapper/src/Sources/SourceTypeHelper.h - sourceTree - SOURCE_ROOT - - 588E33B9B0BD6F5A2E4DF31D - - fileRef - F7B0806EEA8012D629BE363C - isa - PBXBuildFile - - F7B0806EEA8012D629BE363C - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - OMXPlayerCache.cpp - path - ../../../addons/ofxPiMapper/src/Sources/OMXPlayerCache.cpp - sourceTree - SOURCE_ROOT - - A0C1CAB7B9C59DDDC960EB62 - - fileRef - 5407451FA68C27B2AAE644A6 - isa - PBXBuildFile - - 5407451FA68C27B2AAE644A6 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - VideoSource.cpp - path - ../../../addons/ofxPiMapper/src/Sources/VideoSource.cpp - sourceTree - SOURCE_ROOT - - 6595C215972AFFC7EE685F5A - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SourceType.h - path - ../../../addons/ofxPiMapper/src/Sources/SourceType.h - sourceTree - SOURCE_ROOT - - E5949E35CC6642F2FDFFAAE5 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - ImageSource.h - path - ../../../addons/ofxPiMapper/src/Sources/ImageSource.h - sourceTree - SOURCE_ROOT - - 77B40894B404D46E0B9438E0 - - children - - C61C1F4F1A1ED2660B1D6EDC - E5949E35CC6642F2FDFFAAE5 - 6595C215972AFFC7EE685F5A - 5407451FA68C27B2AAE644A6 - F7B0806EEA8012D629BE363C - EFB1537A5DBC298C759BFC62 - F05CE9A6503C7CBCC46403C4 - 3BD72CBAFD427FC6E9F164D2 - B390802358C73D3757AC9B4E - 61291E56B7882C9E9B8F119B - C2D03F683EE589F55D47CFFD - AB4132974E14024E74E320F5 - - isa - PBXGroup - name - Sources - sourceTree - <group> - - 7702233BBFB6E8D9E8B93CBC - - fileRef - C61C1F4F1A1ED2660B1D6EDC - isa - PBXBuildFile - - C61C1F4F1A1ED2660B1D6EDC - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - FboSource.cpp - path - ../../../addons/ofxPiMapper/src/Sources/FboSource.cpp - sourceTree - SOURCE_ROOT - - 438B20A2C548E18384498186 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - LayerPanelWidget.h - path - ../../../addons/ofxPiMapper/src/Gui/Widgets/LayerPanelWidget.h - sourceTree - SOURCE_ROOT - - B562DE1EEC28EE801EB4F483 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SourcesEditorWidget.h - path - ../../../addons/ofxPiMapper/src/Gui/Widgets/SourcesEditorWidget.h - sourceTree - SOURCE_ROOT - - 4D2D4455339FC8C955091C88 - - fileRef - 413E846B881CCADC897A8A40 - isa - PBXBuildFile - - 413E846B881CCADC897A8A40 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - TextureEditorWidget.cpp - path - ../../../addons/ofxPiMapper/src/Gui/Widgets/TextureEditorWidget.cpp - sourceTree - SOURCE_ROOT - - C27244405258CD6DF424D0F3 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - ProjectionEditorWidget.h - path - ../../../addons/ofxPiMapper/src/Gui/Widgets/ProjectionEditorWidget.h - sourceTree - SOURCE_ROOT - - 23A4F0C9DE47BA73B3E49EDE - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - ScaleWidget.h - path - ../../../addons/ofxPiMapper/src/Gui/Widgets/ScaleWidget.h - sourceTree - SOURCE_ROOT - - 8A3D6CE0A4338871766366B6 - - fileRef - 69A4D26FC0AD01A86571540D - isa - PBXBuildFile - - 69A4D26FC0AD01A86571540D - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - SurfaceHighlightWidget.cpp - path - ../../../addons/ofxPiMapper/src/Gui/Widgets/SurfaceHighlightWidget.cpp - sourceTree - SOURCE_ROOT - - 274AEF0299D77E27C0C5B205 - - fileRef - 18DA1B30717C876AA19CEEC0 - isa - PBXBuildFile - - 18DA1B30717C876AA19CEEC0 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - ProjectionEditorWidget.cpp - path - ../../../addons/ofxPiMapper/src/Gui/Widgets/ProjectionEditorWidget.cpp - sourceTree - SOURCE_ROOT - - FB03F0A6D7866DFC55F519EB - - fileRef - 36F59D2F886152DF4115A218 - isa - PBXBuildFile - - 36F59D2F886152DF4115A218 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - SourcesEditorWidget.cpp - path - ../../../addons/ofxPiMapper/src/Gui/Widgets/SourcesEditorWidget.cpp - sourceTree - SOURCE_ROOT - - 9F39733296358C3B0F85BB15 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - SurfaceHighlightWidget.h - path - ../../../addons/ofxPiMapper/src/Gui/Widgets/SurfaceHighlightWidget.h - sourceTree - SOURCE_ROOT - - 9CAA3B0DFD59840998C832DA - - fileRef - 941AD8B39C28D08B9F31077A - isa - PBXBuildFile - - 941AD8B39C28D08B9F31077A - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - TextureHighlightWidget.cpp - path - ../../../addons/ofxPiMapper/src/Gui/Widgets/TextureHighlightWidget.cpp - sourceTree - SOURCE_ROOT - - 94DC897871B221F060A6A70F - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - GuiBaseWidget.h - path - ../../../addons/ofxPiMapper/src/Gui/Widgets/GuiBaseWidget.h - sourceTree - SOURCE_ROOT - - 3BD822DBD11904D1D6E27E76 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - TextureHighlightWidget.h - path - ../../../addons/ofxPiMapper/src/Gui/Widgets/TextureHighlightWidget.h - sourceTree - SOURCE_ROOT - - 8E8F94DC506856A4E92FBA8A - - fileRef - 57990D37D728C5711AACBA9F - isa - PBXBuildFile - - 57990D37D728C5711AACBA9F - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - LayerPanelWidget.cpp - path - ../../../addons/ofxPiMapper/src/Gui/Widgets/LayerPanelWidget.cpp - sourceTree - SOURCE_ROOT - - F06AE014F869282B7F7CE84C - - fileRef - F4EDCDF597954EF25E7AD416 - isa - PBXBuildFile - - F4EDCDF597954EF25E7AD416 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - ScaleWidget.cpp - path - ../../../addons/ofxPiMapper/src/Gui/Widgets/ScaleWidget.cpp - sourceTree - SOURCE_ROOT - - 0775EF7214A04F1C3C936CCE - - children - - AB96773D1B378AE8018EA33E - F4EDCDF597954EF25E7AD416 - 57990D37D728C5711AACBA9F - 3BD822DBD11904D1D6E27E76 - 94DC897871B221F060A6A70F - 941AD8B39C28D08B9F31077A - 9F39733296358C3B0F85BB15 - 36F59D2F886152DF4115A218 - 18DA1B30717C876AA19CEEC0 - 69A4D26FC0AD01A86571540D - 23A4F0C9DE47BA73B3E49EDE - C27244405258CD6DF424D0F3 - 413E846B881CCADC897A8A40 - B562DE1EEC28EE801EB4F483 - 438B20A2C548E18384498186 - - isa - PBXGroup - name - Widgets - sourceTree - <group> - - AB96773D1B378AE8018EA33E - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - TextureEditorWidget.h - path - ../../../addons/ofxPiMapper/src/Gui/Widgets/TextureEditorWidget.h - sourceTree - SOURCE_ROOT - - EA700B09626C8413C92EF860 - - fileRef - DCC24025AD26B4554B000385 - isa - PBXBuildFile - - DCC24025AD26B4554B000385 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - Gui.cpp - path - ../../../addons/ofxPiMapper/src/Gui/Gui.cpp - sourceTree - SOURCE_ROOT - - 783C34304FF450D0CB244879 - - children - - 7A3290FC65714D0C4D02B8BA - DCC24025AD26B4554B000385 - 0775EF7214A04F1C3C936CCE - - isa - PBXGroup - name - Gui - sourceTree - <group> - - 7A3290FC65714D0C4D02B8BA - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - Gui.h - path - ../../../addons/ofxPiMapper/src/Gui/Gui.h - sourceTree - SOURCE_ROOT - - DB8FC60C7512DB810C92625B - - fileRef - 20F9951441118A70E8D55E13 - isa - PBXBuildFile - - 20F9951441118A70E8D55E13 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - DirectoryWatcher.cpp - path - ../../../addons/ofxPiMapper/src/MediaServer/DirectoryWatcher.cpp - sourceTree - SOURCE_ROOT - - 92527EF632E7EC0E96BC329C - - fileRef - 18385A4F4BC87806616D4F7F - isa - PBXBuildFile - - 18385A4F4BC87806616D4F7F - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - MediaServer.cpp - path - ../../../addons/ofxPiMapper/src/MediaServer/MediaServer.cpp - sourceTree - SOURCE_ROOT - - FCB5A622161B43A8154687F8 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - MediaServer.h - path - ../../../addons/ofxPiMapper/src/MediaServer/MediaServer.h - sourceTree - SOURCE_ROOT - - 49237A8A4935FFC7A690CBD7 - - children - - 7C89C324499F9541394245C9 - FCB5A622161B43A8154687F8 - 18385A4F4BC87806616D4F7F - 20F9951441118A70E8D55E13 - - isa - PBXGroup - name - MediaServer - sourceTree - <group> - - 7C89C324499F9541394245C9 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - DirectoryWatcher.h - path - ../../../addons/ofxPiMapper/src/MediaServer/DirectoryWatcher.h - sourceTree - SOURCE_ROOT - - C2E5DC1692A11AF5D981F8FA - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - Mode.h - path - ../../../addons/ofxPiMapper/src/Mode.h - sourceTree - SOURCE_ROOT - - F3EACD31EE5E141FF66C48BD - - fileRef - EEF2CEBAFFABCFED915AFCE1 - isa - PBXBuildFile - - EEF2CEBAFFABCFED915AFCE1 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - Info.cpp - path - ../../../addons/ofxPiMapper/src/Info/Info.cpp - sourceTree - SOURCE_ROOT - - 922DC4E8A53315BB0C983902 - - children - - 37E7F66B151AB6A0AB6FC244 - EEF2CEBAFFABCFED915AFCE1 - - isa - PBXGroup - name - Info - sourceTree - <group> - - 37E7F66B151AB6A0AB6FC244 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - Info.h - path - ../../../addons/ofxPiMapper/src/Info/Info.h - sourceTree - SOURCE_ROOT - - D627BF76B06B3FF4F1516C5E - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - HomographyHelper.h - path - ../../../addons/ofxPiMapper/src/Utils/HomographyHelper.h - sourceTree - SOURCE_ROOT - - 3D6840E4DBCF2DED6C755B76 - - children - - E2333CF877EE99EBE86F4B0F - D627BF76B06B3FF4F1516C5E - - isa - PBXGroup - name - Utils - sourceTree - <group> - - 83CACB24937919003F2F9B63 - - fileRef - E2333CF877EE99EBE86F4B0F - isa - PBXBuildFile - - E2333CF877EE99EBE86F4B0F - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - HomographyHelper.cpp - path - ../../../addons/ofxPiMapper/src/Utils/HomographyHelper.cpp - sourceTree - SOURCE_ROOT - - 2E088EDC6E32D190998D8241 - - fileRef - A8558ACA2B5E9FD75C455CA2 - isa - PBXBuildFile - - A8558ACA2B5E9FD75C455CA2 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - Vec3.cpp - path - ../../../addons/ofxPiMapper/src/Types/Vec3.cpp - sourceTree - SOURCE_ROOT - - 5FB2E2349349B93011671206 - - fileRef - 4E09343A9F13BB51BC741692 - isa - PBXBuildFile - - 4E09343A9F13BB51BC741692 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - Vec2.cpp - path - ../../../addons/ofxPiMapper/src/Types/Vec2.cpp - sourceTree - SOURCE_ROOT - - 18E4114EBCEA8ADD837B4207 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - Vec3.h - path - ../../../addons/ofxPiMapper/src/Types/Vec3.h - sourceTree - SOURCE_ROOT - - E910F62B91A8365D01A66512 - - children - - 93C11B810D4F591A2F70C148 - 18E4114EBCEA8ADD837B4207 - 4E09343A9F13BB51BC741692 - A8558ACA2B5E9FD75C455CA2 - - isa - PBXGroup - name - Types - sourceTree - <group> - - 57113A603B123D17EBD5D0D1 - - children - - E910F62B91A8365D01A66512 - 3D6840E4DBCF2DED6C755B76 - 922DC4E8A53315BB0C983902 - C2E5DC1692A11AF5D981F8FA - 49237A8A4935FFC7A690CBD7 - 783C34304FF450D0CB244879 - 77B40894B404D46E0B9438E0 - 378C962CF2DB945F38DE674A - F19689EE10A2EC1EC429FAC7 - DA1ABA97EBE5173F815CB449 - 16DB3860ECC0D672B08DE71C - 925C888869704DBDF0BE6D0B - 43844FF975EC3DB9B9DDAD73 - - isa - PBXGroup - name - src - sourceTree - <group> - - 7CC2E9C572434BA3ED1C8079 - - children - - 57113A603B123D17EBD5D0D1 - - isa - PBXGroup - name - ofxPiMapper - sourceTree - <group> - - 93C11B810D4F591A2F70C148 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - Vec2.h - path - ../../../addons/ofxPiMapper/src/Types/Vec2.h - sourceTree - SOURCE_ROOT - - 89449E3044D456F7DE7BEA14 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - ofxPanel.h - path - ../../../addons/ofxGui/src/ofxPanel.h - sourceTree - SOURCE_ROOT - - 489B196944B06ADC2A071076 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - ofxColorPicker.h - path - ../../../addons/ofxGui/src/ofxColorPicker.h - sourceTree - SOURCE_ROOT - - 837220E80EB56CD44AD27F2A - - fileRef - 15F2C6477A769C03A56D1401 - isa - PBXBuildFile - - 15F2C6477A769C03A56D1401 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - ofxSlider.cpp - path - ../../../addons/ofxGui/src/ofxSlider.cpp - sourceTree - SOURCE_ROOT - - F285EB3169F1566CA3D93C20 - - fileRef - E112B3AEBEA2C091BF2B40AE - isa - PBXBuildFile - - E112B3AEBEA2C091BF2B40AE - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - ofxPanel.cpp - path - ../../../addons/ofxGui/src/ofxPanel.cpp - sourceTree - SOURCE_ROOT - - C70D8946940288799E82131E - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - ofxSliderGroup.h - path - ../../../addons/ofxGui/src/ofxSliderGroup.h - sourceTree - SOURCE_ROOT - - AE68B54581BE4A1DAE853180 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - ofxInputField.h - path - ../../../addons/ofxGui/src/ofxInputField.h - sourceTree - SOURCE_ROOT - - B87C60311EC1FE841C1ECD89 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - ofxLabel.h - path - ../../../addons/ofxGui/src/ofxLabel.h - sourceTree - SOURCE_ROOT - - 2834D88A62CD23F3DE2C47D1 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - ofxButton.h - path - ../../../addons/ofxGui/src/ofxButton.h - sourceTree - SOURCE_ROOT - - 87F26B4B24CBD428AD9EEBAA - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - ofxBaseGui.h - path - ../../../addons/ofxGui/src/ofxBaseGui.h - sourceTree - SOURCE_ROOT - - 17E65988300FBD9AAA2CD0CA - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - ofxGui.h - path - ../../../addons/ofxGui/src/ofxGui.h - sourceTree - SOURCE_ROOT - - 52AFA1F08C420992CAAAE648 - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - ofxSlider.h - path - ../../../addons/ofxGui/src/ofxSlider.h - sourceTree - SOURCE_ROOT - - 483908258D00B98B4BE69F07 - - fileRef - 78D67A00EB899FAC09430597 - isa - PBXBuildFile - - 78D67A00EB899FAC09430597 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - ofxLabel.cpp - path - ../../../addons/ofxGui/src/ofxLabel.cpp - sourceTree - SOURCE_ROOT - - 0A1DAC09F322AE313A40706D - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - ofxToggle.h - path - ../../../addons/ofxGui/src/ofxToggle.h - sourceTree - SOURCE_ROOT - - 852E0891794923EE7583C621 - - fileRef - 44B351490B620D04E1E7C52D - isa - PBXBuildFile - - 44B351490B620D04E1E7C52D - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - ofxInputField.cpp - path - ../../../addons/ofxGui/src/ofxInputField.cpp - sourceTree - SOURCE_ROOT - - B266578FC55D23BFEBC042E7 - - fileRef - ECF8674C7975F1063C5E30CA - isa - PBXBuildFile - - ECF8674C7975F1063C5E30CA - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - ofxGuiGroup.cpp - path - ../../../addons/ofxGui/src/ofxGuiGroup.cpp - sourceTree - SOURCE_ROOT - - 5CBB2AB3A60F65431D7B555D - - fileRef - C88333E71C9457E441C33474 - isa - PBXBuildFile - - C88333E71C9457E441C33474 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - ofxButton.cpp - path - ../../../addons/ofxGui/src/ofxButton.cpp - sourceTree - SOURCE_ROOT - - 1CD33E884D9E3358252E82A1 - - fileRef - 907C5B5E104864A2D3A25745 - isa - PBXBuildFile - - 907C5B5E104864A2D3A25745 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - ofxToggle.cpp - path - ../../../addons/ofxGui/src/ofxToggle.cpp - sourceTree - SOURCE_ROOT - - B56FE57CC35806596D38118C - - fileRef - 802251BAF1B35B1D67B32FD0 - isa - PBXBuildFile - - 802251BAF1B35B1D67B32FD0 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - ofxSliderGroup.cpp - path - ../../../addons/ofxGui/src/ofxSliderGroup.cpp - sourceTree - SOURCE_ROOT - - 853E0BA2F448076739446874 - - fileRef - 181D363B6DD54D1FA6309C43 - isa - PBXBuildFile - - 181D363B6DD54D1FA6309C43 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - ofxColorPicker.cpp - path - ../../../addons/ofxGui/src/ofxColorPicker.cpp - sourceTree - SOURCE_ROOT - - 856AA354D08AB4B323081444 - - fileRef - 9604B925D32EE39065747725 - isa - PBXBuildFile - - 9604B925D32EE39065747725 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - ofxBaseGui.cpp - path - ../../../addons/ofxGui/src/ofxBaseGui.cpp - sourceTree - SOURCE_ROOT - - A763ED608B35AE3310251DEE - - children - - 1C0DA2561397A7DE0246858B - 9604B925D32EE39065747725 - 181D363B6DD54D1FA6309C43 - 802251BAF1B35B1D67B32FD0 - 907C5B5E104864A2D3A25745 - C88333E71C9457E441C33474 - ECF8674C7975F1063C5E30CA - 44B351490B620D04E1E7C52D - 0A1DAC09F322AE313A40706D - 78D67A00EB899FAC09430597 - 52AFA1F08C420992CAAAE648 - 17E65988300FBD9AAA2CD0CA - 87F26B4B24CBD428AD9EEBAA - 2834D88A62CD23F3DE2C47D1 - B87C60311EC1FE841C1ECD89 - AE68B54581BE4A1DAE853180 - C70D8946940288799E82131E - E112B3AEBEA2C091BF2B40AE - 15F2C6477A769C03A56D1401 - 489B196944B06ADC2A071076 - 89449E3044D456F7DE7BEA14 - - isa - PBXGroup - name - src - sourceTree - <group> - - 480A780D8D0308AE4A368801 - - children - - A763ED608B35AE3310251DEE - - isa - PBXGroup - name - ofxGui - sourceTree - <group> - - 1C0DA2561397A7DE0246858B - - explicitFileType - sourcecode.c.h - fileEncoding - 4 - isa - PBXFileReference - name - ofxGuiGroup.h - path - ../../../addons/ofxGui/src/ofxGuiGroup.h - sourceTree - SOURCE_ROOT - - 6948EE371B920CB800B5AC1A - - children - - isa - PBXGroup - name - local_addons - sourceTree - <group> - - 8466F1851C04CA0E00918B1C - - buildActionMask - 12 - files - - inputPaths - - isa - PBXShellScriptBuildPhase - outputPaths - - runOnlyForDeploymentPostprocessing - 0 - shellPath - /bin/sh - shellScript - echo "$GCC_PREPROCESSOR_DEFINITIONS"; -APPSTORE=`expr "$GCC_PREPROCESSOR_DEFINITIONS" : ".*APPSTORE=\([0-9]*\)"` -if [ -z "$APPSTORE" ] ; then -echo "Note: Not copying bin/data to App Package or doing App Code signing. Use AppStore target for AppStore distribution"; -else -# Copy bin/data into App/Resources -rsync -avz --exclude='.DS_Store' "${SRCROOT}/bin/data/" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/data/" - -# ---- Code Sign App Package ---- - -# WARNING: You may have to run Clean in Xcode after changing CODE_SIGN_IDENTITY! - -# Verify that $CODE_SIGN_IDENTITY is set -if [ -z "${CODE_SIGN_IDENTITY}" ] ; then -echo "CODE_SIGN_IDENTITY needs to be set for framework code-signing" -exit 0 -fi - -if [ -z "${CODE_SIGN_ENTITLEMENTS}" ] ; then -echo "CODE_SIGN_ENTITLEMENTS needs to be set for framework code-signing!" - -if [ "${CONFIGURATION}" = "Release" ] ; then -exit 1 -else -# Code-signing is optional for non-release builds. -exit 0 -fi -fi - -ITEMS="" - -FRAMEWORKS_DIR="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" -echo "$FRAMEWORKS_DIR" -if [ -d "$FRAMEWORKS_DIR" ] ; then -FRAMEWORKS=$(find "${FRAMEWORKS_DIR}" -depth -type d -name "*.framework" -or -name "*.dylib" -or -name "*.bundle" | sed -e "s/\(.*framework\)/\1\/Versions\/A\//") -RESULT=$? -if [[ $RESULT != 0 ]] ; then -exit 1 -fi - -ITEMS="${FRAMEWORKS}" -fi - -LOGINITEMS_DIR="${TARGET_BUILD_DIR}/${CONTENTS_FOLDER_PATH}/Library/LoginItems/" -if [ -d "$LOGINITEMS_DIR" ] ; then -LOGINITEMS=$(find "${LOGINITEMS_DIR}" -depth -type d -name "*.app") -RESULT=$? -if [[ $RESULT != 0 ]] ; then -exit 1 -fi - -ITEMS="${ITEMS}"$'\n'"${LOGINITEMS}" -fi - -# Prefer the expanded name, if available. -CODE_SIGN_IDENTITY_FOR_ITEMS="${EXPANDED_CODE_SIGN_IDENTITY_NAME}" -if [ "${CODE_SIGN_IDENTITY_FOR_ITEMS}" = "" ] ; then -# Fall back to old behavior. -CODE_SIGN_IDENTITY_FOR_ITEMS="${CODE_SIGN_IDENTITY}" -fi - -echo "Identity:" -echo "${CODE_SIGN_IDENTITY_FOR_ITEMS}" - -echo "Entitlements:" -echo "${CODE_SIGN_ENTITLEMENTS}" - -echo "Found:" -echo "${ITEMS}" - -# Change the Internal Field Separator (IFS) so that spaces in paths will not cause problems below. -SAVED_IFS=$IFS -IFS=$(echo -en "\n\b") - -# Loop through all items. -for ITEM in $ITEMS; -do -echo "Signing '${ITEM}'" -codesign --force --verbose --sign "${CODE_SIGN_IDENTITY_FOR_ITEMS}" --entitlements "${CODE_SIGN_ENTITLEMENTS}" "${ITEM}" -RESULT=$? -if [[ $RESULT != 0 ]] ; then -echo "Failed to sign '${ITEM}'." -IFS=$SAVED_IFS -exit 1 -fi -done - -# Restore $IFS. -IFS=$SAVED_IFS - -fi - - - 99FA3DBB1C7456C400CFA0EE - - baseConfigurationReference - E4EB6923138AFD0F00A09F29 - buildSettings - - HEADER_SEARCH_PATHS - - $(OF_CORE_HEADERS) - src - ../../../addons/ofxGui/src - ../../../addons/ofxPiMapper/src - ../../../addons/ofxPiMapper/src/Application - ../../../addons/ofxPiMapper/src/Application/Modes - ../../../addons/ofxPiMapper/src/Commands - ../../../addons/ofxPiMapper/src/Gui - ../../../addons/ofxPiMapper/src/Gui/Widgets - ../../../addons/ofxPiMapper/src/Info - ../../../addons/ofxPiMapper/src/MediaServer - ../../../addons/ofxPiMapper/src/Sources - ../../../addons/ofxPiMapper/src/Surfaces - ../../../addons/ofxPiMapper/src/Types - ../../../addons/ofxPiMapper/src/UserInterface - ../../../addons/ofxPiMapper/src/Utils - ../../../addons/ofxXmlSettings/libs - ../../../addons/ofxXmlSettings/src - - CONFIGURATION_BUILD_DIR - $(SRCROOT)/bin/ - COPY_PHASE_STRIP - YES - DEAD_CODE_STRIPPING - YES - GCC_AUTO_VECTORIZATION - YES - GCC_ENABLE_SSE3_EXTENSIONS - YES - GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS - YES - GCC_INLINES_ARE_PRIVATE_EXTERN - NO - GCC_OPTIMIZATION_LEVEL - 3 - GCC_PREPROCESSOR_DEFINITIONS[arch=*] - DISTRIBUTION=1 - GCC_SYMBOLS_PRIVATE_EXTERN - NO - GCC_UNROLL_LOOPS - YES - GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS - YES - GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO - NO - GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL - NO - GCC_WARN_UNINITIALIZED_AUTOS - NO - GCC_WARN_UNUSED_VALUE - NO - GCC_WARN_UNUSED_VARIABLE - NO - MACOSX_DEPLOYMENT_TARGET - 10.9 - OTHER_CPLUSPLUSFLAGS - - -D__MACOSX_CORE__ - -mtune=native - - SDKROOT - macosx - - isa - XCBuildConfiguration - name - AppStore - - 99FA3DBC1C7456C400CFA0EE - - baseConfigurationReference - E4EB6923138AFD0F00A09F29 - buildSettings - - HEADER_SEARCH_PATHS - - $(OF_CORE_HEADERS) - src - ../../../addons/ofxGui/src - ../../../addons/ofxPiMapper/src - ../../../addons/ofxPiMapper/src/Application - ../../../addons/ofxPiMapper/src/Application/Modes - ../../../addons/ofxPiMapper/src/Commands - ../../../addons/ofxPiMapper/src/Gui - ../../../addons/ofxPiMapper/src/Gui/Widgets - ../../../addons/ofxPiMapper/src/Info - ../../../addons/ofxPiMapper/src/MediaServer - ../../../addons/ofxPiMapper/src/Sources - ../../../addons/ofxPiMapper/src/Surfaces - ../../../addons/ofxPiMapper/src/Types - ../../../addons/ofxPiMapper/src/UserInterface - ../../../addons/ofxPiMapper/src/Utils - ../../../addons/ofxXmlSettings/libs - ../../../addons/ofxXmlSettings/src - - COMBINE_HIDPI_IMAGES - YES - COPY_PHASE_STRIP - YES - FRAMEWORK_SEARCH_PATHS - - $(inherited) - - GCC_GENERATE_DEBUGGING_SYMBOLS - YES - GCC_MODEL_TUNING - NONE - GCC_PREPROCESSOR_DEFINITIONS[arch=*] - APPSTORE=1 - ICON - $(ICON_NAME_RELEASE) - ICON_FILE - $(ICON_FILE_PATH)$(ICON) - INFOPLIST_FILE - openFrameworks-Info.plist - INSTALL_PATH - /Applications - LIBRARY_SEARCH_PATHS - $(inherited) - PRODUCT_NAME - $(TARGET_NAME) - WRAPPER_EXTENSION - app - baseConfigurationReference - E4EB6923138AFD0F00A09F29 - - isa - XCBuildConfiguration - name - AppStore - - BB4B014C10F69532006C3DED - - children - - 480A780D8D0308AE4A368801 - 7CC2E9C572434BA3ED1C8079 - 1F4FB5C423662B96ADFDCC0B - - isa - PBXGroup - name - addons - sourceTree - <group> - - E4328143138ABC890047C5CB - - isa - PBXFileReference - lastKnownFileType - wrapper.pb-project - name - openFrameworksLib.xcodeproj - path - ../../../libs/openFrameworksCompiled/project/osx/openFrameworksLib.xcodeproj - sourceTree - SOURCE_ROOT - - E4328144138ABC890047C5CB - - children - - E4328148138ABC890047C5CB - - isa - PBXGroup - name - Products - sourceTree - <group> - - E4328147138ABC890047C5CB - - containerPortal - E4328143138ABC890047C5CB - isa - PBXContainerItemProxy - proxyType - 2 - remoteGlobalIDString - E4B27C1510CBEB8E00536013 - remoteInfo - openFrameworks - - E4328148138ABC890047C5CB - - fileType - archive.ar - isa - PBXReferenceProxy - path - openFrameworksDebug.a - remoteRef - E4328147138ABC890047C5CB - sourceTree - BUILT_PRODUCTS_DIR - - E4328149138ABC9F0047C5CB - - fileRef - E4328148138ABC890047C5CB - isa - PBXBuildFile - - E4B69B4A0A3A1720003C02F2 - - children - - E4B6FCAD0C3E899E008CF71C - E4EB6923138AFD0F00A09F29 - E4B69E1C0A3A1BDC003C02F2 - E4EEC9E9138DF44700A80321 - BB4B014C10F69532006C3DED - 6948EE371B920CB800B5AC1A - E4B69B5B0A3A1756003C02F2 - - isa - PBXGroup - sourceTree - <group> - - E4B69B4C0A3A1720003C02F2 - - attributes - - LastUpgradeCheck - 0600 - - buildConfigurationList - E4B69B4D0A3A1720003C02F2 - compatibilityVersion - Xcode 3.2 - developmentRegion - English - hasScannedForEncodings - 0 - isa - PBXProject - knownRegions - - English - Japanese - French - German - - mainGroup - E4B69B4A0A3A1720003C02F2 - productRefGroup - E4B69B4A0A3A1720003C02F2 - projectDirPath - - projectReferences - - - ProductGroup - E4328144138ABC890047C5CB - ProjectRef - E4328143138ABC890047C5CB - - - projectRoot - - targets - - E4B69B5A0A3A1756003C02F2 - - - E4B69B4D0A3A1720003C02F2 - - buildConfigurations - - E4B69B4E0A3A1720003C02F2 - E4B69B4F0A3A1720003C02F2 - 99FA3DBB1C7456C400CFA0EE - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - E4B69B4E0A3A1720003C02F2 - - baseConfigurationReference - E4EB6923138AFD0F00A09F29 - buildSettings - - HEADER_SEARCH_PATHS - - $(OF_CORE_HEADERS) - src - ../../../addons/ofxGui/src - ../../../addons/ofxPiMapper/src - ../../../addons/ofxPiMapper/src/Application - ../../../addons/ofxPiMapper/src/Application/Modes - ../../../addons/ofxPiMapper/src/Commands - ../../../addons/ofxPiMapper/src/Gui - ../../../addons/ofxPiMapper/src/Gui/Widgets - ../../../addons/ofxPiMapper/src/Info - ../../../addons/ofxPiMapper/src/MediaServer - ../../../addons/ofxPiMapper/src/Sources - ../../../addons/ofxPiMapper/src/Surfaces - ../../../addons/ofxPiMapper/src/Types - ../../../addons/ofxPiMapper/src/UserInterface - ../../../addons/ofxPiMapper/src/Utils - ../../../addons/ofxXmlSettings/libs - ../../../addons/ofxXmlSettings/src - - CONFIGURATION_BUILD_DIR - $(SRCROOT)/bin/ - COPY_PHASE_STRIP - NO - DEAD_CODE_STRIPPING - YES - GCC_AUTO_VECTORIZATION - YES - GCC_ENABLE_SSE3_EXTENSIONS - YES - GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS - YES - GCC_INLINES_ARE_PRIVATE_EXTERN - NO - GCC_OPTIMIZATION_LEVEL - 0 - GCC_SYMBOLS_PRIVATE_EXTERN - NO - GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS - YES - GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO - NO - GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL - NO - GCC_WARN_UNINITIALIZED_AUTOS - NO - GCC_WARN_UNUSED_VALUE - NO - GCC_WARN_UNUSED_VARIABLE - NO - MACOSX_DEPLOYMENT_TARGET - 10.9 - ONLY_ACTIVE_ARCH - YES - OTHER_CPLUSPLUSFLAGS - - -D__MACOSX_CORE__ - -mtune=native - - SDKROOT - macosx - - isa - XCBuildConfiguration - name - Debug - - E4B69B4F0A3A1720003C02F2 - - baseConfigurationReference - E4EB6923138AFD0F00A09F29 - buildSettings - - HEADER_SEARCH_PATHS - - $(OF_CORE_HEADERS) - src - ../../../addons/ofxGui/src - ../../../addons/ofxPiMapper/src - ../../../addons/ofxPiMapper/src/Application - ../../../addons/ofxPiMapper/src/Application/Modes - ../../../addons/ofxPiMapper/src/Commands - ../../../addons/ofxPiMapper/src/Gui - ../../../addons/ofxPiMapper/src/Gui/Widgets - ../../../addons/ofxPiMapper/src/Info - ../../../addons/ofxPiMapper/src/MediaServer - ../../../addons/ofxPiMapper/src/Sources - ../../../addons/ofxPiMapper/src/Surfaces - ../../../addons/ofxPiMapper/src/Types - ../../../addons/ofxPiMapper/src/UserInterface - ../../../addons/ofxPiMapper/src/Utils - ../../../addons/ofxXmlSettings/libs - ../../../addons/ofxXmlSettings/src - - CONFIGURATION_BUILD_DIR - $(SRCROOT)/bin/ - COPY_PHASE_STRIP - YES - DEAD_CODE_STRIPPING - YES - GCC_AUTO_VECTORIZATION - YES - GCC_ENABLE_SSE3_EXTENSIONS - YES - GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS - YES - GCC_INLINES_ARE_PRIVATE_EXTERN - NO - GCC_OPTIMIZATION_LEVEL - 3 - GCC_SYMBOLS_PRIVATE_EXTERN - NO - GCC_UNROLL_LOOPS - YES - GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS - YES - GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO - NO - GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL - NO - GCC_WARN_UNINITIALIZED_AUTOS - NO - GCC_WARN_UNUSED_VALUE - NO - GCC_WARN_UNUSED_VARIABLE - NO - MACOSX_DEPLOYMENT_TARGET - 10.9 - OTHER_CPLUSPLUSFLAGS - - -D__MACOSX_CORE__ - -mtune=native - - SDKROOT - macosx - - isa - XCBuildConfiguration - name - Release - - E4B69B580A3A1756003C02F2 - - buildActionMask - 2147483647 - files - - E4B69E200A3A1BDC003C02F2 - E4B69E210A3A1BDC003C02F2 - 856AA354D08AB4B323081444 - 853E0BA2F448076739446874 - B56FE57CC35806596D38118C - 1CD33E884D9E3358252E82A1 - 5CBB2AB3A60F65431D7B555D - B266578FC55D23BFEBC042E7 - 852E0891794923EE7583C621 - 483908258D00B98B4BE69F07 - F285EB3169F1566CA3D93C20 - 837220E80EB56CD44AD27F2A - 5FB2E2349349B93011671206 - 2E088EDC6E32D190998D8241 - 83CACB24937919003F2F9B63 - F3EACD31EE5E141FF66C48BD - 92527EF632E7EC0E96BC329C - DB8FC60C7512DB810C92625B - EA700B09626C8413C92EF860 - F06AE014F869282B7F7CE84C - 8E8F94DC506856A4E92FBA8A - 9CAA3B0DFD59840998C832DA - FB03F0A6D7866DFC55F519EB - 274AEF0299D77E27C0C5B205 - 8A3D6CE0A4338871766366B6 - 4D2D4455339FC8C955091C88 - 7702233BBFB6E8D9E8B93CBC - A0C1CAB7B9C59DDDC960EB62 - 588E33B9B0BD6F5A2E4DF31D - 95CB0A22296B3DB402835DCF - 892923A127FC7C57469FD078 - 84172554824F6959BA431E33 - F9A6B58165791682416A1685 - 4BF21A290FA6FE26B87B8971 - 580602DA874A9CF9E850DEEE - E5D631612E039E04B1736E76 - 6500BFD07CA93EFD8A162B25 - 7DAB7D546F81A93336034BF7 - 7002E598586957E5F20E69A7 - 06765053D7BFBBEB43E77B23 - 800748EF057A284D9DA82F60 - D88BA6D139757ED4E1669796 - 93760FE8B10EBD4081251E10 - 6438655B2AE4DDA2743241EC - 25F5CD753AF35B53464E56AE - EAA439282B5D7717982A1642 - D61A46C1800537BA43C7884F - A75658250711ADE2C05FC781 - B01F972DDDA5F21EF4C8B99D - 6056983B92E88B475FF04299 - 23963D6D8F0085D5DD2DF394 - B9654D0EF43BCA228B330ED7 - 5826FF4F63DC430E90AFDA5E - E327ACE85A208BAFACD1B7C7 - 14566DCD28D35A80428886C4 - 973F560586CB3735581265E7 - 67FF225B68ECC1942C833BFE - B1EEE5A7EC1876072BF8F7FE - 60C8089351E49CF344577098 - 8CA6C92E3D4F91750BC469FF - C8D7FA44AA0565654A681157 - 28F5415281F8D09BBC098355 - 90DE06EA59944C1BEA539719 - 82643E358DF270B9EC939699 - 845DC872C79A75F7B5FABC02 - C34B66987F4DA38C21AF325B - 36A98A331EAE1D0A19998A59 - E6D82F5A7B22E9FB46DEEF15 - A6EE8D8F3CA590EF6D7FAFA6 - C3A616FB3A463C17E327F395 - 9F968AD3A115328F4BFE5D71 - 85649EB44DE8F0A3BF8430F9 - C0EB2D2E383BA9DE417ADB38 - 9C194C9F4ACD67CD61FBD30D - 63DB0907B2ACDF9E6F2D9925 - B27F2ADC894A4C463E892AFE - D0758B5E19E04C33E9BF7193 - 2A9AFA74E0EF07E58AC11382 - 3B90107DB9BF4857E357FCA8 - 42BCE929D520D8872171239A - 868F230C6074263277ED9B07 - 1F4453EA1589AD79F4B34493 - 21B18AC78EBFC1FD28C614D5 - C4D6DA9B890E612343FD059F - 4A53BFBA57F4AD16FB9D2D24 - 42AB7CD7DFB89209AB951942 - AA98F23DF9897F2241EF3968 - 2E9E05C9FFCE15172A701335 - 401140F3B7FA4412935BB121 - 63B57AC5BF4EF088491E0317 - 5A4349E9754D6FA14C0F2A3A - 9D44DC88EF9E7991B4A09951 - 933A2227713C720CEFF80FD9 - - isa - PBXSourcesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - E4B69B590A3A1756003C02F2 - - buildActionMask - 2147483647 - files - - E4328149138ABC9F0047C5CB - - isa - PBXFrameworksBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - E4B69B5A0A3A1756003C02F2 - - buildConfigurationList - E4B69B5F0A3A1757003C02F2 - buildPhases - - E4B69B580A3A1756003C02F2 - E4B69B590A3A1756003C02F2 - E4B6FFFD0C3F9AB9008CF71C - E4C2427710CC5ABF004149E2 - 8466F1851C04CA0E00918B1C - - buildRules - - dependencies - - E4EEB9AC138B136A00A80321 - - isa - PBXNativeTarget - name - example_basic - productName - myOFApp - productReference - E4B69B5B0A3A1756003C02F2 - productType - com.apple.product-type.application - - E4B69B5B0A3A1756003C02F2 - - explicitFileType - wrapper.application - includeInIndex - 0 - isa - PBXFileReference - path - example_basicDebug.app - sourceTree - BUILT_PRODUCTS_DIR - - E4B69B5F0A3A1757003C02F2 - - buildConfigurations - - E4B69B600A3A1757003C02F2 - E4B69B610A3A1757003C02F2 - 99FA3DBC1C7456C400CFA0EE - - defaultConfigurationIsVisible - 0 - defaultConfigurationName - Release - isa - XCConfigurationList - - E4B69B600A3A1757003C02F2 - - baseConfigurationReference - E4EB6923138AFD0F00A09F29 - buildSettings - - HEADER_SEARCH_PATHS - - $(OF_CORE_HEADERS) - src - ../../../addons/ofxGui/src - ../../../addons/ofxPiMapper/src - ../../../addons/ofxPiMapper/src/Application - ../../../addons/ofxPiMapper/src/Application/Modes - ../../../addons/ofxPiMapper/src/Commands - ../../../addons/ofxPiMapper/src/Gui - ../../../addons/ofxPiMapper/src/Gui/Widgets - ../../../addons/ofxPiMapper/src/Info - ../../../addons/ofxPiMapper/src/MediaServer - ../../../addons/ofxPiMapper/src/Sources - ../../../addons/ofxPiMapper/src/Surfaces - ../../../addons/ofxPiMapper/src/Types - ../../../addons/ofxPiMapper/src/UserInterface - ../../../addons/ofxPiMapper/src/Utils - ../../../addons/ofxXmlSettings/libs - ../../../addons/ofxXmlSettings/src - - COMBINE_HIDPI_IMAGES - YES - COPY_PHASE_STRIP - NO - FRAMEWORK_SEARCH_PATHS - - $(inherited) - - GCC_DYNAMIC_NO_PIC - NO - GCC_GENERATE_DEBUGGING_SYMBOLS - YES - GCC_MODEL_TUNING - NONE - ICON - $(ICON_NAME_DEBUG) - ICON_FILE - $(ICON_FILE_PATH)$(ICON) - INFOPLIST_FILE - openFrameworks-Info.plist - INSTALL_PATH - /Applications - LIBRARY_SEARCH_PATHS - $(inherited) - PRODUCT_NAME - $(TARGET_NAME)Debug - WRAPPER_EXTENSION - app - - isa - XCBuildConfiguration - name - Debug - - E4B69B610A3A1757003C02F2 - - baseConfigurationReference - E4EB6923138AFD0F00A09F29 - buildSettings - - HEADER_SEARCH_PATHS - - $(OF_CORE_HEADERS) - src - ../../../addons/ofxGui/src - ../../../addons/ofxPiMapper/src - ../../../addons/ofxPiMapper/src/Application - ../../../addons/ofxPiMapper/src/Application/Modes - ../../../addons/ofxPiMapper/src/Commands - ../../../addons/ofxPiMapper/src/Gui - ../../../addons/ofxPiMapper/src/Gui/Widgets - ../../../addons/ofxPiMapper/src/Info - ../../../addons/ofxPiMapper/src/MediaServer - ../../../addons/ofxPiMapper/src/Sources - ../../../addons/ofxPiMapper/src/Surfaces - ../../../addons/ofxPiMapper/src/Types - ../../../addons/ofxPiMapper/src/UserInterface - ../../../addons/ofxPiMapper/src/Utils - ../../../addons/ofxXmlSettings/libs - ../../../addons/ofxXmlSettings/src - - COMBINE_HIDPI_IMAGES - YES - COPY_PHASE_STRIP - YES - FRAMEWORK_SEARCH_PATHS - - $(inherited) - - GCC_GENERATE_DEBUGGING_SYMBOLS - YES - GCC_MODEL_TUNING - NONE - ICON - $(ICON_NAME_RELEASE) - ICON_FILE - $(ICON_FILE_PATH)$(ICON) - INFOPLIST_FILE - openFrameworks-Info.plist - INSTALL_PATH - /Applications - LIBRARY_SEARCH_PATHS - $(inherited) - PRODUCT_NAME - $(TARGET_NAME) - WRAPPER_EXTENSION - app - baseConfigurationReference - E4EB6923138AFD0F00A09F29 - - isa - XCBuildConfiguration - name - Release - - E4B69E1C0A3A1BDC003C02F2 - - children - - E4B69E1D0A3A1BDC003C02F2 - E4B69E1E0A3A1BDC003C02F2 - E4B69E1F0A3A1BDC003C02F2 - - isa - PBXGroup - path - src - sourceTree - SOURCE_ROOT - - E4B69E1D0A3A1BDC003C02F2 - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.cpp.cpp - name - main.cpp - path - src/main.cpp - sourceTree - SOURCE_ROOT - - E4B69E1E0A3A1BDC003C02F2 - - explicitFileType - sourcecode.cpp.cpp - fileEncoding - 4 - isa - PBXFileReference - name - ofApp.cpp - path - src/ofApp.cpp - sourceTree - SOURCE_ROOT - - E4B69E1F0A3A1BDC003C02F2 - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - sourcecode.c.h - name - ofApp.h - path - src/ofApp.h - sourceTree - SOURCE_ROOT - - E4B69E200A3A1BDC003C02F2 - - fileRef - E4B69E1D0A3A1BDC003C02F2 - isa - PBXBuildFile - - E4B69E210A3A1BDC003C02F2 - - fileRef - E4B69E1E0A3A1BDC003C02F2 - isa - PBXBuildFile - - E4B6FCAD0C3E899E008CF71C - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - text.plist.xml - path - openFrameworks-Info.plist - sourceTree - <group> - - E4B6FFFD0C3F9AB9008CF71C - - buildActionMask - 2147483647 - files - - inputPaths - - isa - PBXShellScriptBuildPhase - outputPaths - - runOnlyForDeploymentPostprocessing - 0 - shellPath - /bin/sh - shellScript - mkdir -p "$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Resources/" -# Copy default icon file into App/Resources -rsync -aved "$ICON_FILE" "$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Resources/" -# Copy libfmod and change install directory for fmod to run -rsync -aved "$OF_PATH/libs/fmodex/lib/osx/libfmodex.dylib" "$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Frameworks/"; -install_name_tool -change @executable_path/libfmodex.dylib @executable_path/../Frameworks/libfmodex.dylib "$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/$PRODUCT_NAME"; - -echo "$GCC_PREPROCESSOR_DEFINITIONS"; - - - E4C2427710CC5ABF004149E2 - - buildActionMask - 2147483647 - dstPath - - dstSubfolderSpec - 10 - files - - isa - PBXCopyFilesBuildPhase - runOnlyForDeploymentPostprocessing - 0 - - E4EB691F138AFCF100A09F29 - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - name - CoreOF.xcconfig - path - ../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig - sourceTree - SOURCE_ROOT - - E4EB6923138AFD0F00A09F29 - - fileEncoding - 4 - isa - PBXFileReference - lastKnownFileType - text.xcconfig - path - Project.xcconfig - sourceTree - <group> - - E4EEB9AB138B136A00A80321 - - containerPortal - E4328143138ABC890047C5CB - isa - PBXContainerItemProxy - proxyType - 1 - remoteGlobalIDString - E4B27C1410CBEB8E00536013 - remoteInfo - openFrameworks - - E4EEB9AC138B136A00A80321 - - isa - PBXTargetDependency - name - openFrameworks - targetProxy - E4EEB9AB138B136A00A80321 - - E4EEC9E9138DF44700A80321 - - children - - E4EB691F138AFCF100A09F29 - E4328143138ABC890047C5CB - - isa - PBXGroup - name - openFrameworks - sourceTree - <group> - - - rootObject - E4B69B4C0A3A1720003C02F2 - - diff --git a/example_basic/example_basic.xcodeproj/xcshareddata/xcschemes/example_basic Debug.xcscheme b/example_basic/example_basic.xcodeproj/xcshareddata/xcschemes/example_basic Debug.xcscheme deleted file mode 100644 index d6d2b2e..0000000 --- a/example_basic/example_basic.xcodeproj/xcshareddata/xcschemes/example_basic Debug.xcscheme +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example_basic/example_basic.xcodeproj/xcshareddata/xcschemes/example_basic Release.xcscheme b/example_basic/example_basic.xcodeproj/xcshareddata/xcschemes/example_basic Release.xcscheme deleted file mode 100644 index 5e40ff5..0000000 --- a/example_basic/example_basic.xcodeproj/xcshareddata/xcschemes/example_basic Release.xcscheme +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example_basic/openFrameworks-Info.plist b/example_basic/openFrameworks-Info.plist deleted file mode 100644 index 8d64d2b..0000000 --- a/example_basic/openFrameworks-Info.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - cc.openFrameworks.ofapp - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - APPL - CFBundleSignature - ???? - CFBundleVersion - 1.0 - CFBundleIconFile - ${ICON} - - diff --git a/example_camera/Project.xcconfig b/example_camera/Project.xcconfig deleted file mode 100644 index e570b15..0000000 --- a/example_camera/Project.xcconfig +++ /dev/null @@ -1,17 +0,0 @@ -//THE PATH TO THE ROOT OF OUR OF PATH RELATIVE TO THIS PROJECT. -//THIS NEEDS TO BE DEFINED BEFORE CoreOF.xcconfig IS INCLUDED -OF_PATH = ../../.. - -//THIS HAS ALL THE HEADER AND LIBS FOR OF CORE -#include "../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig" - -//ICONS - NEW IN 0072 -ICON_NAME_DEBUG = icon-debug.icns -ICON_NAME_RELEASE = icon.icns -ICON_FILE_PATH = $(OF_PATH)/libs/openFrameworksCompiled/project/osx/ - -//IF YOU WANT AN APP TO HAVE A CUSTOM ICON - PUT THEM IN YOUR DATA FOLDER AND CHANGE ICON_FILE_PATH to: -//ICON_FILE_PATH = bin/data/ - -OTHER_LDFLAGS = $(OF_CORE_LIBS) $(OF_CORE_FRAMEWORKS) -HEADER_SEARCH_PATHS = $(OF_CORE_HEADERS) diff --git a/example_camera/example_camera.xcodeproj/project.pbxproj b/example_camera/example_camera.xcodeproj/project.pbxproj deleted file mode 100644 index 6a60919..0000000 --- a/example_camera/example_camera.xcodeproj/project.pbxproj +++ /dev/null @@ -1,1305 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 012CB78B1FFF89C200F8F880 /* Application.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB6D81FFF893D00F8F880 /* Application.cpp */; }; - 012CB78C1FFF89C200F8F880 /* ApplicationBaseMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB6DB1FFF893D00F8F880 /* ApplicationBaseMode.cpp */; }; - 012CB78D1FFF89C200F8F880 /* PresentationMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB6DD1FFF893D00F8F880 /* PresentationMode.cpp */; }; - 012CB78E1FFF89C200F8F880 /* ProjectionMappingMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB6DF1FFF893D00F8F880 /* ProjectionMappingMode.cpp */; }; - 012CB78F1FFF89C200F8F880 /* SourceSelectionMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB6E11FFF893D00F8F880 /* SourceSelectionMode.cpp */; }; - 012CB7901FFF89C200F8F880 /* TextureMappingMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB6E31FFF893D00F8F880 /* TextureMappingMode.cpp */; }; - 012CB7911FFF89C200F8F880 /* SettingsLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB6E51FFF893D00F8F880 /* SettingsLoader.cpp */; }; - 012CB7921FFF89C200F8F880 /* AddGridColCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB6E81FFF893D00F8F880 /* AddGridColCmd.cpp */; }; - 012CB7931FFF89C200F8F880 /* AddGridRowCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB6EA1FFF893D00F8F880 /* AddGridRowCmd.cpp */; }; - 012CB7941FFF89C200F8F880 /* AddSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB6EC1FFF893D00F8F880 /* AddSurfaceCmd.cpp */; }; - 012CB7951FFF89C200F8F880 /* ClearSurfacesCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB6EF1FFF893D00F8F880 /* ClearSurfacesCmd.cpp */; }; - 012CB7961FFF89C200F8F880 /* CmdManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB6F11FFF893D00F8F880 /* CmdManager.cpp */; }; - 012CB7971FFF89C200F8F880 /* DeselectSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB6F31FFF893D00F8F880 /* DeselectSurfaceCmd.cpp */; }; - 012CB7981FFF89C200F8F880 /* DeselectTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB6F51FFF893D00F8F880 /* DeselectTexCoordCmd.cpp */; }; - 012CB7991FFF89C200F8F880 /* DuplicateSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB6F71FFF893D00F8F880 /* DuplicateSurfaceCmd.cpp */; }; - 012CB79A1FFF89C200F8F880 /* MvAllTexCoordsCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB6F91FFF893D00F8F880 /* MvAllTexCoordsCmd.cpp */; }; - 012CB79B1FFF89C200F8F880 /* MvLayerDnCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB6FB1FFF893D00F8F880 /* MvLayerDnCmd.cpp */; }; - 012CB79C1FFF89C200F8F880 /* MvLayerUpCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB6FD1FFF893D00F8F880 /* MvLayerUpCmd.cpp */; }; - 012CB79D1FFF89C200F8F880 /* MvSelectionCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB6FF1FFF893D00F8F880 /* MvSelectionCmd.cpp */; }; - 012CB79E1FFF89C200F8F880 /* MvSurfaceVertCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7011FFF893D00F8F880 /* MvSurfaceVertCmd.cpp */; }; - 012CB79F1FFF89C200F8F880 /* MvTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7031FFF893D00F8F880 /* MvTexCoordCmd.cpp */; }; - 012CB7A01FFF89C200F8F880 /* RmGridColCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7051FFF893D00F8F880 /* RmGridColCmd.cpp */; }; - 012CB7A11FFF89C200F8F880 /* RmGridRowCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7071FFF893D00F8F880 /* RmGridRowCmd.cpp */; }; - 012CB7A21FFF89C200F8F880 /* RmSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7091FFF893D00F8F880 /* RmSurfaceCmd.cpp */; }; - 012CB7A31FFF89C200F8F880 /* SaveTexCoordPosCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB70B1FFF893D00F8F880 /* SaveTexCoordPosCmd.cpp */; }; - 012CB7A41FFF89C200F8F880 /* ScaleSurfaceFromToCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB70D1FFF893D00F8F880 /* ScaleSurfaceFromToCmd.cpp */; }; - 012CB7A51FFF89C200F8F880 /* SelNextSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB70F1FFF893D00F8F880 /* SelNextSurfaceCmd.cpp */; }; - 012CB7A61FFF89C200F8F880 /* SelNextTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7111FFF893D00F8F880 /* SelNextTexCoordCmd.cpp */; }; - 012CB7A71FFF89C200F8F880 /* SelNextVertexCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7131FFF893D00F8F880 /* SelNextVertexCmd.cpp */; }; - 012CB7A81FFF89C200F8F880 /* SelPrevSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7151FFF893D00F8F880 /* SelPrevSurfaceCmd.cpp */; }; - 012CB7A91FFF89C200F8F880 /* SelPrevTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7171FFF893D00F8F880 /* SelPrevTexCoordCmd.cpp */; }; - 012CB7AA1FFF89C200F8F880 /* SelPrevVertexCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7191FFF893D00F8F880 /* SelPrevVertexCmd.cpp */; }; - 012CB7AB1FFF89C200F8F880 /* SelSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB71B1FFF893D00F8F880 /* SelSurfaceCmd.cpp */; }; - 012CB7AC1FFF89C200F8F880 /* SelTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB71D1FFF893D00F8F880 /* SelTexCoordCmd.cpp */; }; - 012CB7AD1FFF89C200F8F880 /* SelVertexCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB71F1FFF893D00F8F880 /* SelVertexCmd.cpp */; }; - 012CB7AE1FFF89C200F8F880 /* SetApplicationModeCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7211FFF893D00F8F880 /* SetApplicationModeCmd.cpp */; }; - 012CB7AF1FFF89C200F8F880 /* SetNextSourceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7231FFF893D00F8F880 /* SetNextSourceCmd.cpp */; }; - 012CB7B01FFF89C200F8F880 /* SetPresetCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7251FFF893D00F8F880 /* SetPresetCmd.cpp */; }; - 012CB7B11FFF89C200F8F880 /* SetSourceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7271FFF893D00F8F880 /* SetSourceCmd.cpp */; }; - 012CB7B21FFF89C200F8F880 /* SetTexMapDrawModeCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7291FFF893D00F8F880 /* SetTexMapDrawModeCmd.cpp */; }; - 012CB7B31FFF89C200F8F880 /* StartDragSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB72B1FFF893D00F8F880 /* StartDragSurfaceCmd.cpp */; }; - 012CB7B41FFF89C200F8F880 /* ToggleAnimatedSourceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB72D1FFF893D00F8F880 /* ToggleAnimatedSourceCmd.cpp */; }; - 012CB7B51FFF89C200F8F880 /* TogglePerspectiveCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB72F1FFF893D00F8F880 /* TogglePerspectiveCmd.cpp */; }; - 012CB7B61FFF89C200F8F880 /* TranslateCanvasCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7311FFF893D00F8F880 /* TranslateCanvasCmd.cpp */; }; - 012CB7B71FFF89C200F8F880 /* Gui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7341FFF893D00F8F880 /* Gui.cpp */; }; - 012CB7B81FFF89C200F8F880 /* LayerPanelWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7381FFF893D00F8F880 /* LayerPanelWidget.cpp */; }; - 012CB7B91FFF89C200F8F880 /* ProjectionEditorWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB73A1FFF893D00F8F880 /* ProjectionEditorWidget.cpp */; }; - 012CB7BA1FFF89C200F8F880 /* ScaleWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB73C1FFF893D00F8F880 /* ScaleWidget.cpp */; }; - 012CB7BB1FFF89C200F8F880 /* SourcesEditorWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB73E1FFF893D00F8F880 /* SourcesEditorWidget.cpp */; }; - 012CB7BC1FFF89C200F8F880 /* SurfaceHighlightWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7401FFF893D00F8F880 /* SurfaceHighlightWidget.cpp */; }; - 012CB7BD1FFF89C200F8F880 /* TextureEditorWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7421FFF893D00F8F880 /* TextureEditorWidget.cpp */; }; - 012CB7BE1FFF89C200F8F880 /* TextureHighlightWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7441FFF893D00F8F880 /* TextureHighlightWidget.cpp */; }; - 012CB7BF1FFF89C200F8F880 /* Info.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7471FFF893D00F8F880 /* Info.cpp */; }; - 012CB7C01FFF89C200F8F880 /* DirectoryWatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB74A1FFF893D00F8F880 /* DirectoryWatcher.cpp */; }; - 012CB7C11FFF89C200F8F880 /* MediaServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB74C1FFF893D00F8F880 /* MediaServer.cpp */; }; - 012CB7C21FFF89C200F8F880 /* ofxPiMapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB74F1FFF893D00F8F880 /* ofxPiMapper.cpp */; }; - 012CB7C31FFF89C200F8F880 /* BaseSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7521FFF893D00F8F880 /* BaseSource.cpp */; }; - 012CB7C41FFF89C200F8F880 /* FboSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7541FFF893D00F8F880 /* FboSource.cpp */; }; - 012CB7C51FFF89C200F8F880 /* ImageSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7561FFF893D00F8F880 /* ImageSource.cpp */; }; - 012CB7CA1FFF89C200F8F880 /* OMXPlayerCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7601FFF893D00F8F880 /* OMXPlayerCache.cpp */; }; - 012CB7CB1FFF89C200F8F880 /* VideoSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7641FFF893D00F8F880 /* VideoSource.cpp */; }; - 012CB7CC1FFF89C200F8F880 /* BaseSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7671FFF893D00F8F880 /* BaseSurface.cpp */; }; - 012CB7CD1FFF89C200F8F880 /* CircleSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7691FFF893D00F8F880 /* CircleSurface.cpp */; }; - 012CB7CE1FFF89C200F8F880 /* GridWarpSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB76B1FFF893D00F8F880 /* GridWarpSurface.cpp */; }; - 012CB7CF1FFF89C200F8F880 /* HexagonSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB76D1FFF893D00F8F880 /* HexagonSurface.cpp */; }; - 012CB7D01FFF89C200F8F880 /* QuadSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB76F1FFF893D00F8F880 /* QuadSurface.cpp */; }; - 012CB7D11FFF89C200F8F880 /* SurfaceFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7711FFF893D00F8F880 /* SurfaceFactory.cpp */; }; - 012CB7D21FFF89C200F8F880 /* SurfaceManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7731FFF893D00F8F880 /* SurfaceManager.cpp */; }; - 012CB7D31FFF89C200F8F880 /* SurfaceStack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7751FFF893D00F8F880 /* SurfaceStack.cpp */; }; - 012CB7D41FFF89C200F8F880 /* TriangleSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7781FFF893D00F8F880 /* TriangleSurface.cpp */; }; - 012CB7D51FFF89C200F8F880 /* Vec2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB77B1FFF893D00F8F880 /* Vec2.cpp */; }; - 012CB7D61FFF89C200F8F880 /* Vec3.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB77D1FFF893D00F8F880 /* Vec3.cpp */; }; - 012CB7D71FFF89C200F8F880 /* BaseJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7801FFF893D00F8F880 /* BaseJoint.cpp */; }; - 012CB7D81FFF89C200F8F880 /* CircleJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7821FFF893D00F8F880 /* CircleJoint.cpp */; }; - 012CB7D91FFF89C200F8F880 /* RadioList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7861FFF893D00F8F880 /* RadioList.cpp */; }; - 012CB7DA1FFF89C200F8F880 /* HomographyHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7891FFF893D00F8F880 /* HomographyHelper.cpp */; }; - 012CB7F11FFF8A9700F8F880 /* ofxBaseGui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7DC1FFF8A8200F8F880 /* ofxBaseGui.cpp */; }; - 012CB7F21FFF8A9700F8F880 /* ofxButton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7DE1FFF8A8200F8F880 /* ofxButton.cpp */; }; - 012CB7F41FFF8A9700F8F880 /* ofxGuiGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7E31FFF8A8200F8F880 /* ofxGuiGroup.cpp */; }; - 012CB7F61FFF8A9700F8F880 /* ofxLabel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7E71FFF8A8200F8F880 /* ofxLabel.cpp */; }; - 012CB7F71FFF8A9700F8F880 /* ofxPanel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7E91FFF8A8300F8F880 /* ofxPanel.cpp */; }; - 012CB7F81FFF8A9700F8F880 /* ofxSlider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7EB1FFF8A8300F8F880 /* ofxSlider.cpp */; }; - 012CB7F91FFF8A9700F8F880 /* ofxSliderGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7ED1FFF8A8300F8F880 /* ofxSliderGroup.cpp */; }; - 012CB7FA1FFF8A9700F8F880 /* ofxToggle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7EF1FFF8A8300F8F880 /* ofxToggle.cpp */; }; - 3926483B192224DA0008A7F5 /* ofxXmlSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39264839192224DA0008A7F5 /* ofxXmlSettings.cpp */; }; - 39264841192224F90008A7F5 /* tinyxml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3926483D192224F90008A7F5 /* tinyxml.cpp */; }; - 39264842192224F90008A7F5 /* tinyxmlerror.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3926483F192224F90008A7F5 /* tinyxmlerror.cpp */; }; - 39264843192224F90008A7F5 /* tinyxmlparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39264840192224F90008A7F5 /* tinyxmlparser.cpp */; }; - 397EFC821A09047C0009286E /* CameraSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 397EFC801A09047C0009286E /* CameraSource.cpp */; }; - E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E4328148138ABC890047C5CB /* openFrameworksDebug.a */; }; - E45BE97B0E8CC7DD009D7055 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9710E8CC7DD009D7055 /* AGL.framework */; }; - E45BE97C0E8CC7DD009D7055 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9720E8CC7DD009D7055 /* ApplicationServices.framework */; }; - E45BE97D0E8CC7DD009D7055 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9730E8CC7DD009D7055 /* AudioToolbox.framework */; }; - E45BE97F0E8CC7DD009D7055 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9750E8CC7DD009D7055 /* CoreAudio.framework */; }; - E45BE9800E8CC7DD009D7055 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9760E8CC7DD009D7055 /* CoreFoundation.framework */; }; - E45BE9810E8CC7DD009D7055 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9770E8CC7DD009D7055 /* CoreServices.framework */; }; - E45BE9830E8CC7DD009D7055 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9790E8CC7DD009D7055 /* OpenGL.framework */; }; - E45BE9840E8CC7DD009D7055 /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */; }; - E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1D0A3A1BDC003C02F2 /* main.cpp */; }; - E4B69E210A3A1BDC003C02F2 /* ofApp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1E0A3A1BDC003C02F2 /* ofApp.cpp */; }; - E4C2424710CC5A17004149E2 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424410CC5A17004149E2 /* AppKit.framework */; }; - E4C2424810CC5A17004149E2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424510CC5A17004149E2 /* Cocoa.framework */; }; - E4C2424910CC5A17004149E2 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424610CC5A17004149E2 /* IOKit.framework */; }; - E4EB6799138ADC1D00A09F29 /* GLUT.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBAB23BE13894E4700AA2426 /* GLUT.framework */; }; - E7E077E515D3B63C0020DFD4 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7E077E415D3B63C0020DFD4 /* CoreVideo.framework */; }; - E7E077E815D3B6510020DFD4 /* QTKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7E077E715D3B6510020DFD4 /* QTKit.framework */; }; - E7F985F815E0DEA3003869B5 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7F985F515E0DE99003869B5 /* Accelerate.framework */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - E4328147138ABC890047C5CB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = E4B27C1510CBEB8E00536013; - remoteInfo = openFrameworks; - }; - E4EEB9AB138B136A00A80321 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = E4B27C1410CBEB8E00536013; - remoteInfo = openFrameworks; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXCopyFilesBuildPhase section */ - E4C2427710CC5ABF004149E2 /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 012CB6D81FFF893D00F8F880 /* Application.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Application.cpp; sourceTree = ""; }; - 012CB6D91FFF893D00F8F880 /* Application.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Application.h; sourceTree = ""; }; - 012CB6DB1FFF893D00F8F880 /* ApplicationBaseMode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ApplicationBaseMode.cpp; sourceTree = ""; }; - 012CB6DC1FFF893D00F8F880 /* ApplicationBaseMode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ApplicationBaseMode.h; sourceTree = ""; }; - 012CB6DD1FFF893D00F8F880 /* PresentationMode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = PresentationMode.cpp; sourceTree = ""; }; - 012CB6DE1FFF893D00F8F880 /* PresentationMode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PresentationMode.h; sourceTree = ""; }; - 012CB6DF1FFF893D00F8F880 /* ProjectionMappingMode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ProjectionMappingMode.cpp; sourceTree = ""; }; - 012CB6E01FFF893D00F8F880 /* ProjectionMappingMode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProjectionMappingMode.h; sourceTree = ""; }; - 012CB6E11FFF893D00F8F880 /* SourceSelectionMode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SourceSelectionMode.cpp; sourceTree = ""; }; - 012CB6E21FFF893D00F8F880 /* SourceSelectionMode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SourceSelectionMode.h; sourceTree = ""; }; - 012CB6E31FFF893D00F8F880 /* TextureMappingMode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = TextureMappingMode.cpp; sourceTree = ""; }; - 012CB6E41FFF893D00F8F880 /* TextureMappingMode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TextureMappingMode.h; sourceTree = ""; }; - 012CB6E51FFF893D00F8F880 /* SettingsLoader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SettingsLoader.cpp; sourceTree = ""; }; - 012CB6E61FFF893D00F8F880 /* SettingsLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SettingsLoader.h; sourceTree = ""; }; - 012CB6E81FFF893D00F8F880 /* AddGridColCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = AddGridColCmd.cpp; sourceTree = ""; }; - 012CB6E91FFF893D00F8F880 /* AddGridColCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AddGridColCmd.h; sourceTree = ""; }; - 012CB6EA1FFF893D00F8F880 /* AddGridRowCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = AddGridRowCmd.cpp; sourceTree = ""; }; - 012CB6EB1FFF893D00F8F880 /* AddGridRowCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AddGridRowCmd.h; sourceTree = ""; }; - 012CB6EC1FFF893D00F8F880 /* AddSurfaceCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = AddSurfaceCmd.cpp; sourceTree = ""; }; - 012CB6ED1FFF893D00F8F880 /* AddSurfaceCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AddSurfaceCmd.h; sourceTree = ""; }; - 012CB6EE1FFF893D00F8F880 /* BaseCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseCmd.h; sourceTree = ""; }; - 012CB6EF1FFF893D00F8F880 /* ClearSurfacesCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ClearSurfacesCmd.cpp; sourceTree = ""; }; - 012CB6F01FFF893D00F8F880 /* ClearSurfacesCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ClearSurfacesCmd.h; sourceTree = ""; }; - 012CB6F11FFF893D00F8F880 /* CmdManager.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CmdManager.cpp; sourceTree = ""; }; - 012CB6F21FFF893D00F8F880 /* CmdManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CmdManager.h; sourceTree = ""; }; - 012CB6F31FFF893D00F8F880 /* DeselectSurfaceCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = DeselectSurfaceCmd.cpp; sourceTree = ""; }; - 012CB6F41FFF893D00F8F880 /* DeselectSurfaceCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DeselectSurfaceCmd.h; sourceTree = ""; }; - 012CB6F51FFF893D00F8F880 /* DeselectTexCoordCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = DeselectTexCoordCmd.cpp; sourceTree = ""; }; - 012CB6F61FFF893D00F8F880 /* DeselectTexCoordCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DeselectTexCoordCmd.h; sourceTree = ""; }; - 012CB6F71FFF893D00F8F880 /* DuplicateSurfaceCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = DuplicateSurfaceCmd.cpp; sourceTree = ""; }; - 012CB6F81FFF893D00F8F880 /* DuplicateSurfaceCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DuplicateSurfaceCmd.h; sourceTree = ""; }; - 012CB6F91FFF893D00F8F880 /* MvAllTexCoordsCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = MvAllTexCoordsCmd.cpp; sourceTree = ""; }; - 012CB6FA1FFF893D00F8F880 /* MvAllTexCoordsCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MvAllTexCoordsCmd.h; sourceTree = ""; }; - 012CB6FB1FFF893D00F8F880 /* MvLayerDnCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = MvLayerDnCmd.cpp; sourceTree = ""; }; - 012CB6FC1FFF893D00F8F880 /* MvLayerDnCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MvLayerDnCmd.h; sourceTree = ""; }; - 012CB6FD1FFF893D00F8F880 /* MvLayerUpCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = MvLayerUpCmd.cpp; sourceTree = ""; }; - 012CB6FE1FFF893D00F8F880 /* MvLayerUpCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MvLayerUpCmd.h; sourceTree = ""; }; - 012CB6FF1FFF893D00F8F880 /* MvSelectionCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = MvSelectionCmd.cpp; sourceTree = ""; }; - 012CB7001FFF893D00F8F880 /* MvSelectionCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MvSelectionCmd.h; sourceTree = ""; }; - 012CB7011FFF893D00F8F880 /* MvSurfaceVertCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = MvSurfaceVertCmd.cpp; sourceTree = ""; }; - 012CB7021FFF893D00F8F880 /* MvSurfaceVertCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MvSurfaceVertCmd.h; sourceTree = ""; }; - 012CB7031FFF893D00F8F880 /* MvTexCoordCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = MvTexCoordCmd.cpp; sourceTree = ""; }; - 012CB7041FFF893D00F8F880 /* MvTexCoordCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MvTexCoordCmd.h; sourceTree = ""; }; - 012CB7051FFF893D00F8F880 /* RmGridColCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = RmGridColCmd.cpp; sourceTree = ""; }; - 012CB7061FFF893D00F8F880 /* RmGridColCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RmGridColCmd.h; sourceTree = ""; }; - 012CB7071FFF893D00F8F880 /* RmGridRowCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = RmGridRowCmd.cpp; sourceTree = ""; }; - 012CB7081FFF893D00F8F880 /* RmGridRowCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RmGridRowCmd.h; sourceTree = ""; }; - 012CB7091FFF893D00F8F880 /* RmSurfaceCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = RmSurfaceCmd.cpp; sourceTree = ""; }; - 012CB70A1FFF893D00F8F880 /* RmSurfaceCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RmSurfaceCmd.h; sourceTree = ""; }; - 012CB70B1FFF893D00F8F880 /* SaveTexCoordPosCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SaveTexCoordPosCmd.cpp; sourceTree = ""; }; - 012CB70C1FFF893D00F8F880 /* SaveTexCoordPosCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SaveTexCoordPosCmd.h; sourceTree = ""; }; - 012CB70D1FFF893D00F8F880 /* ScaleSurfaceFromToCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ScaleSurfaceFromToCmd.cpp; sourceTree = ""; }; - 012CB70E1FFF893D00F8F880 /* ScaleSurfaceFromToCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ScaleSurfaceFromToCmd.h; sourceTree = ""; }; - 012CB70F1FFF893D00F8F880 /* SelNextSurfaceCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SelNextSurfaceCmd.cpp; sourceTree = ""; }; - 012CB7101FFF893D00F8F880 /* SelNextSurfaceCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SelNextSurfaceCmd.h; sourceTree = ""; }; - 012CB7111FFF893D00F8F880 /* SelNextTexCoordCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SelNextTexCoordCmd.cpp; sourceTree = ""; }; - 012CB7121FFF893D00F8F880 /* SelNextTexCoordCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SelNextTexCoordCmd.h; sourceTree = ""; }; - 012CB7131FFF893D00F8F880 /* SelNextVertexCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SelNextVertexCmd.cpp; sourceTree = ""; }; - 012CB7141FFF893D00F8F880 /* SelNextVertexCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SelNextVertexCmd.h; sourceTree = ""; }; - 012CB7151FFF893D00F8F880 /* SelPrevSurfaceCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SelPrevSurfaceCmd.cpp; sourceTree = ""; }; - 012CB7161FFF893D00F8F880 /* SelPrevSurfaceCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SelPrevSurfaceCmd.h; sourceTree = ""; }; - 012CB7171FFF893D00F8F880 /* SelPrevTexCoordCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SelPrevTexCoordCmd.cpp; sourceTree = ""; }; - 012CB7181FFF893D00F8F880 /* SelPrevTexCoordCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SelPrevTexCoordCmd.h; sourceTree = ""; }; - 012CB7191FFF893D00F8F880 /* SelPrevVertexCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SelPrevVertexCmd.cpp; sourceTree = ""; }; - 012CB71A1FFF893D00F8F880 /* SelPrevVertexCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SelPrevVertexCmd.h; sourceTree = ""; }; - 012CB71B1FFF893D00F8F880 /* SelSurfaceCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SelSurfaceCmd.cpp; sourceTree = ""; }; - 012CB71C1FFF893D00F8F880 /* SelSurfaceCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SelSurfaceCmd.h; sourceTree = ""; }; - 012CB71D1FFF893D00F8F880 /* SelTexCoordCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SelTexCoordCmd.cpp; sourceTree = ""; }; - 012CB71E1FFF893D00F8F880 /* SelTexCoordCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SelTexCoordCmd.h; sourceTree = ""; }; - 012CB71F1FFF893D00F8F880 /* SelVertexCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SelVertexCmd.cpp; sourceTree = ""; }; - 012CB7201FFF893D00F8F880 /* SelVertexCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SelVertexCmd.h; sourceTree = ""; }; - 012CB7211FFF893D00F8F880 /* SetApplicationModeCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SetApplicationModeCmd.cpp; sourceTree = ""; }; - 012CB7221FFF893D00F8F880 /* SetApplicationModeCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SetApplicationModeCmd.h; sourceTree = ""; }; - 012CB7231FFF893D00F8F880 /* SetNextSourceCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SetNextSourceCmd.cpp; sourceTree = ""; }; - 012CB7241FFF893D00F8F880 /* SetNextSourceCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SetNextSourceCmd.h; sourceTree = ""; }; - 012CB7251FFF893D00F8F880 /* SetPresetCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SetPresetCmd.cpp; sourceTree = ""; }; - 012CB7261FFF893D00F8F880 /* SetPresetCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SetPresetCmd.h; sourceTree = ""; }; - 012CB7271FFF893D00F8F880 /* SetSourceCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SetSourceCmd.cpp; sourceTree = ""; }; - 012CB7281FFF893D00F8F880 /* SetSourceCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SetSourceCmd.h; sourceTree = ""; }; - 012CB7291FFF893D00F8F880 /* SetTexMapDrawModeCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SetTexMapDrawModeCmd.cpp; sourceTree = ""; }; - 012CB72A1FFF893D00F8F880 /* SetTexMapDrawModeCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SetTexMapDrawModeCmd.h; sourceTree = ""; }; - 012CB72B1FFF893D00F8F880 /* StartDragSurfaceCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = StartDragSurfaceCmd.cpp; sourceTree = ""; }; - 012CB72C1FFF893D00F8F880 /* StartDragSurfaceCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StartDragSurfaceCmd.h; sourceTree = ""; }; - 012CB72D1FFF893D00F8F880 /* ToggleAnimatedSourceCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ToggleAnimatedSourceCmd.cpp; sourceTree = ""; }; - 012CB72E1FFF893D00F8F880 /* ToggleAnimatedSourceCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ToggleAnimatedSourceCmd.h; sourceTree = ""; }; - 012CB72F1FFF893D00F8F880 /* TogglePerspectiveCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = TogglePerspectiveCmd.cpp; sourceTree = ""; }; - 012CB7301FFF893D00F8F880 /* TogglePerspectiveCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TogglePerspectiveCmd.h; sourceTree = ""; }; - 012CB7311FFF893D00F8F880 /* TranslateCanvasCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = TranslateCanvasCmd.cpp; sourceTree = ""; }; - 012CB7321FFF893D00F8F880 /* TranslateCanvasCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TranslateCanvasCmd.h; sourceTree = ""; }; - 012CB7341FFF893D00F8F880 /* Gui.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Gui.cpp; sourceTree = ""; }; - 012CB7351FFF893D00F8F880 /* Gui.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Gui.h; sourceTree = ""; }; - 012CB7371FFF893D00F8F880 /* GuiBaseWidget.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GuiBaseWidget.h; sourceTree = ""; }; - 012CB7381FFF893D00F8F880 /* LayerPanelWidget.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = LayerPanelWidget.cpp; sourceTree = ""; }; - 012CB7391FFF893D00F8F880 /* LayerPanelWidget.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LayerPanelWidget.h; sourceTree = ""; }; - 012CB73A1FFF893D00F8F880 /* ProjectionEditorWidget.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ProjectionEditorWidget.cpp; sourceTree = ""; }; - 012CB73B1FFF893D00F8F880 /* ProjectionEditorWidget.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProjectionEditorWidget.h; sourceTree = ""; }; - 012CB73C1FFF893D00F8F880 /* ScaleWidget.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ScaleWidget.cpp; sourceTree = ""; }; - 012CB73D1FFF893D00F8F880 /* ScaleWidget.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ScaleWidget.h; sourceTree = ""; }; - 012CB73E1FFF893D00F8F880 /* SourcesEditorWidget.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SourcesEditorWidget.cpp; sourceTree = ""; }; - 012CB73F1FFF893D00F8F880 /* SourcesEditorWidget.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SourcesEditorWidget.h; sourceTree = ""; }; - 012CB7401FFF893D00F8F880 /* SurfaceHighlightWidget.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SurfaceHighlightWidget.cpp; sourceTree = ""; }; - 012CB7411FFF893D00F8F880 /* SurfaceHighlightWidget.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SurfaceHighlightWidget.h; sourceTree = ""; }; - 012CB7421FFF893D00F8F880 /* TextureEditorWidget.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = TextureEditorWidget.cpp; sourceTree = ""; }; - 012CB7431FFF893D00F8F880 /* TextureEditorWidget.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TextureEditorWidget.h; sourceTree = ""; }; - 012CB7441FFF893D00F8F880 /* TextureHighlightWidget.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = TextureHighlightWidget.cpp; sourceTree = ""; }; - 012CB7451FFF893D00F8F880 /* TextureHighlightWidget.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TextureHighlightWidget.h; sourceTree = ""; }; - 012CB7471FFF893D00F8F880 /* Info.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Info.cpp; sourceTree = ""; }; - 012CB7481FFF893D00F8F880 /* Info.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Info.h; sourceTree = ""; }; - 012CB74A1FFF893D00F8F880 /* DirectoryWatcher.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryWatcher.cpp; sourceTree = ""; }; - 012CB74B1FFF893D00F8F880 /* DirectoryWatcher.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DirectoryWatcher.h; sourceTree = ""; }; - 012CB74C1FFF893D00F8F880 /* MediaServer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = MediaServer.cpp; sourceTree = ""; }; - 012CB74D1FFF893D00F8F880 /* MediaServer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MediaServer.h; sourceTree = ""; }; - 012CB74E1FFF893D00F8F880 /* Mode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Mode.h; sourceTree = ""; }; - 012CB74F1FFF893D00F8F880 /* ofxPiMapper.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxPiMapper.cpp; sourceTree = ""; }; - 012CB7501FFF893D00F8F880 /* ofxPiMapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxPiMapper.h; sourceTree = ""; }; - 012CB7521FFF893D00F8F880 /* BaseSource.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = BaseSource.cpp; sourceTree = ""; }; - 012CB7531FFF893D00F8F880 /* BaseSource.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseSource.h; sourceTree = ""; }; - 012CB7541FFF893D00F8F880 /* FboSource.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = FboSource.cpp; sourceTree = ""; }; - 012CB7551FFF893D00F8F880 /* FboSource.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FboSource.h; sourceTree = ""; }; - 012CB7561FFF893D00F8F880 /* ImageSource.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ImageSource.cpp; sourceTree = ""; }; - 012CB7571FFF893D00F8F880 /* ImageSource.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ImageSource.h; sourceTree = ""; }; - 012CB7601FFF893D00F8F880 /* OMXPlayerCache.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = OMXPlayerCache.cpp; sourceTree = ""; }; - 012CB7611FFF893D00F8F880 /* OMXPlayerCache.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OMXPlayerCache.h; sourceTree = ""; }; - 012CB7621FFF893D00F8F880 /* SourceType.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SourceType.h; sourceTree = ""; }; - 012CB7631FFF893D00F8F880 /* SourceTypeHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SourceTypeHelper.h; sourceTree = ""; }; - 012CB7641FFF893D00F8F880 /* VideoSource.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = VideoSource.cpp; sourceTree = ""; }; - 012CB7651FFF893D00F8F880 /* VideoSource.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VideoSource.h; sourceTree = ""; }; - 012CB7671FFF893D00F8F880 /* BaseSurface.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = BaseSurface.cpp; sourceTree = ""; }; - 012CB7681FFF893D00F8F880 /* BaseSurface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseSurface.h; sourceTree = ""; }; - 012CB7691FFF893D00F8F880 /* CircleSurface.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CircleSurface.cpp; sourceTree = ""; }; - 012CB76A1FFF893D00F8F880 /* CircleSurface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CircleSurface.h; sourceTree = ""; }; - 012CB76B1FFF893D00F8F880 /* GridWarpSurface.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = GridWarpSurface.cpp; sourceTree = ""; }; - 012CB76C1FFF893D00F8F880 /* GridWarpSurface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GridWarpSurface.h; sourceTree = ""; }; - 012CB76D1FFF893D00F8F880 /* HexagonSurface.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = HexagonSurface.cpp; sourceTree = ""; }; - 012CB76E1FFF893D00F8F880 /* HexagonSurface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HexagonSurface.h; sourceTree = ""; }; - 012CB76F1FFF893D00F8F880 /* QuadSurface.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = QuadSurface.cpp; sourceTree = ""; }; - 012CB7701FFF893D00F8F880 /* QuadSurface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QuadSurface.h; sourceTree = ""; }; - 012CB7711FFF893D00F8F880 /* SurfaceFactory.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SurfaceFactory.cpp; sourceTree = ""; }; - 012CB7721FFF893D00F8F880 /* SurfaceFactory.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SurfaceFactory.h; sourceTree = ""; }; - 012CB7731FFF893D00F8F880 /* SurfaceManager.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SurfaceManager.cpp; sourceTree = ""; }; - 012CB7741FFF893D00F8F880 /* SurfaceManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SurfaceManager.h; sourceTree = ""; }; - 012CB7751FFF893D00F8F880 /* SurfaceStack.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SurfaceStack.cpp; sourceTree = ""; }; - 012CB7761FFF893D00F8F880 /* SurfaceStack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SurfaceStack.h; sourceTree = ""; }; - 012CB7771FFF893D00F8F880 /* SurfaceType.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SurfaceType.h; sourceTree = ""; }; - 012CB7781FFF893D00F8F880 /* TriangleSurface.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = TriangleSurface.cpp; sourceTree = ""; }; - 012CB7791FFF893D00F8F880 /* TriangleSurface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TriangleSurface.h; sourceTree = ""; }; - 012CB77B1FFF893D00F8F880 /* Vec2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Vec2.cpp; sourceTree = ""; }; - 012CB77C1FFF893D00F8F880 /* Vec2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Vec2.h; sourceTree = ""; }; - 012CB77D1FFF893D00F8F880 /* Vec3.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Vec3.cpp; sourceTree = ""; }; - 012CB77E1FFF893D00F8F880 /* Vec3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Vec3.h; sourceTree = ""; }; - 012CB7801FFF893D00F8F880 /* BaseJoint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = BaseJoint.cpp; sourceTree = ""; }; - 012CB7811FFF893D00F8F880 /* BaseJoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseJoint.h; sourceTree = ""; }; - 012CB7821FFF893D00F8F880 /* CircleJoint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CircleJoint.cpp; sourceTree = ""; }; - 012CB7831FFF893D00F8F880 /* CircleJoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CircleJoint.h; sourceTree = ""; }; - 012CB7841FFF893D00F8F880 /* EditorType.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EditorType.h; sourceTree = ""; }; - 012CB7851FFF893D00F8F880 /* GuiMode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GuiMode.h; sourceTree = ""; }; - 012CB7861FFF893D00F8F880 /* RadioList.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = RadioList.cpp; sourceTree = ""; }; - 012CB7871FFF893D00F8F880 /* RadioList.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RadioList.h; sourceTree = ""; }; - 012CB7891FFF893D00F8F880 /* HomographyHelper.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = HomographyHelper.cpp; sourceTree = ""; }; - 012CB78A1FFF893D00F8F880 /* HomographyHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomographyHelper.h; sourceTree = ""; }; - 012CB7DC1FFF8A8200F8F880 /* ofxBaseGui.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxBaseGui.cpp; sourceTree = ""; }; - 012CB7DD1FFF8A8200F8F880 /* ofxBaseGui.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxBaseGui.h; sourceTree = ""; }; - 012CB7DE1FFF8A8200F8F880 /* ofxButton.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxButton.cpp; sourceTree = ""; }; - 012CB7DF1FFF8A8200F8F880 /* ofxButton.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxButton.h; sourceTree = ""; }; - 012CB7E21FFF8A8200F8F880 /* ofxGui.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxGui.h; sourceTree = ""; }; - 012CB7E31FFF8A8200F8F880 /* ofxGuiGroup.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxGuiGroup.cpp; sourceTree = ""; }; - 012CB7E41FFF8A8200F8F880 /* ofxGuiGroup.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxGuiGroup.h; sourceTree = ""; }; - 012CB7E71FFF8A8200F8F880 /* ofxLabel.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxLabel.cpp; sourceTree = ""; }; - 012CB7E81FFF8A8200F8F880 /* ofxLabel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxLabel.h; sourceTree = ""; }; - 012CB7E91FFF8A8300F8F880 /* ofxPanel.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxPanel.cpp; sourceTree = ""; }; - 012CB7EA1FFF8A8300F8F880 /* ofxPanel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxPanel.h; sourceTree = ""; }; - 012CB7EB1FFF8A8300F8F880 /* ofxSlider.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxSlider.cpp; sourceTree = ""; }; - 012CB7EC1FFF8A8300F8F880 /* ofxSlider.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxSlider.h; sourceTree = ""; }; - 012CB7ED1FFF8A8300F8F880 /* ofxSliderGroup.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxSliderGroup.cpp; sourceTree = ""; }; - 012CB7EE1FFF8A8300F8F880 /* ofxSliderGroup.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxSliderGroup.h; sourceTree = ""; }; - 012CB7EF1FFF8A8300F8F880 /* ofxToggle.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxToggle.cpp; sourceTree = ""; }; - 012CB7F01FFF8A8300F8F880 /* ofxToggle.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxToggle.h; sourceTree = ""; }; - 39264839192224DA0008A7F5 /* ofxXmlSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ofxXmlSettings.cpp; path = ../../ofxXmlSettings/src/ofxXmlSettings.cpp; sourceTree = ""; }; - 3926483A192224DA0008A7F5 /* ofxXmlSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ofxXmlSettings.h; path = ../../ofxXmlSettings/src/ofxXmlSettings.h; sourceTree = ""; }; - 3926483D192224F90008A7F5 /* tinyxml.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tinyxml.cpp; sourceTree = ""; }; - 3926483E192224F90008A7F5 /* tinyxml.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tinyxml.h; sourceTree = ""; }; - 3926483F192224F90008A7F5 /* tinyxmlerror.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tinyxmlerror.cpp; sourceTree = ""; }; - 39264840192224F90008A7F5 /* tinyxmlparser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tinyxmlparser.cpp; sourceTree = ""; }; - 397EFC801A09047C0009286E /* CameraSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CameraSource.cpp; sourceTree = ""; }; - 397EFC811A09047C0009286E /* CameraSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CameraSource.h; sourceTree = ""; }; - BBAB23BE13894E4700AA2426 /* GLUT.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLUT.framework; path = ../../../libs/glut/lib/osx/GLUT.framework; sourceTree = ""; }; - E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = openFrameworksLib.xcodeproj; path = ../../../libs/openFrameworksCompiled/project/osx/openFrameworksLib.xcodeproj; sourceTree = SOURCE_ROOT; }; - E45BE9710E8CC7DD009D7055 /* AGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AGL.framework; path = /System/Library/Frameworks/AGL.framework; sourceTree = ""; }; - E45BE9720E8CC7DD009D7055 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = ""; }; - E45BE9730E8CC7DD009D7055 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; - E45BE9750E8CC7DD009D7055 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; - E45BE9760E8CC7DD009D7055 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = ""; }; - E45BE9770E8CC7DD009D7055 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; - E45BE9790E8CC7DD009D7055 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = ""; }; - E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; }; - E4B69B5B0A3A1756003C02F2 /* example_camera.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = example_camera.app; sourceTree = BUILT_PRODUCTS_DIR; }; - E4B69E1D0A3A1BDC003C02F2 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = src/main.cpp; sourceTree = SOURCE_ROOT; }; - E4B69E1E0A3A1BDC003C02F2 /* ofApp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofApp.cpp; path = src/ofApp.cpp; sourceTree = SOURCE_ROOT; }; - E4B69E1F0A3A1BDC003C02F2 /* ofApp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ofApp.h; path = src/ofApp.h; sourceTree = SOURCE_ROOT; }; - E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = "openFrameworks-Info.plist"; sourceTree = ""; }; - E4C2424410CC5A17004149E2 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = ""; }; - E4C2424510CC5A17004149E2 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = ""; }; - E4C2424610CC5A17004149E2 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = ""; }; - E4EB691F138AFCF100A09F29 /* CoreOF.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = CoreOF.xcconfig; path = ../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig; sourceTree = SOURCE_ROOT; }; - E4EB6923138AFD0F00A09F29 /* Project.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Project.xcconfig; sourceTree = ""; }; - E7E077E415D3B63C0020DFD4 /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = /System/Library/Frameworks/CoreVideo.framework; sourceTree = ""; }; - E7E077E715D3B6510020DFD4 /* QTKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = /System/Library/Frameworks/QTKit.framework; sourceTree = ""; }; - E7F985F515E0DE99003869B5 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = /System/Library/Frameworks/Accelerate.framework; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - E4B69B590A3A1756003C02F2 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - E7F985F815E0DEA3003869B5 /* Accelerate.framework in Frameworks */, - E7E077E815D3B6510020DFD4 /* QTKit.framework in Frameworks */, - E4EB6799138ADC1D00A09F29 /* GLUT.framework in Frameworks */, - E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */, - E45BE97B0E8CC7DD009D7055 /* AGL.framework in Frameworks */, - E45BE97C0E8CC7DD009D7055 /* ApplicationServices.framework in Frameworks */, - E45BE97D0E8CC7DD009D7055 /* AudioToolbox.framework in Frameworks */, - E45BE97F0E8CC7DD009D7055 /* CoreAudio.framework in Frameworks */, - E45BE9800E8CC7DD009D7055 /* CoreFoundation.framework in Frameworks */, - E45BE9810E8CC7DD009D7055 /* CoreServices.framework in Frameworks */, - E45BE9830E8CC7DD009D7055 /* OpenGL.framework in Frameworks */, - E45BE9840E8CC7DD009D7055 /* QuickTime.framework in Frameworks */, - E4C2424710CC5A17004149E2 /* AppKit.framework in Frameworks */, - E4C2424810CC5A17004149E2 /* Cocoa.framework in Frameworks */, - E4C2424910CC5A17004149E2 /* IOKit.framework in Frameworks */, - E7E077E515D3B63C0020DFD4 /* CoreVideo.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 012CB6D61FFF893D00F8F880 /* src */ = { - isa = PBXGroup; - children = ( - 012CB6D71FFF893D00F8F880 /* Application */, - 012CB6E71FFF893D00F8F880 /* Commands */, - 012CB7331FFF893D00F8F880 /* Gui */, - 012CB7461FFF893D00F8F880 /* Info */, - 012CB7491FFF893D00F8F880 /* MediaServer */, - 012CB74E1FFF893D00F8F880 /* Mode.h */, - 012CB74F1FFF893D00F8F880 /* ofxPiMapper.cpp */, - 012CB7501FFF893D00F8F880 /* ofxPiMapper.h */, - 012CB7511FFF893D00F8F880 /* Sources */, - 012CB7661FFF893D00F8F880 /* Surfaces */, - 012CB77A1FFF893D00F8F880 /* Types */, - 012CB77F1FFF893D00F8F880 /* UserInterface */, - 012CB7881FFF893D00F8F880 /* Utils */, - ); - name = src; - path = ../src; - sourceTree = ""; - }; - 012CB6D71FFF893D00F8F880 /* Application */ = { - isa = PBXGroup; - children = ( - 012CB6D81FFF893D00F8F880 /* Application.cpp */, - 012CB6D91FFF893D00F8F880 /* Application.h */, - 012CB6DA1FFF893D00F8F880 /* Modes */, - 012CB6E51FFF893D00F8F880 /* SettingsLoader.cpp */, - 012CB6E61FFF893D00F8F880 /* SettingsLoader.h */, - ); - path = Application; - sourceTree = ""; - }; - 012CB6DA1FFF893D00F8F880 /* Modes */ = { - isa = PBXGroup; - children = ( - 012CB6DB1FFF893D00F8F880 /* ApplicationBaseMode.cpp */, - 012CB6DC1FFF893D00F8F880 /* ApplicationBaseMode.h */, - 012CB6DD1FFF893D00F8F880 /* PresentationMode.cpp */, - 012CB6DE1FFF893D00F8F880 /* PresentationMode.h */, - 012CB6DF1FFF893D00F8F880 /* ProjectionMappingMode.cpp */, - 012CB6E01FFF893D00F8F880 /* ProjectionMappingMode.h */, - 012CB6E11FFF893D00F8F880 /* SourceSelectionMode.cpp */, - 012CB6E21FFF893D00F8F880 /* SourceSelectionMode.h */, - 012CB6E31FFF893D00F8F880 /* TextureMappingMode.cpp */, - 012CB6E41FFF893D00F8F880 /* TextureMappingMode.h */, - ); - path = Modes; - sourceTree = ""; - }; - 012CB6E71FFF893D00F8F880 /* Commands */ = { - isa = PBXGroup; - children = ( - 012CB6E81FFF893D00F8F880 /* AddGridColCmd.cpp */, - 012CB6E91FFF893D00F8F880 /* AddGridColCmd.h */, - 012CB6EA1FFF893D00F8F880 /* AddGridRowCmd.cpp */, - 012CB6EB1FFF893D00F8F880 /* AddGridRowCmd.h */, - 012CB6EC1FFF893D00F8F880 /* AddSurfaceCmd.cpp */, - 012CB6ED1FFF893D00F8F880 /* AddSurfaceCmd.h */, - 012CB6EE1FFF893D00F8F880 /* BaseCmd.h */, - 012CB6EF1FFF893D00F8F880 /* ClearSurfacesCmd.cpp */, - 012CB6F01FFF893D00F8F880 /* ClearSurfacesCmd.h */, - 012CB6F11FFF893D00F8F880 /* CmdManager.cpp */, - 012CB6F21FFF893D00F8F880 /* CmdManager.h */, - 012CB6F31FFF893D00F8F880 /* DeselectSurfaceCmd.cpp */, - 012CB6F41FFF893D00F8F880 /* DeselectSurfaceCmd.h */, - 012CB6F51FFF893D00F8F880 /* DeselectTexCoordCmd.cpp */, - 012CB6F61FFF893D00F8F880 /* DeselectTexCoordCmd.h */, - 012CB6F71FFF893D00F8F880 /* DuplicateSurfaceCmd.cpp */, - 012CB6F81FFF893D00F8F880 /* DuplicateSurfaceCmd.h */, - 012CB6F91FFF893D00F8F880 /* MvAllTexCoordsCmd.cpp */, - 012CB6FA1FFF893D00F8F880 /* MvAllTexCoordsCmd.h */, - 012CB6FB1FFF893D00F8F880 /* MvLayerDnCmd.cpp */, - 012CB6FC1FFF893D00F8F880 /* MvLayerDnCmd.h */, - 012CB6FD1FFF893D00F8F880 /* MvLayerUpCmd.cpp */, - 012CB6FE1FFF893D00F8F880 /* MvLayerUpCmd.h */, - 012CB6FF1FFF893D00F8F880 /* MvSelectionCmd.cpp */, - 012CB7001FFF893D00F8F880 /* MvSelectionCmd.h */, - 012CB7011FFF893D00F8F880 /* MvSurfaceVertCmd.cpp */, - 012CB7021FFF893D00F8F880 /* MvSurfaceVertCmd.h */, - 012CB7031FFF893D00F8F880 /* MvTexCoordCmd.cpp */, - 012CB7041FFF893D00F8F880 /* MvTexCoordCmd.h */, - 012CB7051FFF893D00F8F880 /* RmGridColCmd.cpp */, - 012CB7061FFF893D00F8F880 /* RmGridColCmd.h */, - 012CB7071FFF893D00F8F880 /* RmGridRowCmd.cpp */, - 012CB7081FFF893D00F8F880 /* RmGridRowCmd.h */, - 012CB7091FFF893D00F8F880 /* RmSurfaceCmd.cpp */, - 012CB70A1FFF893D00F8F880 /* RmSurfaceCmd.h */, - 012CB70B1FFF893D00F8F880 /* SaveTexCoordPosCmd.cpp */, - 012CB70C1FFF893D00F8F880 /* SaveTexCoordPosCmd.h */, - 012CB70D1FFF893D00F8F880 /* ScaleSurfaceFromToCmd.cpp */, - 012CB70E1FFF893D00F8F880 /* ScaleSurfaceFromToCmd.h */, - 012CB70F1FFF893D00F8F880 /* SelNextSurfaceCmd.cpp */, - 012CB7101FFF893D00F8F880 /* SelNextSurfaceCmd.h */, - 012CB7111FFF893D00F8F880 /* SelNextTexCoordCmd.cpp */, - 012CB7121FFF893D00F8F880 /* SelNextTexCoordCmd.h */, - 012CB7131FFF893D00F8F880 /* SelNextVertexCmd.cpp */, - 012CB7141FFF893D00F8F880 /* SelNextVertexCmd.h */, - 012CB7151FFF893D00F8F880 /* SelPrevSurfaceCmd.cpp */, - 012CB7161FFF893D00F8F880 /* SelPrevSurfaceCmd.h */, - 012CB7171FFF893D00F8F880 /* SelPrevTexCoordCmd.cpp */, - 012CB7181FFF893D00F8F880 /* SelPrevTexCoordCmd.h */, - 012CB7191FFF893D00F8F880 /* SelPrevVertexCmd.cpp */, - 012CB71A1FFF893D00F8F880 /* SelPrevVertexCmd.h */, - 012CB71B1FFF893D00F8F880 /* SelSurfaceCmd.cpp */, - 012CB71C1FFF893D00F8F880 /* SelSurfaceCmd.h */, - 012CB71D1FFF893D00F8F880 /* SelTexCoordCmd.cpp */, - 012CB71E1FFF893D00F8F880 /* SelTexCoordCmd.h */, - 012CB71F1FFF893D00F8F880 /* SelVertexCmd.cpp */, - 012CB7201FFF893D00F8F880 /* SelVertexCmd.h */, - 012CB7211FFF893D00F8F880 /* SetApplicationModeCmd.cpp */, - 012CB7221FFF893D00F8F880 /* SetApplicationModeCmd.h */, - 012CB7231FFF893D00F8F880 /* SetNextSourceCmd.cpp */, - 012CB7241FFF893D00F8F880 /* SetNextSourceCmd.h */, - 012CB7251FFF893D00F8F880 /* SetPresetCmd.cpp */, - 012CB7261FFF893D00F8F880 /* SetPresetCmd.h */, - 012CB7271FFF893D00F8F880 /* SetSourceCmd.cpp */, - 012CB7281FFF893D00F8F880 /* SetSourceCmd.h */, - 012CB7291FFF893D00F8F880 /* SetTexMapDrawModeCmd.cpp */, - 012CB72A1FFF893D00F8F880 /* SetTexMapDrawModeCmd.h */, - 012CB72B1FFF893D00F8F880 /* StartDragSurfaceCmd.cpp */, - 012CB72C1FFF893D00F8F880 /* StartDragSurfaceCmd.h */, - 012CB72D1FFF893D00F8F880 /* ToggleAnimatedSourceCmd.cpp */, - 012CB72E1FFF893D00F8F880 /* ToggleAnimatedSourceCmd.h */, - 012CB72F1FFF893D00F8F880 /* TogglePerspectiveCmd.cpp */, - 012CB7301FFF893D00F8F880 /* TogglePerspectiveCmd.h */, - 012CB7311FFF893D00F8F880 /* TranslateCanvasCmd.cpp */, - 012CB7321FFF893D00F8F880 /* TranslateCanvasCmd.h */, - ); - path = Commands; - sourceTree = ""; - }; - 012CB7331FFF893D00F8F880 /* Gui */ = { - isa = PBXGroup; - children = ( - 012CB7341FFF893D00F8F880 /* Gui.cpp */, - 012CB7351FFF893D00F8F880 /* Gui.h */, - 012CB7361FFF893D00F8F880 /* Widgets */, - ); - path = Gui; - sourceTree = ""; - }; - 012CB7361FFF893D00F8F880 /* Widgets */ = { - isa = PBXGroup; - children = ( - 012CB7371FFF893D00F8F880 /* GuiBaseWidget.h */, - 012CB7381FFF893D00F8F880 /* LayerPanelWidget.cpp */, - 012CB7391FFF893D00F8F880 /* LayerPanelWidget.h */, - 012CB73A1FFF893D00F8F880 /* ProjectionEditorWidget.cpp */, - 012CB73B1FFF893D00F8F880 /* ProjectionEditorWidget.h */, - 012CB73C1FFF893D00F8F880 /* ScaleWidget.cpp */, - 012CB73D1FFF893D00F8F880 /* ScaleWidget.h */, - 012CB73E1FFF893D00F8F880 /* SourcesEditorWidget.cpp */, - 012CB73F1FFF893D00F8F880 /* SourcesEditorWidget.h */, - 012CB7401FFF893D00F8F880 /* SurfaceHighlightWidget.cpp */, - 012CB7411FFF893D00F8F880 /* SurfaceHighlightWidget.h */, - 012CB7421FFF893D00F8F880 /* TextureEditorWidget.cpp */, - 012CB7431FFF893D00F8F880 /* TextureEditorWidget.h */, - 012CB7441FFF893D00F8F880 /* TextureHighlightWidget.cpp */, - 012CB7451FFF893D00F8F880 /* TextureHighlightWidget.h */, - ); - path = Widgets; - sourceTree = ""; - }; - 012CB7461FFF893D00F8F880 /* Info */ = { - isa = PBXGroup; - children = ( - 012CB7471FFF893D00F8F880 /* Info.cpp */, - 012CB7481FFF893D00F8F880 /* Info.h */, - ); - path = Info; - sourceTree = ""; - }; - 012CB7491FFF893D00F8F880 /* MediaServer */ = { - isa = PBXGroup; - children = ( - 012CB74A1FFF893D00F8F880 /* DirectoryWatcher.cpp */, - 012CB74B1FFF893D00F8F880 /* DirectoryWatcher.h */, - 012CB74C1FFF893D00F8F880 /* MediaServer.cpp */, - 012CB74D1FFF893D00F8F880 /* MediaServer.h */, - ); - path = MediaServer; - sourceTree = ""; - }; - 012CB7511FFF893D00F8F880 /* Sources */ = { - isa = PBXGroup; - children = ( - 012CB7521FFF893D00F8F880 /* BaseSource.cpp */, - 012CB7531FFF893D00F8F880 /* BaseSource.h */, - 012CB7541FFF893D00F8F880 /* FboSource.cpp */, - 012CB7551FFF893D00F8F880 /* FboSource.h */, - 012CB7561FFF893D00F8F880 /* ImageSource.cpp */, - 012CB7571FFF893D00F8F880 /* ImageSource.h */, - 012CB7601FFF893D00F8F880 /* OMXPlayerCache.cpp */, - 012CB7611FFF893D00F8F880 /* OMXPlayerCache.h */, - 012CB7621FFF893D00F8F880 /* SourceType.h */, - 012CB7631FFF893D00F8F880 /* SourceTypeHelper.h */, - 012CB7641FFF893D00F8F880 /* VideoSource.cpp */, - 012CB7651FFF893D00F8F880 /* VideoSource.h */, - ); - path = Sources; - sourceTree = ""; - }; - 012CB7661FFF893D00F8F880 /* Surfaces */ = { - isa = PBXGroup; - children = ( - 012CB7671FFF893D00F8F880 /* BaseSurface.cpp */, - 012CB7681FFF893D00F8F880 /* BaseSurface.h */, - 012CB7691FFF893D00F8F880 /* CircleSurface.cpp */, - 012CB76A1FFF893D00F8F880 /* CircleSurface.h */, - 012CB76B1FFF893D00F8F880 /* GridWarpSurface.cpp */, - 012CB76C1FFF893D00F8F880 /* GridWarpSurface.h */, - 012CB76D1FFF893D00F8F880 /* HexagonSurface.cpp */, - 012CB76E1FFF893D00F8F880 /* HexagonSurface.h */, - 012CB76F1FFF893D00F8F880 /* QuadSurface.cpp */, - 012CB7701FFF893D00F8F880 /* QuadSurface.h */, - 012CB7711FFF893D00F8F880 /* SurfaceFactory.cpp */, - 012CB7721FFF893D00F8F880 /* SurfaceFactory.h */, - 012CB7731FFF893D00F8F880 /* SurfaceManager.cpp */, - 012CB7741FFF893D00F8F880 /* SurfaceManager.h */, - 012CB7751FFF893D00F8F880 /* SurfaceStack.cpp */, - 012CB7761FFF893D00F8F880 /* SurfaceStack.h */, - 012CB7771FFF893D00F8F880 /* SurfaceType.h */, - 012CB7781FFF893D00F8F880 /* TriangleSurface.cpp */, - 012CB7791FFF893D00F8F880 /* TriangleSurface.h */, - ); - path = Surfaces; - sourceTree = ""; - }; - 012CB77A1FFF893D00F8F880 /* Types */ = { - isa = PBXGroup; - children = ( - 012CB77B1FFF893D00F8F880 /* Vec2.cpp */, - 012CB77C1FFF893D00F8F880 /* Vec2.h */, - 012CB77D1FFF893D00F8F880 /* Vec3.cpp */, - 012CB77E1FFF893D00F8F880 /* Vec3.h */, - ); - path = Types; - sourceTree = ""; - }; - 012CB77F1FFF893D00F8F880 /* UserInterface */ = { - isa = PBXGroup; - children = ( - 012CB7801FFF893D00F8F880 /* BaseJoint.cpp */, - 012CB7811FFF893D00F8F880 /* BaseJoint.h */, - 012CB7821FFF893D00F8F880 /* CircleJoint.cpp */, - 012CB7831FFF893D00F8F880 /* CircleJoint.h */, - 012CB7841FFF893D00F8F880 /* EditorType.h */, - 012CB7851FFF893D00F8F880 /* GuiMode.h */, - 012CB7861FFF893D00F8F880 /* RadioList.cpp */, - 012CB7871FFF893D00F8F880 /* RadioList.h */, - ); - path = UserInterface; - sourceTree = ""; - }; - 012CB7881FFF893D00F8F880 /* Utils */ = { - isa = PBXGroup; - children = ( - 012CB7891FFF893D00F8F880 /* HomographyHelper.cpp */, - 012CB78A1FFF893D00F8F880 /* HomographyHelper.h */, - ); - path = Utils; - sourceTree = ""; - }; - 012CB7DB1FFF8A8200F8F880 /* src */ = { - isa = PBXGroup; - children = ( - 012CB7DC1FFF8A8200F8F880 /* ofxBaseGui.cpp */, - 012CB7DD1FFF8A8200F8F880 /* ofxBaseGui.h */, - 012CB7DE1FFF8A8200F8F880 /* ofxButton.cpp */, - 012CB7DF1FFF8A8200F8F880 /* ofxButton.h */, - 012CB7E21FFF8A8200F8F880 /* ofxGui.h */, - 012CB7E31FFF8A8200F8F880 /* ofxGuiGroup.cpp */, - 012CB7E41FFF8A8200F8F880 /* ofxGuiGroup.h */, - 012CB7E71FFF8A8200F8F880 /* ofxLabel.cpp */, - 012CB7E81FFF8A8200F8F880 /* ofxLabel.h */, - 012CB7E91FFF8A8300F8F880 /* ofxPanel.cpp */, - 012CB7EA1FFF8A8300F8F880 /* ofxPanel.h */, - 012CB7EB1FFF8A8300F8F880 /* ofxSlider.cpp */, - 012CB7EC1FFF8A8300F8F880 /* ofxSlider.h */, - 012CB7ED1FFF8A8300F8F880 /* ofxSliderGroup.cpp */, - 012CB7EE1FFF8A8300F8F880 /* ofxSliderGroup.h */, - 012CB7EF1FFF8A8300F8F880 /* ofxToggle.cpp */, - 012CB7F01FFF8A8300F8F880 /* ofxToggle.h */, - ); - name = src; - path = ../../ofxGui/src; - sourceTree = ""; - }; - 39264837192224C20008A7F5 /* ofxXmlSettings */ = { - isa = PBXGroup; - children = ( - 3926483C192224F90008A7F5 /* libs */, - 39264838192224CA0008A7F5 /* src */, - ); - name = ofxXmlSettings; - sourceTree = ""; - }; - 39264838192224CA0008A7F5 /* src */ = { - isa = PBXGroup; - children = ( - 39264839192224DA0008A7F5 /* ofxXmlSettings.cpp */, - 3926483A192224DA0008A7F5 /* ofxXmlSettings.h */, - ); - name = src; - sourceTree = ""; - }; - 3926483C192224F90008A7F5 /* libs */ = { - isa = PBXGroup; - children = ( - 3926483D192224F90008A7F5 /* tinyxml.cpp */, - 3926483E192224F90008A7F5 /* tinyxml.h */, - 3926483F192224F90008A7F5 /* tinyxmlerror.cpp */, - 39264840192224F90008A7F5 /* tinyxmlparser.cpp */, - ); - name = libs; - path = ../../ofxXmlSettings/libs; - sourceTree = ""; - }; - 3933D5C019BB87A3000ACA55 /* ofxGui */ = { - isa = PBXGroup; - children = ( - 012CB7DB1FFF8A8200F8F880 /* src */, - ); - name = ofxGui; - sourceTree = ""; - }; - 396E8A34190FEDE500705899 /* ofxPiMapper */ = { - isa = PBXGroup; - children = ( - 012CB6D61FFF893D00F8F880 /* src */, - ); - name = ofxPiMapper; - sourceTree = ""; - }; - BB4B014C10F69532006C3DED /* addons */ = { - isa = PBXGroup; - children = ( - 3933D5C019BB87A3000ACA55 /* ofxGui */, - 39264837192224C20008A7F5 /* ofxXmlSettings */, - 396E8A34190FEDE500705899 /* ofxPiMapper */, - ); - name = addons; - sourceTree = ""; - }; - BBAB23C913894ECA00AA2426 /* system frameworks */ = { - isa = PBXGroup; - children = ( - E7F985F515E0DE99003869B5 /* Accelerate.framework */, - E4C2424410CC5A17004149E2 /* AppKit.framework */, - E4C2424510CC5A17004149E2 /* Cocoa.framework */, - E4C2424610CC5A17004149E2 /* IOKit.framework */, - E45BE9710E8CC7DD009D7055 /* AGL.framework */, - E45BE9720E8CC7DD009D7055 /* ApplicationServices.framework */, - E45BE9730E8CC7DD009D7055 /* AudioToolbox.framework */, - E45BE9750E8CC7DD009D7055 /* CoreAudio.framework */, - E45BE9760E8CC7DD009D7055 /* CoreFoundation.framework */, - E45BE9770E8CC7DD009D7055 /* CoreServices.framework */, - E45BE9790E8CC7DD009D7055 /* OpenGL.framework */, - E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */, - E7E077E415D3B63C0020DFD4 /* CoreVideo.framework */, - E7E077E715D3B6510020DFD4 /* QTKit.framework */, - ); - name = "system frameworks"; - sourceTree = ""; - }; - BBAB23CA13894EDB00AA2426 /* 3rd party frameworks */ = { - isa = PBXGroup; - children = ( - BBAB23BE13894E4700AA2426 /* GLUT.framework */, - ); - name = "3rd party frameworks"; - sourceTree = ""; - }; - E4328144138ABC890047C5CB /* Products */ = { - isa = PBXGroup; - children = ( - E4328148138ABC890047C5CB /* openFrameworksDebug.a */, - ); - name = Products; - sourceTree = ""; - }; - E45BE5980E8CC70C009D7055 /* frameworks */ = { - isa = PBXGroup; - children = ( - BBAB23CA13894EDB00AA2426 /* 3rd party frameworks */, - BBAB23C913894ECA00AA2426 /* system frameworks */, - ); - name = frameworks; - sourceTree = ""; - }; - E4B69B4A0A3A1720003C02F2 = { - isa = PBXGroup; - children = ( - E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */, - E4EB6923138AFD0F00A09F29 /* Project.xcconfig */, - E4B69E1C0A3A1BDC003C02F2 /* src */, - E4EEC9E9138DF44700A80321 /* openFrameworks */, - BB4B014C10F69532006C3DED /* addons */, - E45BE5980E8CC70C009D7055 /* frameworks */, - E4B69B5B0A3A1756003C02F2 /* example_camera.app */, - ); - sourceTree = ""; - }; - E4B69E1C0A3A1BDC003C02F2 /* src */ = { - isa = PBXGroup; - children = ( - E4B69E1D0A3A1BDC003C02F2 /* main.cpp */, - E4B69E1F0A3A1BDC003C02F2 /* ofApp.h */, - E4B69E1E0A3A1BDC003C02F2 /* ofApp.cpp */, - 397EFC811A09047C0009286E /* CameraSource.h */, - 397EFC801A09047C0009286E /* CameraSource.cpp */, - ); - path = src; - sourceTree = SOURCE_ROOT; - }; - E4EEC9E9138DF44700A80321 /* openFrameworks */ = { - isa = PBXGroup; - children = ( - E4EB691F138AFCF100A09F29 /* CoreOF.xcconfig */, - E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */, - ); - name = openFrameworks; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - E4B69B5A0A3A1756003C02F2 /* example_camera */ = { - isa = PBXNativeTarget; - buildConfigurationList = E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "example_camera" */; - buildPhases = ( - E4B69B580A3A1756003C02F2 /* Sources */, - E4B69B590A3A1756003C02F2 /* Frameworks */, - E4B6FFFD0C3F9AB9008CF71C /* ShellScript */, - E4C2427710CC5ABF004149E2 /* CopyFiles */, - ); - buildRules = ( - ); - dependencies = ( - E4EEB9AC138B136A00A80321 /* PBXTargetDependency */, - ); - name = example_camera; - productName = myOFApp; - productReference = E4B69B5B0A3A1756003C02F2 /* example_camera.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - E4B69B4C0A3A1720003C02F2 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0720; - }; - buildConfigurationList = E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "example_camera" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - English, - Japanese, - French, - German, - ); - mainGroup = E4B69B4A0A3A1720003C02F2; - productRefGroup = E4B69B4A0A3A1720003C02F2; - projectDirPath = ""; - projectReferences = ( - { - ProductGroup = E4328144138ABC890047C5CB /* Products */; - ProjectRef = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */; - }, - ); - projectRoot = ""; - targets = ( - E4B69B5A0A3A1756003C02F2 /* example_camera */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXReferenceProxy section */ - E4328148138ABC890047C5CB /* openFrameworksDebug.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = openFrameworksDebug.a; - remoteRef = E4328147138ABC890047C5CB /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; -/* End PBXReferenceProxy section */ - -/* Begin PBXShellScriptBuildPhase section */ - E4B6FFFD0C3F9AB9008CF71C /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "mkdir -p \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Resources/\"\n# Copy default icon file into App/Resources\nrsync -aved \"$ICON_FILE\" \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Resources/\"\n# Copy libfmod and change install directory for fmod to run\nrsync -aved \"$OF_PATH/libs/fmodex/lib/osx/libfmodex.dylib\" \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Frameworks/\";\ninstall_name_tool -change @executable_path/libfmodex.dylib @executable_path/../Frameworks/libfmodex.dylib \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/$PRODUCT_NAME\";\n\necho \"$GCC_PREPROCESSOR_DEFINITIONS\";\n"; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - E4B69B580A3A1756003C02F2 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 012CB7F11FFF8A9700F8F880 /* ofxBaseGui.cpp in Sources */, - 012CB7F21FFF8A9700F8F880 /* ofxButton.cpp in Sources */, - 012CB7F41FFF8A9700F8F880 /* ofxGuiGroup.cpp in Sources */, - 012CB7F61FFF8A9700F8F880 /* ofxLabel.cpp in Sources */, - 012CB7F71FFF8A9700F8F880 /* ofxPanel.cpp in Sources */, - 012CB7F81FFF8A9700F8F880 /* ofxSlider.cpp in Sources */, - 012CB7F91FFF8A9700F8F880 /* ofxSliderGroup.cpp in Sources */, - 012CB7FA1FFF8A9700F8F880 /* ofxToggle.cpp in Sources */, - 012CB78B1FFF89C200F8F880 /* Application.cpp in Sources */, - 012CB78C1FFF89C200F8F880 /* ApplicationBaseMode.cpp in Sources */, - 012CB78D1FFF89C200F8F880 /* PresentationMode.cpp in Sources */, - 012CB78E1FFF89C200F8F880 /* ProjectionMappingMode.cpp in Sources */, - 012CB78F1FFF89C200F8F880 /* SourceSelectionMode.cpp in Sources */, - 012CB7901FFF89C200F8F880 /* TextureMappingMode.cpp in Sources */, - 012CB7911FFF89C200F8F880 /* SettingsLoader.cpp in Sources */, - 012CB7921FFF89C200F8F880 /* AddGridColCmd.cpp in Sources */, - 012CB7931FFF89C200F8F880 /* AddGridRowCmd.cpp in Sources */, - 012CB7941FFF89C200F8F880 /* AddSurfaceCmd.cpp in Sources */, - 012CB7951FFF89C200F8F880 /* ClearSurfacesCmd.cpp in Sources */, - 012CB7961FFF89C200F8F880 /* CmdManager.cpp in Sources */, - 012CB7971FFF89C200F8F880 /* DeselectSurfaceCmd.cpp in Sources */, - 012CB7981FFF89C200F8F880 /* DeselectTexCoordCmd.cpp in Sources */, - 012CB7991FFF89C200F8F880 /* DuplicateSurfaceCmd.cpp in Sources */, - 012CB79A1FFF89C200F8F880 /* MvAllTexCoordsCmd.cpp in Sources */, - 012CB79B1FFF89C200F8F880 /* MvLayerDnCmd.cpp in Sources */, - 012CB79C1FFF89C200F8F880 /* MvLayerUpCmd.cpp in Sources */, - 012CB79D1FFF89C200F8F880 /* MvSelectionCmd.cpp in Sources */, - 012CB79E1FFF89C200F8F880 /* MvSurfaceVertCmd.cpp in Sources */, - 012CB79F1FFF89C200F8F880 /* MvTexCoordCmd.cpp in Sources */, - 012CB7A01FFF89C200F8F880 /* RmGridColCmd.cpp in Sources */, - 012CB7A11FFF89C200F8F880 /* RmGridRowCmd.cpp in Sources */, - 012CB7A21FFF89C200F8F880 /* RmSurfaceCmd.cpp in Sources */, - 012CB7A31FFF89C200F8F880 /* SaveTexCoordPosCmd.cpp in Sources */, - 012CB7A41FFF89C200F8F880 /* ScaleSurfaceFromToCmd.cpp in Sources */, - 012CB7A51FFF89C200F8F880 /* SelNextSurfaceCmd.cpp in Sources */, - 012CB7A61FFF89C200F8F880 /* SelNextTexCoordCmd.cpp in Sources */, - 012CB7A71FFF89C200F8F880 /* SelNextVertexCmd.cpp in Sources */, - 012CB7A81FFF89C200F8F880 /* SelPrevSurfaceCmd.cpp in Sources */, - 012CB7A91FFF89C200F8F880 /* SelPrevTexCoordCmd.cpp in Sources */, - 012CB7AA1FFF89C200F8F880 /* SelPrevVertexCmd.cpp in Sources */, - 012CB7AB1FFF89C200F8F880 /* SelSurfaceCmd.cpp in Sources */, - 012CB7AC1FFF89C200F8F880 /* SelTexCoordCmd.cpp in Sources */, - 012CB7AD1FFF89C200F8F880 /* SelVertexCmd.cpp in Sources */, - 012CB7AE1FFF89C200F8F880 /* SetApplicationModeCmd.cpp in Sources */, - 012CB7AF1FFF89C200F8F880 /* SetNextSourceCmd.cpp in Sources */, - 012CB7B01FFF89C200F8F880 /* SetPresetCmd.cpp in Sources */, - 012CB7B11FFF89C200F8F880 /* SetSourceCmd.cpp in Sources */, - 012CB7B21FFF89C200F8F880 /* SetTexMapDrawModeCmd.cpp in Sources */, - 012CB7B31FFF89C200F8F880 /* StartDragSurfaceCmd.cpp in Sources */, - 012CB7B41FFF89C200F8F880 /* ToggleAnimatedSourceCmd.cpp in Sources */, - 012CB7B51FFF89C200F8F880 /* TogglePerspectiveCmd.cpp in Sources */, - 012CB7B61FFF89C200F8F880 /* TranslateCanvasCmd.cpp in Sources */, - 012CB7B71FFF89C200F8F880 /* Gui.cpp in Sources */, - 012CB7B81FFF89C200F8F880 /* LayerPanelWidget.cpp in Sources */, - 012CB7B91FFF89C200F8F880 /* ProjectionEditorWidget.cpp in Sources */, - 012CB7BA1FFF89C200F8F880 /* ScaleWidget.cpp in Sources */, - 012CB7BB1FFF89C200F8F880 /* SourcesEditorWidget.cpp in Sources */, - 012CB7BC1FFF89C200F8F880 /* SurfaceHighlightWidget.cpp in Sources */, - 012CB7BD1FFF89C200F8F880 /* TextureEditorWidget.cpp in Sources */, - 012CB7BE1FFF89C200F8F880 /* TextureHighlightWidget.cpp in Sources */, - 012CB7BF1FFF89C200F8F880 /* Info.cpp in Sources */, - 012CB7C01FFF89C200F8F880 /* DirectoryWatcher.cpp in Sources */, - 012CB7C11FFF89C200F8F880 /* MediaServer.cpp in Sources */, - 012CB7C21FFF89C200F8F880 /* ofxPiMapper.cpp in Sources */, - 012CB7C31FFF89C200F8F880 /* BaseSource.cpp in Sources */, - 012CB7C41FFF89C200F8F880 /* FboSource.cpp in Sources */, - 012CB7C51FFF89C200F8F880 /* ImageSource.cpp in Sources */, - 012CB7CA1FFF89C200F8F880 /* OMXPlayerCache.cpp in Sources */, - 012CB7CB1FFF89C200F8F880 /* VideoSource.cpp in Sources */, - 012CB7CC1FFF89C200F8F880 /* BaseSurface.cpp in Sources */, - 012CB7CD1FFF89C200F8F880 /* CircleSurface.cpp in Sources */, - 012CB7CE1FFF89C200F8F880 /* GridWarpSurface.cpp in Sources */, - 012CB7CF1FFF89C200F8F880 /* HexagonSurface.cpp in Sources */, - 012CB7D01FFF89C200F8F880 /* QuadSurface.cpp in Sources */, - 012CB7D11FFF89C200F8F880 /* SurfaceFactory.cpp in Sources */, - 012CB7D21FFF89C200F8F880 /* SurfaceManager.cpp in Sources */, - 012CB7D31FFF89C200F8F880 /* SurfaceStack.cpp in Sources */, - 012CB7D41FFF89C200F8F880 /* TriangleSurface.cpp in Sources */, - 012CB7D51FFF89C200F8F880 /* Vec2.cpp in Sources */, - 012CB7D61FFF89C200F8F880 /* Vec3.cpp in Sources */, - 012CB7D71FFF89C200F8F880 /* BaseJoint.cpp in Sources */, - 012CB7D81FFF89C200F8F880 /* CircleJoint.cpp in Sources */, - 012CB7D91FFF89C200F8F880 /* RadioList.cpp in Sources */, - 012CB7DA1FFF89C200F8F880 /* HomographyHelper.cpp in Sources */, - E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */, - 39264843192224F90008A7F5 /* tinyxmlparser.cpp in Sources */, - 39264841192224F90008A7F5 /* tinyxml.cpp in Sources */, - E4B69E210A3A1BDC003C02F2 /* ofApp.cpp in Sources */, - 39264842192224F90008A7F5 /* tinyxmlerror.cpp in Sources */, - 3926483B192224DA0008A7F5 /* ofxXmlSettings.cpp in Sources */, - 397EFC821A09047C0009286E /* CameraSource.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - E4EEB9AC138B136A00A80321 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = openFrameworks; - targetProxy = E4EEB9AB138B136A00A80321 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - E4B69B4E0A3A1720003C02F2 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/"; - COPY_PHASE_STRIP = NO; - DEAD_CODE_STRIPPING = YES; - ENABLE_TESTABILITY = YES; - GCC_AUTO_VECTORIZATION = YES; - GCC_ENABLE_SSE3_EXTENSIONS = YES; - GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES; - GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO; - GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO; - GCC_WARN_UNINITIALIZED_AUTOS = NO; - GCC_WARN_UNUSED_VALUE = NO; - GCC_WARN_UNUSED_VARIABLE = NO; - HEADER_SEARCH_PATHS = ( - "$(OF_CORE_HEADERS)", - src, - ); - INFOPLIST_FILE = "openFrameworks-Info.plist"; - MACH_O_TYPE = mh_execute; - MACOSX_DEPLOYMENT_TARGET = 10.7; - ONLY_ACTIVE_ARCH = YES; - OTHER_CPLUSPLUSFLAGS = ( - "-D__MACOSX_CORE__", - "-lpthread", - "-mtune=native", - ); - OTHER_LDFLAGS = ( - "$(OF_CORE_LIBS)", - "$(OF_CORE_FRAMEWORKS)", - ); - PRIVATE_HEADERS_FOLDER_PATH = "$(PRODUCT_NAME:c99extidentifier)"; - SDKROOT = macosx; - }; - name = Debug; - }; - E4B69B4F0A3A1720003C02F2 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/"; - COPY_PHASE_STRIP = YES; - DEAD_CODE_STRIPPING = YES; - GCC_AUTO_VECTORIZATION = YES; - GCC_ENABLE_SSE3_EXTENSIONS = YES; - GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 3; - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_UNROLL_LOOPS = YES; - GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES; - GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO; - GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO; - GCC_WARN_UNINITIALIZED_AUTOS = NO; - GCC_WARN_UNUSED_VALUE = NO; - GCC_WARN_UNUSED_VARIABLE = NO; - HEADER_SEARCH_PATHS = ( - "$(OF_CORE_HEADERS)", - src, - ); - INFOPLIST_FILE = "openFrameworks-Info.plist"; - MACH_O_TYPE = mh_execute; - MACOSX_DEPLOYMENT_TARGET = 10.7; - OTHER_CPLUSPLUSFLAGS = ( - "-D__MACOSX_CORE__", - "-lpthread", - "-mtune=native", - ); - OTHER_LDFLAGS = ( - "$(OF_CORE_LIBS)", - "$(OF_CORE_FRAMEWORKS)", - ); - PRIVATE_HEADERS_FOLDER_PATH = "$(PRODUCT_NAME:c99extidentifier)"; - SDKROOT = macosx; - }; - name = Release; - }; - E4B69B600A3A1757003C02F2 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = NO; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)", - ); - FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../../libs/glut/lib/osx\""; - GCC_DYNAMIC_NO_PIC = NO; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_MODEL_TUNING = NONE; - HEADER_SEARCH_PATHS = ( - "$(OF_CORE_HEADERS)", - src, - ); - ICON = "$(ICON_NAME_DEBUG)"; - ICON_FILE = "$(ICON_FILE_PATH)$(ICON)"; - INFOPLIST_FILE = "openFrameworks-Info.plist"; - INSTALL_PATH = "$(HOME)/Applications"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_4)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_5)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_6)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_14)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_15)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_16)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_17)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_18)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_19)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_20)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_21)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_22)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_23)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_24)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_25)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_26)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_27)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_28)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_29)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_30)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_31)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_32)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_33)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_34)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_35)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_36)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_37)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_38)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_39)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_40)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_41)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_42)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_43)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_44)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_45)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_46)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_47)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_48)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_49)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_50)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_51)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_52)", - ); - MACOSX_DEPLOYMENT_TARGET = 10.8; - OTHER_LDFLAGS = ( - "$(OF_CORE_LIBS)", - "$(OF_CORE_FRAMEWORKS)", - ); - PRODUCT_BUNDLE_IDENTIFIER = cc.openFrameworks.ofapp; - PRODUCT_NAME = example_camera; - SDKROOT = macosx; - WRAPPER_EXTENSION = app; - }; - name = Debug; - }; - E4B69B610A3A1757003C02F2 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)", - ); - FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../../libs/glut/lib/osx\""; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_MODEL_TUNING = NONE; - HEADER_SEARCH_PATHS = ( - "$(OF_CORE_HEADERS)", - src, - ); - ICON = "$(ICON_NAME_RELEASE)"; - ICON_FILE = "$(ICON_FILE_PATH)$(ICON)"; - INFOPLIST_FILE = "openFrameworks-Info.plist"; - INSTALL_PATH = "$(HOME)/Applications"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_4)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_5)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_6)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_14)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_15)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_1)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_16)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_17)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_18)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_19)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_20)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_21)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_22)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_23)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_24)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_25)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_26)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_27)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_28)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_29)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_30)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_31)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_32)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_33)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_34)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_35)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_36)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_37)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_38)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_39)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_40)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_41)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_42)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_43)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_44)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_45)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_46)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_47)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_48)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_49)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_50)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_51)", - ); - MACOSX_DEPLOYMENT_TARGET = 10.8; - OTHER_LDFLAGS = ( - "$(OF_CORE_LIBS)", - "$(OF_CORE_FRAMEWORKS)", - ); - PRODUCT_BUNDLE_IDENTIFIER = cc.openFrameworks.ofapp; - PRODUCT_NAME = example_camera; - SDKROOT = macosx; - WRAPPER_EXTENSION = app; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "example_camera" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E4B69B4E0A3A1720003C02F2 /* Debug */, - E4B69B4F0A3A1720003C02F2 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "example_camera" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E4B69B600A3A1757003C02F2 /* Debug */, - E4B69B610A3A1757003C02F2 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = E4B69B4C0A3A1720003C02F2 /* Project object */; -} diff --git a/example_camera/example_camera.xcodeproj/xcshareddata/xcschemes/example_camera Debug.xcscheme b/example_camera/example_camera.xcodeproj/xcshareddata/xcschemes/example_camera Debug.xcscheme deleted file mode 100644 index f38f660..0000000 --- a/example_camera/example_camera.xcodeproj/xcshareddata/xcschemes/example_camera Debug.xcscheme +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example_camera/example_camera.xcodeproj/xcshareddata/xcschemes/example_camera Release.xcscheme b/example_camera/example_camera.xcodeproj/xcshareddata/xcschemes/example_camera Release.xcscheme deleted file mode 100644 index 66b1670..0000000 --- a/example_camera/example_camera.xcodeproj/xcshareddata/xcschemes/example_camera Release.xcscheme +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example_camera/openFrameworks-Info.plist b/example_camera/openFrameworks-Info.plist deleted file mode 100644 index 60abaf8..0000000 --- a/example_camera/openFrameworks-Info.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIconFile - ${ICON} - CFBundleIdentifier - cc.openFrameworks.ofapp - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - APPL - CFBundleSignature - ???? - CFBundleVersion - 1.0 - - diff --git a/example_fbo-sources/Project.xcconfig b/example_fbo-sources/Project.xcconfig deleted file mode 100644 index e570b15..0000000 --- a/example_fbo-sources/Project.xcconfig +++ /dev/null @@ -1,17 +0,0 @@ -//THE PATH TO THE ROOT OF OUR OF PATH RELATIVE TO THIS PROJECT. -//THIS NEEDS TO BE DEFINED BEFORE CoreOF.xcconfig IS INCLUDED -OF_PATH = ../../.. - -//THIS HAS ALL THE HEADER AND LIBS FOR OF CORE -#include "../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig" - -//ICONS - NEW IN 0072 -ICON_NAME_DEBUG = icon-debug.icns -ICON_NAME_RELEASE = icon.icns -ICON_FILE_PATH = $(OF_PATH)/libs/openFrameworksCompiled/project/osx/ - -//IF YOU WANT AN APP TO HAVE A CUSTOM ICON - PUT THEM IN YOUR DATA FOLDER AND CHANGE ICON_FILE_PATH to: -//ICON_FILE_PATH = bin/data/ - -OTHER_LDFLAGS = $(OF_CORE_LIBS) $(OF_CORE_FRAMEWORKS) -HEADER_SEARCH_PATHS = $(OF_CORE_HEADERS) diff --git a/example_fbo-sources/example_fbo-sources.xcodeproj/project.pbxproj b/example_fbo-sources/example_fbo-sources.xcodeproj/project.pbxproj deleted file mode 100644 index 2ba2668..0000000 --- a/example_fbo-sources/example_fbo-sources.xcodeproj/project.pbxproj +++ /dev/null @@ -1,1345 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 010E92E21FEEEE9D0015B02B /* Vec2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 010E92DE1FEEEE8D0015B02B /* Vec2.cpp */; }; - 010E92E31FEEEE9D0015B02B /* Vec3.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 010E92E01FEEEE8D0015B02B /* Vec3.cpp */; }; - 011C1A5D206EAF89005D7848 /* magSlide.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 011C1A55206EAF89005D7848 /* magSlide.cpp */; }; - 011C1A5E206EAF89005D7848 /* magSlideShowSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 011C1A57206EAF89005D7848 /* magSlideShowSource.cpp */; }; - 011C1A5F206EAF89005D7848 /* magSlideTransition.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 011C1A59206EAF89005D7848 /* magSlideTransition.cpp */; }; - 011C1A60206EAF89005D7848 /* magSlideTransitionFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 011C1A5B206EAF89005D7848 /* magSlideTransitionFactory.cpp */; }; - 011C1A65206EF0F5005D7848 /* ScanlineSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 011C1A63206EF0F5005D7848 /* ScanlineSource.cpp */; }; - 01372D7D1FF2E7D4006D41AC /* ofxBaseGui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01372D6B1FF2E7B4006D41AC /* ofxBaseGui.cpp */; }; - 01372D7E1FF2E7D4006D41AC /* ofxButton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01372D751FF2E7B4006D41AC /* ofxButton.cpp */; }; - 01372D801FF2E7D4006D41AC /* ofxGuiGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01372D771FF2E7B4006D41AC /* ofxGuiGroup.cpp */; }; - 01372D821FF2E7D4006D41AC /* ofxLabel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01372D791FF2E7B4006D41AC /* ofxLabel.cpp */; }; - 01372D831FF2E7D4006D41AC /* ofxPanel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01372D6E1FF2E7B4006D41AC /* ofxPanel.cpp */; }; - 01372D841FF2E7D4006D41AC /* ofxSlider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01372D7B1FF2E7B5006D41AC /* ofxSlider.cpp */; }; - 01372D851FF2E7D4006D41AC /* ofxSliderGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01372D731FF2E7B4006D41AC /* ofxSliderGroup.cpp */; }; - 01372D861FF2E7D4006D41AC /* ofxToggle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01372D681FF2E7B4006D41AC /* ofxToggle.cpp */; }; - 01815E8C1FE7D59200C35E93 /* Application.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815DE01FE7D53700C35E93 /* Application.cpp */; }; - 01815E8D1FE7D59200C35E93 /* ApplicationBaseMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815DE31FE7D53700C35E93 /* ApplicationBaseMode.cpp */; }; - 01815E8E1FE7D59200C35E93 /* PresentationMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815DE51FE7D53700C35E93 /* PresentationMode.cpp */; }; - 01815E8F1FE7D59200C35E93 /* ProjectionMappingMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815DE71FE7D53700C35E93 /* ProjectionMappingMode.cpp */; }; - 01815E901FE7D59200C35E93 /* SourceSelectionMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815DE91FE7D53700C35E93 /* SourceSelectionMode.cpp */; }; - 01815E911FE7D59200C35E93 /* TextureMappingMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815DEB1FE7D53700C35E93 /* TextureMappingMode.cpp */; }; - 01815E921FE7D59200C35E93 /* SettingsLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815DED1FE7D53700C35E93 /* SettingsLoader.cpp */; }; - 01815E931FE7D59200C35E93 /* AddGridColCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815DF01FE7D53700C35E93 /* AddGridColCmd.cpp */; }; - 01815E941FE7D59200C35E93 /* AddGridRowCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815DF21FE7D53700C35E93 /* AddGridRowCmd.cpp */; }; - 01815E951FE7D59200C35E93 /* AddSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815DF41FE7D53700C35E93 /* AddSurfaceCmd.cpp */; }; - 01815E961FE7D59200C35E93 /* ClearSurfacesCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815DF71FE7D53700C35E93 /* ClearSurfacesCmd.cpp */; }; - 01815E971FE7D59200C35E93 /* CmdManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815DF91FE7D53700C35E93 /* CmdManager.cpp */; }; - 01815E981FE7D59200C35E93 /* DeselectSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815DFB1FE7D53700C35E93 /* DeselectSurfaceCmd.cpp */; }; - 01815E991FE7D59200C35E93 /* DeselectTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815DFD1FE7D53700C35E93 /* DeselectTexCoordCmd.cpp */; }; - 01815E9A1FE7D59200C35E93 /* DuplicateSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815DFF1FE7D53700C35E93 /* DuplicateSurfaceCmd.cpp */; }; - 01815E9B1FE7D59200C35E93 /* MvAllTexCoordsCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E011FE7D53700C35E93 /* MvAllTexCoordsCmd.cpp */; }; - 01815E9C1FE7D59200C35E93 /* MvLayerDnCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E031FE7D53700C35E93 /* MvLayerDnCmd.cpp */; }; - 01815E9D1FE7D59200C35E93 /* MvLayerUpCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E051FE7D53700C35E93 /* MvLayerUpCmd.cpp */; }; - 01815E9E1FE7D59200C35E93 /* MvSelectionCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E071FE7D53700C35E93 /* MvSelectionCmd.cpp */; }; - 01815E9F1FE7D59200C35E93 /* MvSurfaceVertCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E091FE7D53700C35E93 /* MvSurfaceVertCmd.cpp */; }; - 01815EA01FE7D59200C35E93 /* MvTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E0B1FE7D53700C35E93 /* MvTexCoordCmd.cpp */; }; - 01815EA11FE7D59200C35E93 /* RmGridColCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E0D1FE7D53700C35E93 /* RmGridColCmd.cpp */; }; - 01815EA21FE7D59200C35E93 /* RmGridRowCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E0F1FE7D53700C35E93 /* RmGridRowCmd.cpp */; }; - 01815EA31FE7D59200C35E93 /* RmSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E111FE7D53700C35E93 /* RmSurfaceCmd.cpp */; }; - 01815EA41FE7D59200C35E93 /* SaveTexCoordPosCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E131FE7D53700C35E93 /* SaveTexCoordPosCmd.cpp */; }; - 01815EA51FE7D59200C35E93 /* ScaleSurfaceFromToCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E151FE7D53700C35E93 /* ScaleSurfaceFromToCmd.cpp */; }; - 01815EA61FE7D59200C35E93 /* SelNextSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E171FE7D53700C35E93 /* SelNextSurfaceCmd.cpp */; }; - 01815EA71FE7D59200C35E93 /* SelNextTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E191FE7D53700C35E93 /* SelNextTexCoordCmd.cpp */; }; - 01815EA81FE7D59200C35E93 /* SelNextVertexCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E1B1FE7D53700C35E93 /* SelNextVertexCmd.cpp */; }; - 01815EA91FE7D59200C35E93 /* SelPrevSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E1D1FE7D53700C35E93 /* SelPrevSurfaceCmd.cpp */; }; - 01815EAA1FE7D59200C35E93 /* SelPrevTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E1F1FE7D53700C35E93 /* SelPrevTexCoordCmd.cpp */; }; - 01815EAB1FE7D59200C35E93 /* SelPrevVertexCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E211FE7D53700C35E93 /* SelPrevVertexCmd.cpp */; }; - 01815EAC1FE7D59200C35E93 /* SelSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E231FE7D53700C35E93 /* SelSurfaceCmd.cpp */; }; - 01815EAD1FE7D59200C35E93 /* SelTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E251FE7D53700C35E93 /* SelTexCoordCmd.cpp */; }; - 01815EAE1FE7D59200C35E93 /* SelVertexCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E271FE7D53700C35E93 /* SelVertexCmd.cpp */; }; - 01815EAF1FE7D59200C35E93 /* SetApplicationModeCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E291FE7D53700C35E93 /* SetApplicationModeCmd.cpp */; }; - 01815EB01FE7D59200C35E93 /* SetNextSourceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E2B1FE7D53700C35E93 /* SetNextSourceCmd.cpp */; }; - 01815EB11FE7D59200C35E93 /* SetPresetCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E2D1FE7D53700C35E93 /* SetPresetCmd.cpp */; }; - 01815EB21FE7D59200C35E93 /* SetSourceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E2F1FE7D53700C35E93 /* SetSourceCmd.cpp */; }; - 01815EB31FE7D59200C35E93 /* SetTexMapDrawModeCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E311FE7D53700C35E93 /* SetTexMapDrawModeCmd.cpp */; }; - 01815EB41FE7D59200C35E93 /* StartDragSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E331FE7D53700C35E93 /* StartDragSurfaceCmd.cpp */; }; - 01815EB51FE7D59200C35E93 /* ToggleAnimatedSourceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E351FE7D53700C35E93 /* ToggleAnimatedSourceCmd.cpp */; }; - 01815EB61FE7D59200C35E93 /* TogglePerspectiveCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E371FE7D53700C35E93 /* TogglePerspectiveCmd.cpp */; }; - 01815EB71FE7D59200C35E93 /* TranslateCanvasCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E391FE7D53700C35E93 /* TranslateCanvasCmd.cpp */; }; - 01815EB81FE7D59200C35E93 /* Gui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E3C1FE7D53700C35E93 /* Gui.cpp */; }; - 01815EB91FE7D59200C35E93 /* LayerPanelWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E401FE7D53700C35E93 /* LayerPanelWidget.cpp */; }; - 01815EBA1FE7D59200C35E93 /* ProjectionEditorWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E421FE7D53700C35E93 /* ProjectionEditorWidget.cpp */; }; - 01815EBB1FE7D59200C35E93 /* ScaleWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E441FE7D53700C35E93 /* ScaleWidget.cpp */; }; - 01815EBC1FE7D59200C35E93 /* SourcesEditorWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E461FE7D53700C35E93 /* SourcesEditorWidget.cpp */; }; - 01815EBD1FE7D59200C35E93 /* SurfaceHighlightWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E481FE7D53700C35E93 /* SurfaceHighlightWidget.cpp */; }; - 01815EBE1FE7D59200C35E93 /* TextureEditorWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E4A1FE7D53700C35E93 /* TextureEditorWidget.cpp */; }; - 01815EBF1FE7D59200C35E93 /* TextureHighlightWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E4C1FE7D53700C35E93 /* TextureHighlightWidget.cpp */; }; - 01815EC01FE7D59200C35E93 /* Info.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E4F1FE7D53700C35E93 /* Info.cpp */; }; - 01815EC11FE7D59200C35E93 /* DirectoryWatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E521FE7D53700C35E93 /* DirectoryWatcher.cpp */; }; - 01815EC21FE7D59200C35E93 /* MediaServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E541FE7D53700C35E93 /* MediaServer.cpp */; }; - 01815EC31FE7D59200C35E93 /* ofxPiMapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E571FE7D53700C35E93 /* ofxPiMapper.cpp */; }; - 01815EC41FE7D59200C35E93 /* BaseSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E5A1FE7D53700C35E93 /* BaseSource.cpp */; }; - 01815EC51FE7D59200C35E93 /* FboSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E5C1FE7D53700C35E93 /* FboSource.cpp */; }; - 01815EC61FE7D59200C35E93 /* ImageSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E5E1FE7D53700C35E93 /* ImageSource.cpp */; }; - 01815ECB1FE7D59200C35E93 /* OMXPlayerCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E681FE7D53700C35E93 /* OMXPlayerCache.cpp */; }; - 01815ECC1FE7D59200C35E93 /* VideoSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E6C1FE7D53700C35E93 /* VideoSource.cpp */; }; - 01815ECD1FE7D59200C35E93 /* BaseSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E6F1FE7D53700C35E93 /* BaseSurface.cpp */; }; - 01815ECE1FE7D59200C35E93 /* GridWarpSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E711FE7D53700C35E93 /* GridWarpSurface.cpp */; }; - 01815ECF1FE7D59200C35E93 /* HexagonSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E731FE7D53700C35E93 /* HexagonSurface.cpp */; }; - 01815ED01FE7D59200C35E93 /* QuadSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E751FE7D53700C35E93 /* QuadSurface.cpp */; }; - 01815ED11FE7D59200C35E93 /* SurfaceFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E771FE7D53700C35E93 /* SurfaceFactory.cpp */; }; - 01815ED21FE7D59200C35E93 /* SurfaceManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E791FE7D53700C35E93 /* SurfaceManager.cpp */; }; - 01815ED31FE7D59200C35E93 /* SurfaceStack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E7B1FE7D53700C35E93 /* SurfaceStack.cpp */; }; - 01815ED41FE7D59200C35E93 /* TriangleSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E7E1FE7D53700C35E93 /* TriangleSurface.cpp */; }; - 01815ED51FE7D59200C35E93 /* BaseJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E811FE7D53700C35E93 /* BaseJoint.cpp */; }; - 01815ED61FE7D59200C35E93 /* CircleJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E831FE7D53700C35E93 /* CircleJoint.cpp */; }; - 01815ED71FE7D59200C35E93 /* RadioList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E871FE7D53700C35E93 /* RadioList.cpp */; }; - 01815ED81FE7D59200C35E93 /* HomographyHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01815E8A1FE7D53700C35E93 /* HomographyHelper.cpp */; }; - 01B8217B1FEB138A000100F2 /* CircleSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01B821791FEB138A000100F2 /* CircleSurface.cpp */; }; - 3926483B192224DA0008A7F5 /* ofxXmlSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39264839192224DA0008A7F5 /* ofxXmlSettings.cpp */; }; - 39264841192224F90008A7F5 /* tinyxml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3926483D192224F90008A7F5 /* tinyxml.cpp */; }; - 39264842192224F90008A7F5 /* tinyxmlerror.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3926483F192224F90008A7F5 /* tinyxmlerror.cpp */; }; - 39264843192224F90008A7F5 /* tinyxmlparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39264840192224F90008A7F5 /* tinyxmlparser.cpp */; }; - E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E4328148138ABC890047C5CB /* openFrameworksDebug.a */; }; - E45BE97B0E8CC7DD009D7055 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9710E8CC7DD009D7055 /* AGL.framework */; }; - E45BE97C0E8CC7DD009D7055 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9720E8CC7DD009D7055 /* ApplicationServices.framework */; }; - E45BE97D0E8CC7DD009D7055 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9730E8CC7DD009D7055 /* AudioToolbox.framework */; }; - E45BE97F0E8CC7DD009D7055 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9750E8CC7DD009D7055 /* CoreAudio.framework */; }; - E45BE9800E8CC7DD009D7055 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9760E8CC7DD009D7055 /* CoreFoundation.framework */; }; - E45BE9810E8CC7DD009D7055 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9770E8CC7DD009D7055 /* CoreServices.framework */; }; - E45BE9830E8CC7DD009D7055 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9790E8CC7DD009D7055 /* OpenGL.framework */; }; - E45BE9840E8CC7DD009D7055 /* QuickTime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */; }; - E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1D0A3A1BDC003C02F2 /* main.cpp */; }; - E4B69E210A3A1BDC003C02F2 /* ofApp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1E0A3A1BDC003C02F2 /* ofApp.cpp */; }; - E4C2424710CC5A17004149E2 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424410CC5A17004149E2 /* AppKit.framework */; }; - E4C2424810CC5A17004149E2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424510CC5A17004149E2 /* Cocoa.framework */; }; - E4C2424910CC5A17004149E2 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424610CC5A17004149E2 /* IOKit.framework */; }; - E4EB6799138ADC1D00A09F29 /* GLUT.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBAB23BE13894E4700AA2426 /* GLUT.framework */; }; - E7E077E515D3B63C0020DFD4 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7E077E415D3B63C0020DFD4 /* CoreVideo.framework */; }; - E7E077E815D3B6510020DFD4 /* QTKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7E077E715D3B6510020DFD4 /* QTKit.framework */; }; - E7F985F815E0DEA3003869B5 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7F985F515E0DE99003869B5 /* Accelerate.framework */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - E4328147138ABC890047C5CB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = E4B27C1510CBEB8E00536013; - remoteInfo = openFrameworks; - }; - E4EEB9AB138B136A00A80321 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = E4B27C1410CBEB8E00536013; - remoteInfo = openFrameworks; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXCopyFilesBuildPhase section */ - E4C2427710CC5ABF004149E2 /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 010E92DE1FEEEE8D0015B02B /* Vec2.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Vec2.cpp; sourceTree = ""; }; - 010E92DF1FEEEE8D0015B02B /* Vec2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Vec2.h; sourceTree = ""; }; - 010E92E01FEEEE8D0015B02B /* Vec3.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Vec3.cpp; sourceTree = ""; }; - 010E92E11FEEEE8D0015B02B /* Vec3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Vec3.h; sourceTree = ""; }; - 011C1A55206EAF89005D7848 /* magSlide.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = magSlide.cpp; sourceTree = ""; }; - 011C1A56206EAF89005D7848 /* magSlide.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = magSlide.h; sourceTree = ""; }; - 011C1A57206EAF89005D7848 /* magSlideShowSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = magSlideShowSource.cpp; sourceTree = ""; }; - 011C1A58206EAF89005D7848 /* magSlideShowSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = magSlideShowSource.h; sourceTree = ""; }; - 011C1A59206EAF89005D7848 /* magSlideTransition.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = magSlideTransition.cpp; sourceTree = ""; }; - 011C1A5A206EAF89005D7848 /* magSlideTransition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = magSlideTransition.h; sourceTree = ""; }; - 011C1A5B206EAF89005D7848 /* magSlideTransitionFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = magSlideTransitionFactory.cpp; sourceTree = ""; }; - 011C1A5C206EAF89005D7848 /* magSlideTransitionFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = magSlideTransitionFactory.h; sourceTree = ""; }; - 011C1A63206EF0F5005D7848 /* ScanlineSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ScanlineSource.cpp; sourceTree = ""; }; - 011C1A64206EF0F5005D7848 /* ScanlineSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScanlineSource.h; sourceTree = ""; }; - 01372D681FF2E7B4006D41AC /* ofxToggle.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxToggle.cpp; sourceTree = ""; }; - 01372D691FF2E7B4006D41AC /* ofxButton.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxButton.h; sourceTree = ""; }; - 01372D6A1FF2E7B4006D41AC /* ofxSliderGroup.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxSliderGroup.h; sourceTree = ""; }; - 01372D6B1FF2E7B4006D41AC /* ofxBaseGui.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxBaseGui.cpp; sourceTree = ""; }; - 01372D6E1FF2E7B4006D41AC /* ofxPanel.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxPanel.cpp; sourceTree = ""; }; - 01372D6F1FF2E7B4006D41AC /* ofxGui.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxGui.h; sourceTree = ""; }; - 01372D701FF2E7B4006D41AC /* ofxPanel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxPanel.h; sourceTree = ""; }; - 01372D711FF2E7B4006D41AC /* ofxSlider.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxSlider.h; sourceTree = ""; }; - 01372D721FF2E7B4006D41AC /* ofxGuiGroup.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxGuiGroup.h; sourceTree = ""; }; - 01372D731FF2E7B4006D41AC /* ofxSliderGroup.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxSliderGroup.cpp; sourceTree = ""; }; - 01372D741FF2E7B4006D41AC /* ofxToggle.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxToggle.h; sourceTree = ""; }; - 01372D751FF2E7B4006D41AC /* ofxButton.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxButton.cpp; sourceTree = ""; }; - 01372D761FF2E7B4006D41AC /* ofxBaseGui.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxBaseGui.h; sourceTree = ""; }; - 01372D771FF2E7B4006D41AC /* ofxGuiGroup.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxGuiGroup.cpp; sourceTree = ""; }; - 01372D791FF2E7B4006D41AC /* ofxLabel.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxLabel.cpp; sourceTree = ""; }; - 01372D7B1FF2E7B5006D41AC /* ofxSlider.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxSlider.cpp; sourceTree = ""; }; - 01372D7C1FF2E7B5006D41AC /* ofxLabel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxLabel.h; sourceTree = ""; }; - 01815DE01FE7D53700C35E93 /* Application.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Application.cpp; sourceTree = ""; }; - 01815DE11FE7D53700C35E93 /* Application.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Application.h; sourceTree = ""; }; - 01815DE31FE7D53700C35E93 /* ApplicationBaseMode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ApplicationBaseMode.cpp; sourceTree = ""; }; - 01815DE41FE7D53700C35E93 /* ApplicationBaseMode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ApplicationBaseMode.h; sourceTree = ""; }; - 01815DE51FE7D53700C35E93 /* PresentationMode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = PresentationMode.cpp; sourceTree = ""; }; - 01815DE61FE7D53700C35E93 /* PresentationMode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PresentationMode.h; sourceTree = ""; }; - 01815DE71FE7D53700C35E93 /* ProjectionMappingMode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ProjectionMappingMode.cpp; sourceTree = ""; }; - 01815DE81FE7D53700C35E93 /* ProjectionMappingMode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProjectionMappingMode.h; sourceTree = ""; }; - 01815DE91FE7D53700C35E93 /* SourceSelectionMode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SourceSelectionMode.cpp; sourceTree = ""; }; - 01815DEA1FE7D53700C35E93 /* SourceSelectionMode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SourceSelectionMode.h; sourceTree = ""; }; - 01815DEB1FE7D53700C35E93 /* TextureMappingMode.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = TextureMappingMode.cpp; sourceTree = ""; }; - 01815DEC1FE7D53700C35E93 /* TextureMappingMode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TextureMappingMode.h; sourceTree = ""; }; - 01815DED1FE7D53700C35E93 /* SettingsLoader.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SettingsLoader.cpp; sourceTree = ""; }; - 01815DEE1FE7D53700C35E93 /* SettingsLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SettingsLoader.h; sourceTree = ""; }; - 01815DF01FE7D53700C35E93 /* AddGridColCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = AddGridColCmd.cpp; sourceTree = ""; }; - 01815DF11FE7D53700C35E93 /* AddGridColCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AddGridColCmd.h; sourceTree = ""; }; - 01815DF21FE7D53700C35E93 /* AddGridRowCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = AddGridRowCmd.cpp; sourceTree = ""; }; - 01815DF31FE7D53700C35E93 /* AddGridRowCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AddGridRowCmd.h; sourceTree = ""; }; - 01815DF41FE7D53700C35E93 /* AddSurfaceCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = AddSurfaceCmd.cpp; sourceTree = ""; }; - 01815DF51FE7D53700C35E93 /* AddSurfaceCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AddSurfaceCmd.h; sourceTree = ""; }; - 01815DF61FE7D53700C35E93 /* BaseCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseCmd.h; sourceTree = ""; }; - 01815DF71FE7D53700C35E93 /* ClearSurfacesCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ClearSurfacesCmd.cpp; sourceTree = ""; }; - 01815DF81FE7D53700C35E93 /* ClearSurfacesCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ClearSurfacesCmd.h; sourceTree = ""; }; - 01815DF91FE7D53700C35E93 /* CmdManager.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CmdManager.cpp; sourceTree = ""; }; - 01815DFA1FE7D53700C35E93 /* CmdManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CmdManager.h; sourceTree = ""; }; - 01815DFB1FE7D53700C35E93 /* DeselectSurfaceCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = DeselectSurfaceCmd.cpp; sourceTree = ""; }; - 01815DFC1FE7D53700C35E93 /* DeselectSurfaceCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DeselectSurfaceCmd.h; sourceTree = ""; }; - 01815DFD1FE7D53700C35E93 /* DeselectTexCoordCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = DeselectTexCoordCmd.cpp; sourceTree = ""; }; - 01815DFE1FE7D53700C35E93 /* DeselectTexCoordCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DeselectTexCoordCmd.h; sourceTree = ""; }; - 01815DFF1FE7D53700C35E93 /* DuplicateSurfaceCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = DuplicateSurfaceCmd.cpp; sourceTree = ""; }; - 01815E001FE7D53700C35E93 /* DuplicateSurfaceCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DuplicateSurfaceCmd.h; sourceTree = ""; }; - 01815E011FE7D53700C35E93 /* MvAllTexCoordsCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = MvAllTexCoordsCmd.cpp; sourceTree = ""; }; - 01815E021FE7D53700C35E93 /* MvAllTexCoordsCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MvAllTexCoordsCmd.h; sourceTree = ""; }; - 01815E031FE7D53700C35E93 /* MvLayerDnCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = MvLayerDnCmd.cpp; sourceTree = ""; }; - 01815E041FE7D53700C35E93 /* MvLayerDnCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MvLayerDnCmd.h; sourceTree = ""; }; - 01815E051FE7D53700C35E93 /* MvLayerUpCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = MvLayerUpCmd.cpp; sourceTree = ""; }; - 01815E061FE7D53700C35E93 /* MvLayerUpCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MvLayerUpCmd.h; sourceTree = ""; }; - 01815E071FE7D53700C35E93 /* MvSelectionCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = MvSelectionCmd.cpp; sourceTree = ""; }; - 01815E081FE7D53700C35E93 /* MvSelectionCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MvSelectionCmd.h; sourceTree = ""; }; - 01815E091FE7D53700C35E93 /* MvSurfaceVertCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = MvSurfaceVertCmd.cpp; sourceTree = ""; }; - 01815E0A1FE7D53700C35E93 /* MvSurfaceVertCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MvSurfaceVertCmd.h; sourceTree = ""; }; - 01815E0B1FE7D53700C35E93 /* MvTexCoordCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = MvTexCoordCmd.cpp; sourceTree = ""; }; - 01815E0C1FE7D53700C35E93 /* MvTexCoordCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MvTexCoordCmd.h; sourceTree = ""; }; - 01815E0D1FE7D53700C35E93 /* RmGridColCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = RmGridColCmd.cpp; sourceTree = ""; }; - 01815E0E1FE7D53700C35E93 /* RmGridColCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RmGridColCmd.h; sourceTree = ""; }; - 01815E0F1FE7D53700C35E93 /* RmGridRowCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = RmGridRowCmd.cpp; sourceTree = ""; }; - 01815E101FE7D53700C35E93 /* RmGridRowCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RmGridRowCmd.h; sourceTree = ""; }; - 01815E111FE7D53700C35E93 /* RmSurfaceCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = RmSurfaceCmd.cpp; sourceTree = ""; }; - 01815E121FE7D53700C35E93 /* RmSurfaceCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RmSurfaceCmd.h; sourceTree = ""; }; - 01815E131FE7D53700C35E93 /* SaveTexCoordPosCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SaveTexCoordPosCmd.cpp; sourceTree = ""; }; - 01815E141FE7D53700C35E93 /* SaveTexCoordPosCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SaveTexCoordPosCmd.h; sourceTree = ""; }; - 01815E151FE7D53700C35E93 /* ScaleSurfaceFromToCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ScaleSurfaceFromToCmd.cpp; sourceTree = ""; }; - 01815E161FE7D53700C35E93 /* ScaleSurfaceFromToCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ScaleSurfaceFromToCmd.h; sourceTree = ""; }; - 01815E171FE7D53700C35E93 /* SelNextSurfaceCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SelNextSurfaceCmd.cpp; sourceTree = ""; }; - 01815E181FE7D53700C35E93 /* SelNextSurfaceCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SelNextSurfaceCmd.h; sourceTree = ""; }; - 01815E191FE7D53700C35E93 /* SelNextTexCoordCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SelNextTexCoordCmd.cpp; sourceTree = ""; }; - 01815E1A1FE7D53700C35E93 /* SelNextTexCoordCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SelNextTexCoordCmd.h; sourceTree = ""; }; - 01815E1B1FE7D53700C35E93 /* SelNextVertexCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SelNextVertexCmd.cpp; sourceTree = ""; }; - 01815E1C1FE7D53700C35E93 /* SelNextVertexCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SelNextVertexCmd.h; sourceTree = ""; }; - 01815E1D1FE7D53700C35E93 /* SelPrevSurfaceCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SelPrevSurfaceCmd.cpp; sourceTree = ""; }; - 01815E1E1FE7D53700C35E93 /* SelPrevSurfaceCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SelPrevSurfaceCmd.h; sourceTree = ""; }; - 01815E1F1FE7D53700C35E93 /* SelPrevTexCoordCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SelPrevTexCoordCmd.cpp; sourceTree = ""; }; - 01815E201FE7D53700C35E93 /* SelPrevTexCoordCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SelPrevTexCoordCmd.h; sourceTree = ""; }; - 01815E211FE7D53700C35E93 /* SelPrevVertexCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SelPrevVertexCmd.cpp; sourceTree = ""; }; - 01815E221FE7D53700C35E93 /* SelPrevVertexCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SelPrevVertexCmd.h; sourceTree = ""; }; - 01815E231FE7D53700C35E93 /* SelSurfaceCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SelSurfaceCmd.cpp; sourceTree = ""; }; - 01815E241FE7D53700C35E93 /* SelSurfaceCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SelSurfaceCmd.h; sourceTree = ""; }; - 01815E251FE7D53700C35E93 /* SelTexCoordCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SelTexCoordCmd.cpp; sourceTree = ""; }; - 01815E261FE7D53700C35E93 /* SelTexCoordCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SelTexCoordCmd.h; sourceTree = ""; }; - 01815E271FE7D53700C35E93 /* SelVertexCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SelVertexCmd.cpp; sourceTree = ""; }; - 01815E281FE7D53700C35E93 /* SelVertexCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SelVertexCmd.h; sourceTree = ""; }; - 01815E291FE7D53700C35E93 /* SetApplicationModeCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SetApplicationModeCmd.cpp; sourceTree = ""; }; - 01815E2A1FE7D53700C35E93 /* SetApplicationModeCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SetApplicationModeCmd.h; sourceTree = ""; }; - 01815E2B1FE7D53700C35E93 /* SetNextSourceCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SetNextSourceCmd.cpp; sourceTree = ""; }; - 01815E2C1FE7D53700C35E93 /* SetNextSourceCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SetNextSourceCmd.h; sourceTree = ""; }; - 01815E2D1FE7D53700C35E93 /* SetPresetCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SetPresetCmd.cpp; sourceTree = ""; }; - 01815E2E1FE7D53700C35E93 /* SetPresetCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SetPresetCmd.h; sourceTree = ""; }; - 01815E2F1FE7D53700C35E93 /* SetSourceCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SetSourceCmd.cpp; sourceTree = ""; }; - 01815E301FE7D53700C35E93 /* SetSourceCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SetSourceCmd.h; sourceTree = ""; }; - 01815E311FE7D53700C35E93 /* SetTexMapDrawModeCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SetTexMapDrawModeCmd.cpp; sourceTree = ""; }; - 01815E321FE7D53700C35E93 /* SetTexMapDrawModeCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SetTexMapDrawModeCmd.h; sourceTree = ""; }; - 01815E331FE7D53700C35E93 /* StartDragSurfaceCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = StartDragSurfaceCmd.cpp; sourceTree = ""; }; - 01815E341FE7D53700C35E93 /* StartDragSurfaceCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StartDragSurfaceCmd.h; sourceTree = ""; }; - 01815E351FE7D53700C35E93 /* ToggleAnimatedSourceCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ToggleAnimatedSourceCmd.cpp; sourceTree = ""; }; - 01815E361FE7D53700C35E93 /* ToggleAnimatedSourceCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ToggleAnimatedSourceCmd.h; sourceTree = ""; }; - 01815E371FE7D53700C35E93 /* TogglePerspectiveCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = TogglePerspectiveCmd.cpp; sourceTree = ""; }; - 01815E381FE7D53700C35E93 /* TogglePerspectiveCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TogglePerspectiveCmd.h; sourceTree = ""; }; - 01815E391FE7D53700C35E93 /* TranslateCanvasCmd.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = TranslateCanvasCmd.cpp; sourceTree = ""; }; - 01815E3A1FE7D53700C35E93 /* TranslateCanvasCmd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TranslateCanvasCmd.h; sourceTree = ""; }; - 01815E3C1FE7D53700C35E93 /* Gui.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Gui.cpp; sourceTree = ""; }; - 01815E3D1FE7D53700C35E93 /* Gui.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Gui.h; sourceTree = ""; }; - 01815E3F1FE7D53700C35E93 /* GuiBaseWidget.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GuiBaseWidget.h; sourceTree = ""; }; - 01815E401FE7D53700C35E93 /* LayerPanelWidget.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = LayerPanelWidget.cpp; sourceTree = ""; }; - 01815E411FE7D53700C35E93 /* LayerPanelWidget.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LayerPanelWidget.h; sourceTree = ""; }; - 01815E421FE7D53700C35E93 /* ProjectionEditorWidget.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ProjectionEditorWidget.cpp; sourceTree = ""; }; - 01815E431FE7D53700C35E93 /* ProjectionEditorWidget.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProjectionEditorWidget.h; sourceTree = ""; }; - 01815E441FE7D53700C35E93 /* ScaleWidget.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ScaleWidget.cpp; sourceTree = ""; }; - 01815E451FE7D53700C35E93 /* ScaleWidget.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ScaleWidget.h; sourceTree = ""; }; - 01815E461FE7D53700C35E93 /* SourcesEditorWidget.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SourcesEditorWidget.cpp; sourceTree = ""; }; - 01815E471FE7D53700C35E93 /* SourcesEditorWidget.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SourcesEditorWidget.h; sourceTree = ""; }; - 01815E481FE7D53700C35E93 /* SurfaceHighlightWidget.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SurfaceHighlightWidget.cpp; sourceTree = ""; }; - 01815E491FE7D53700C35E93 /* SurfaceHighlightWidget.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SurfaceHighlightWidget.h; sourceTree = ""; }; - 01815E4A1FE7D53700C35E93 /* TextureEditorWidget.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = TextureEditorWidget.cpp; sourceTree = ""; }; - 01815E4B1FE7D53700C35E93 /* TextureEditorWidget.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TextureEditorWidget.h; sourceTree = ""; }; - 01815E4C1FE7D53700C35E93 /* TextureHighlightWidget.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = TextureHighlightWidget.cpp; sourceTree = ""; }; - 01815E4D1FE7D53700C35E93 /* TextureHighlightWidget.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TextureHighlightWidget.h; sourceTree = ""; }; - 01815E4F1FE7D53700C35E93 /* Info.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Info.cpp; sourceTree = ""; }; - 01815E501FE7D53700C35E93 /* Info.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Info.h; sourceTree = ""; }; - 01815E521FE7D53700C35E93 /* DirectoryWatcher.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = DirectoryWatcher.cpp; sourceTree = ""; }; - 01815E531FE7D53700C35E93 /* DirectoryWatcher.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DirectoryWatcher.h; sourceTree = ""; }; - 01815E541FE7D53700C35E93 /* MediaServer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = MediaServer.cpp; sourceTree = ""; }; - 01815E551FE7D53700C35E93 /* MediaServer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MediaServer.h; sourceTree = ""; }; - 01815E561FE7D53700C35E93 /* Mode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Mode.h; sourceTree = ""; }; - 01815E571FE7D53700C35E93 /* ofxPiMapper.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxPiMapper.cpp; sourceTree = ""; }; - 01815E581FE7D53700C35E93 /* ofxPiMapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxPiMapper.h; sourceTree = ""; }; - 01815E5A1FE7D53700C35E93 /* BaseSource.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = BaseSource.cpp; sourceTree = ""; }; - 01815E5B1FE7D53700C35E93 /* BaseSource.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseSource.h; sourceTree = ""; }; - 01815E5C1FE7D53700C35E93 /* FboSource.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = FboSource.cpp; sourceTree = ""; }; - 01815E5D1FE7D53700C35E93 /* FboSource.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FboSource.h; sourceTree = ""; }; - 01815E5E1FE7D53700C35E93 /* ImageSource.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ImageSource.cpp; sourceTree = ""; }; - 01815E5F1FE7D53700C35E93 /* ImageSource.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ImageSource.h; sourceTree = ""; }; - 01815E681FE7D53700C35E93 /* OMXPlayerCache.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = OMXPlayerCache.cpp; sourceTree = ""; }; - 01815E691FE7D53700C35E93 /* OMXPlayerCache.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OMXPlayerCache.h; sourceTree = ""; }; - 01815E6A1FE7D53700C35E93 /* SourceType.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SourceType.h; sourceTree = ""; }; - 01815E6B1FE7D53700C35E93 /* SourceTypeHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SourceTypeHelper.h; sourceTree = ""; }; - 01815E6C1FE7D53700C35E93 /* VideoSource.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = VideoSource.cpp; sourceTree = ""; }; - 01815E6D1FE7D53700C35E93 /* VideoSource.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VideoSource.h; sourceTree = ""; }; - 01815E6F1FE7D53700C35E93 /* BaseSurface.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = BaseSurface.cpp; sourceTree = ""; }; - 01815E701FE7D53700C35E93 /* BaseSurface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseSurface.h; sourceTree = ""; }; - 01815E711FE7D53700C35E93 /* GridWarpSurface.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = GridWarpSurface.cpp; sourceTree = ""; }; - 01815E721FE7D53700C35E93 /* GridWarpSurface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GridWarpSurface.h; sourceTree = ""; }; - 01815E731FE7D53700C35E93 /* HexagonSurface.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = HexagonSurface.cpp; sourceTree = ""; }; - 01815E741FE7D53700C35E93 /* HexagonSurface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HexagonSurface.h; sourceTree = ""; }; - 01815E751FE7D53700C35E93 /* QuadSurface.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = QuadSurface.cpp; sourceTree = ""; }; - 01815E761FE7D53700C35E93 /* QuadSurface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QuadSurface.h; sourceTree = ""; }; - 01815E771FE7D53700C35E93 /* SurfaceFactory.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SurfaceFactory.cpp; sourceTree = ""; }; - 01815E781FE7D53700C35E93 /* SurfaceFactory.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SurfaceFactory.h; sourceTree = ""; }; - 01815E791FE7D53700C35E93 /* SurfaceManager.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SurfaceManager.cpp; sourceTree = ""; }; - 01815E7A1FE7D53700C35E93 /* SurfaceManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SurfaceManager.h; sourceTree = ""; }; - 01815E7B1FE7D53700C35E93 /* SurfaceStack.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = SurfaceStack.cpp; sourceTree = ""; }; - 01815E7C1FE7D53700C35E93 /* SurfaceStack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SurfaceStack.h; sourceTree = ""; }; - 01815E7D1FE7D53700C35E93 /* SurfaceType.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SurfaceType.h; sourceTree = ""; }; - 01815E7E1FE7D53700C35E93 /* TriangleSurface.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = TriangleSurface.cpp; sourceTree = ""; }; - 01815E7F1FE7D53700C35E93 /* TriangleSurface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TriangleSurface.h; sourceTree = ""; }; - 01815E811FE7D53700C35E93 /* BaseJoint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = BaseJoint.cpp; sourceTree = ""; }; - 01815E821FE7D53700C35E93 /* BaseJoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseJoint.h; sourceTree = ""; }; - 01815E831FE7D53700C35E93 /* CircleJoint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CircleJoint.cpp; sourceTree = ""; }; - 01815E841FE7D53700C35E93 /* CircleJoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CircleJoint.h; sourceTree = ""; }; - 01815E851FE7D53700C35E93 /* EditorType.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EditorType.h; sourceTree = ""; }; - 01815E861FE7D53700C35E93 /* GuiMode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GuiMode.h; sourceTree = ""; }; - 01815E871FE7D53700C35E93 /* RadioList.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = RadioList.cpp; sourceTree = ""; }; - 01815E881FE7D53700C35E93 /* RadioList.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RadioList.h; sourceTree = ""; }; - 01815E8A1FE7D53700C35E93 /* HomographyHelper.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = HomographyHelper.cpp; sourceTree = ""; }; - 01815E8B1FE7D53700C35E93 /* HomographyHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomographyHelper.h; sourceTree = ""; }; - 01B821791FEB138A000100F2 /* CircleSurface.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = CircleSurface.cpp; sourceTree = ""; }; - 01B8217A1FEB138A000100F2 /* CircleSurface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CircleSurface.h; sourceTree = ""; }; - 39264839192224DA0008A7F5 /* ofxXmlSettings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ofxXmlSettings.cpp; path = ../../ofxXmlSettings/src/ofxXmlSettings.cpp; sourceTree = ""; }; - 3926483A192224DA0008A7F5 /* ofxXmlSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ofxXmlSettings.h; path = ../../ofxXmlSettings/src/ofxXmlSettings.h; sourceTree = ""; }; - 3926483D192224F90008A7F5 /* tinyxml.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tinyxml.cpp; sourceTree = ""; }; - 3926483E192224F90008A7F5 /* tinyxml.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tinyxml.h; sourceTree = ""; }; - 3926483F192224F90008A7F5 /* tinyxmlerror.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tinyxmlerror.cpp; sourceTree = ""; }; - 39264840192224F90008A7F5 /* tinyxmlparser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tinyxmlparser.cpp; sourceTree = ""; }; - BBAB23BE13894E4700AA2426 /* GLUT.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLUT.framework; path = ../../../libs/glut/lib/osx/GLUT.framework; sourceTree = ""; }; - E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = openFrameworksLib.xcodeproj; path = ../../../libs/openFrameworksCompiled/project/osx/openFrameworksLib.xcodeproj; sourceTree = SOURCE_ROOT; }; - E45BE9710E8CC7DD009D7055 /* AGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AGL.framework; path = /System/Library/Frameworks/AGL.framework; sourceTree = ""; }; - E45BE9720E8CC7DD009D7055 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = ""; }; - E45BE9730E8CC7DD009D7055 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; - E45BE9750E8CC7DD009D7055 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = ""; }; - E45BE9760E8CC7DD009D7055 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = ""; }; - E45BE9770E8CC7DD009D7055 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = ""; }; - E45BE9790E8CC7DD009D7055 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = ""; }; - E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuickTime.framework; path = /System/Library/Frameworks/QuickTime.framework; sourceTree = ""; }; - E4B69B5B0A3A1756003C02F2 /* example_fbo-sourcesDebug.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "example_fbo-sourcesDebug.app"; sourceTree = BUILT_PRODUCTS_DIR; }; - E4B69E1D0A3A1BDC003C02F2 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = src/main.cpp; sourceTree = SOURCE_ROOT; }; - E4B69E1E0A3A1BDC003C02F2 /* ofApp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofApp.cpp; path = src/ofApp.cpp; sourceTree = SOURCE_ROOT; }; - E4B69E1F0A3A1BDC003C02F2 /* ofApp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ofApp.h; path = src/ofApp.h; sourceTree = SOURCE_ROOT; }; - E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = "openFrameworks-Info.plist"; sourceTree = ""; }; - E4C2424410CC5A17004149E2 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = ""; }; - E4C2424510CC5A17004149E2 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = ""; }; - E4C2424610CC5A17004149E2 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = ""; }; - E4EB691F138AFCF100A09F29 /* CoreOF.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = CoreOF.xcconfig; path = ../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig; sourceTree = SOURCE_ROOT; }; - E4EB6923138AFD0F00A09F29 /* Project.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Project.xcconfig; sourceTree = ""; }; - E7E077E415D3B63C0020DFD4 /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = /System/Library/Frameworks/CoreVideo.framework; sourceTree = ""; }; - E7E077E715D3B6510020DFD4 /* QTKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = /System/Library/Frameworks/QTKit.framework; sourceTree = ""; }; - E7F985F515E0DE99003869B5 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = /System/Library/Frameworks/Accelerate.framework; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - E4B69B590A3A1756003C02F2 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - E7F985F815E0DEA3003869B5 /* Accelerate.framework in Frameworks */, - E7E077E815D3B6510020DFD4 /* QTKit.framework in Frameworks */, - E4EB6799138ADC1D00A09F29 /* GLUT.framework in Frameworks */, - E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */, - E45BE97B0E8CC7DD009D7055 /* AGL.framework in Frameworks */, - E45BE97C0E8CC7DD009D7055 /* ApplicationServices.framework in Frameworks */, - E45BE97D0E8CC7DD009D7055 /* AudioToolbox.framework in Frameworks */, - E45BE97F0E8CC7DD009D7055 /* CoreAudio.framework in Frameworks */, - E45BE9800E8CC7DD009D7055 /* CoreFoundation.framework in Frameworks */, - E45BE9810E8CC7DD009D7055 /* CoreServices.framework in Frameworks */, - E45BE9830E8CC7DD009D7055 /* OpenGL.framework in Frameworks */, - E45BE9840E8CC7DD009D7055 /* QuickTime.framework in Frameworks */, - E4C2424710CC5A17004149E2 /* AppKit.framework in Frameworks */, - E4C2424810CC5A17004149E2 /* Cocoa.framework in Frameworks */, - E4C2424910CC5A17004149E2 /* IOKit.framework in Frameworks */, - E7E077E515D3B63C0020DFD4 /* CoreVideo.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 010E92DD1FEEEE8D0015B02B /* Types */ = { - isa = PBXGroup; - children = ( - 010E92DE1FEEEE8D0015B02B /* Vec2.cpp */, - 010E92DF1FEEEE8D0015B02B /* Vec2.h */, - 010E92E01FEEEE8D0015B02B /* Vec3.cpp */, - 010E92E11FEEEE8D0015B02B /* Vec3.h */, - ); - path = Types; - sourceTree = ""; - }; - 011C1A54206EAF89005D7848 /* SlideShowSource */ = { - isa = PBXGroup; - children = ( - 011C1A55206EAF89005D7848 /* magSlide.cpp */, - 011C1A56206EAF89005D7848 /* magSlide.h */, - 011C1A57206EAF89005D7848 /* magSlideShowSource.cpp */, - 011C1A58206EAF89005D7848 /* magSlideShowSource.h */, - 011C1A59206EAF89005D7848 /* magSlideTransition.cpp */, - 011C1A5A206EAF89005D7848 /* magSlideTransition.h */, - 011C1A5B206EAF89005D7848 /* magSlideTransitionFactory.cpp */, - 011C1A5C206EAF89005D7848 /* magSlideTransitionFactory.h */, - ); - path = SlideShowSource; - sourceTree = ""; - }; - 011C1A62206EF0F5005D7848 /* ScanLineSource */ = { - isa = PBXGroup; - children = ( - 011C1A63206EF0F5005D7848 /* ScanlineSource.cpp */, - 011C1A64206EF0F5005D7848 /* ScanlineSource.h */, - ); - path = ScanLineSource; - sourceTree = ""; - }; - 01815DDE1FE7D53700C35E93 /* src */ = { - isa = PBXGroup; - children = ( - 01815DDF1FE7D53700C35E93 /* Application */, - 01815DEF1FE7D53700C35E93 /* Commands */, - 01815E3B1FE7D53700C35E93 /* Gui */, - 01815E4E1FE7D53700C35E93 /* Info */, - 01815E511FE7D53700C35E93 /* MediaServer */, - 01815E561FE7D53700C35E93 /* Mode.h */, - 01815E571FE7D53700C35E93 /* ofxPiMapper.cpp */, - 01815E581FE7D53700C35E93 /* ofxPiMapper.h */, - 01815E591FE7D53700C35E93 /* Sources */, - 01815E6E1FE7D53700C35E93 /* Surfaces */, - 010E92DD1FEEEE8D0015B02B /* Types */, - 01815E801FE7D53700C35E93 /* UserInterface */, - 01815E891FE7D53700C35E93 /* Utils */, - ); - name = src; - path = ../src; - sourceTree = ""; - }; - 01815DDF1FE7D53700C35E93 /* Application */ = { - isa = PBXGroup; - children = ( - 01815DE01FE7D53700C35E93 /* Application.cpp */, - 01815DE11FE7D53700C35E93 /* Application.h */, - 01815DE21FE7D53700C35E93 /* Modes */, - 01815DED1FE7D53700C35E93 /* SettingsLoader.cpp */, - 01815DEE1FE7D53700C35E93 /* SettingsLoader.h */, - ); - path = Application; - sourceTree = ""; - }; - 01815DE21FE7D53700C35E93 /* Modes */ = { - isa = PBXGroup; - children = ( - 01815DE31FE7D53700C35E93 /* ApplicationBaseMode.cpp */, - 01815DE41FE7D53700C35E93 /* ApplicationBaseMode.h */, - 01815DE51FE7D53700C35E93 /* PresentationMode.cpp */, - 01815DE61FE7D53700C35E93 /* PresentationMode.h */, - 01815DE71FE7D53700C35E93 /* ProjectionMappingMode.cpp */, - 01815DE81FE7D53700C35E93 /* ProjectionMappingMode.h */, - 01815DE91FE7D53700C35E93 /* SourceSelectionMode.cpp */, - 01815DEA1FE7D53700C35E93 /* SourceSelectionMode.h */, - 01815DEB1FE7D53700C35E93 /* TextureMappingMode.cpp */, - 01815DEC1FE7D53700C35E93 /* TextureMappingMode.h */, - ); - path = Modes; - sourceTree = ""; - }; - 01815DEF1FE7D53700C35E93 /* Commands */ = { - isa = PBXGroup; - children = ( - 01815DF01FE7D53700C35E93 /* AddGridColCmd.cpp */, - 01815DF11FE7D53700C35E93 /* AddGridColCmd.h */, - 01815DF21FE7D53700C35E93 /* AddGridRowCmd.cpp */, - 01815DF31FE7D53700C35E93 /* AddGridRowCmd.h */, - 01815DF41FE7D53700C35E93 /* AddSurfaceCmd.cpp */, - 01815DF51FE7D53700C35E93 /* AddSurfaceCmd.h */, - 01815DF61FE7D53700C35E93 /* BaseCmd.h */, - 01815DF71FE7D53700C35E93 /* ClearSurfacesCmd.cpp */, - 01815DF81FE7D53700C35E93 /* ClearSurfacesCmd.h */, - 01815DF91FE7D53700C35E93 /* CmdManager.cpp */, - 01815DFA1FE7D53700C35E93 /* CmdManager.h */, - 01815DFB1FE7D53700C35E93 /* DeselectSurfaceCmd.cpp */, - 01815DFC1FE7D53700C35E93 /* DeselectSurfaceCmd.h */, - 01815DFD1FE7D53700C35E93 /* DeselectTexCoordCmd.cpp */, - 01815DFE1FE7D53700C35E93 /* DeselectTexCoordCmd.h */, - 01815DFF1FE7D53700C35E93 /* DuplicateSurfaceCmd.cpp */, - 01815E001FE7D53700C35E93 /* DuplicateSurfaceCmd.h */, - 01815E011FE7D53700C35E93 /* MvAllTexCoordsCmd.cpp */, - 01815E021FE7D53700C35E93 /* MvAllTexCoordsCmd.h */, - 01815E031FE7D53700C35E93 /* MvLayerDnCmd.cpp */, - 01815E041FE7D53700C35E93 /* MvLayerDnCmd.h */, - 01815E051FE7D53700C35E93 /* MvLayerUpCmd.cpp */, - 01815E061FE7D53700C35E93 /* MvLayerUpCmd.h */, - 01815E071FE7D53700C35E93 /* MvSelectionCmd.cpp */, - 01815E081FE7D53700C35E93 /* MvSelectionCmd.h */, - 01815E091FE7D53700C35E93 /* MvSurfaceVertCmd.cpp */, - 01815E0A1FE7D53700C35E93 /* MvSurfaceVertCmd.h */, - 01815E0B1FE7D53700C35E93 /* MvTexCoordCmd.cpp */, - 01815E0C1FE7D53700C35E93 /* MvTexCoordCmd.h */, - 01815E0D1FE7D53700C35E93 /* RmGridColCmd.cpp */, - 01815E0E1FE7D53700C35E93 /* RmGridColCmd.h */, - 01815E0F1FE7D53700C35E93 /* RmGridRowCmd.cpp */, - 01815E101FE7D53700C35E93 /* RmGridRowCmd.h */, - 01815E111FE7D53700C35E93 /* RmSurfaceCmd.cpp */, - 01815E121FE7D53700C35E93 /* RmSurfaceCmd.h */, - 01815E131FE7D53700C35E93 /* SaveTexCoordPosCmd.cpp */, - 01815E141FE7D53700C35E93 /* SaveTexCoordPosCmd.h */, - 01815E151FE7D53700C35E93 /* ScaleSurfaceFromToCmd.cpp */, - 01815E161FE7D53700C35E93 /* ScaleSurfaceFromToCmd.h */, - 01815E171FE7D53700C35E93 /* SelNextSurfaceCmd.cpp */, - 01815E181FE7D53700C35E93 /* SelNextSurfaceCmd.h */, - 01815E191FE7D53700C35E93 /* SelNextTexCoordCmd.cpp */, - 01815E1A1FE7D53700C35E93 /* SelNextTexCoordCmd.h */, - 01815E1B1FE7D53700C35E93 /* SelNextVertexCmd.cpp */, - 01815E1C1FE7D53700C35E93 /* SelNextVertexCmd.h */, - 01815E1D1FE7D53700C35E93 /* SelPrevSurfaceCmd.cpp */, - 01815E1E1FE7D53700C35E93 /* SelPrevSurfaceCmd.h */, - 01815E1F1FE7D53700C35E93 /* SelPrevTexCoordCmd.cpp */, - 01815E201FE7D53700C35E93 /* SelPrevTexCoordCmd.h */, - 01815E211FE7D53700C35E93 /* SelPrevVertexCmd.cpp */, - 01815E221FE7D53700C35E93 /* SelPrevVertexCmd.h */, - 01815E231FE7D53700C35E93 /* SelSurfaceCmd.cpp */, - 01815E241FE7D53700C35E93 /* SelSurfaceCmd.h */, - 01815E251FE7D53700C35E93 /* SelTexCoordCmd.cpp */, - 01815E261FE7D53700C35E93 /* SelTexCoordCmd.h */, - 01815E271FE7D53700C35E93 /* SelVertexCmd.cpp */, - 01815E281FE7D53700C35E93 /* SelVertexCmd.h */, - 01815E291FE7D53700C35E93 /* SetApplicationModeCmd.cpp */, - 01815E2A1FE7D53700C35E93 /* SetApplicationModeCmd.h */, - 01815E2B1FE7D53700C35E93 /* SetNextSourceCmd.cpp */, - 01815E2C1FE7D53700C35E93 /* SetNextSourceCmd.h */, - 01815E2D1FE7D53700C35E93 /* SetPresetCmd.cpp */, - 01815E2E1FE7D53700C35E93 /* SetPresetCmd.h */, - 01815E2F1FE7D53700C35E93 /* SetSourceCmd.cpp */, - 01815E301FE7D53700C35E93 /* SetSourceCmd.h */, - 01815E311FE7D53700C35E93 /* SetTexMapDrawModeCmd.cpp */, - 01815E321FE7D53700C35E93 /* SetTexMapDrawModeCmd.h */, - 01815E331FE7D53700C35E93 /* StartDragSurfaceCmd.cpp */, - 01815E341FE7D53700C35E93 /* StartDragSurfaceCmd.h */, - 01815E351FE7D53700C35E93 /* ToggleAnimatedSourceCmd.cpp */, - 01815E361FE7D53700C35E93 /* ToggleAnimatedSourceCmd.h */, - 01815E371FE7D53700C35E93 /* TogglePerspectiveCmd.cpp */, - 01815E381FE7D53700C35E93 /* TogglePerspectiveCmd.h */, - 01815E391FE7D53700C35E93 /* TranslateCanvasCmd.cpp */, - 01815E3A1FE7D53700C35E93 /* TranslateCanvasCmd.h */, - ); - path = Commands; - sourceTree = ""; - }; - 01815E3B1FE7D53700C35E93 /* Gui */ = { - isa = PBXGroup; - children = ( - 01815E3C1FE7D53700C35E93 /* Gui.cpp */, - 01815E3D1FE7D53700C35E93 /* Gui.h */, - 01815E3E1FE7D53700C35E93 /* Widgets */, - ); - path = Gui; - sourceTree = ""; - }; - 01815E3E1FE7D53700C35E93 /* Widgets */ = { - isa = PBXGroup; - children = ( - 01815E3F1FE7D53700C35E93 /* GuiBaseWidget.h */, - 01815E401FE7D53700C35E93 /* LayerPanelWidget.cpp */, - 01815E411FE7D53700C35E93 /* LayerPanelWidget.h */, - 01815E421FE7D53700C35E93 /* ProjectionEditorWidget.cpp */, - 01815E431FE7D53700C35E93 /* ProjectionEditorWidget.h */, - 01815E441FE7D53700C35E93 /* ScaleWidget.cpp */, - 01815E451FE7D53700C35E93 /* ScaleWidget.h */, - 01815E461FE7D53700C35E93 /* SourcesEditorWidget.cpp */, - 01815E471FE7D53700C35E93 /* SourcesEditorWidget.h */, - 01815E481FE7D53700C35E93 /* SurfaceHighlightWidget.cpp */, - 01815E491FE7D53700C35E93 /* SurfaceHighlightWidget.h */, - 01815E4A1FE7D53700C35E93 /* TextureEditorWidget.cpp */, - 01815E4B1FE7D53700C35E93 /* TextureEditorWidget.h */, - 01815E4C1FE7D53700C35E93 /* TextureHighlightWidget.cpp */, - 01815E4D1FE7D53700C35E93 /* TextureHighlightWidget.h */, - ); - path = Widgets; - sourceTree = ""; - }; - 01815E4E1FE7D53700C35E93 /* Info */ = { - isa = PBXGroup; - children = ( - 01815E4F1FE7D53700C35E93 /* Info.cpp */, - 01815E501FE7D53700C35E93 /* Info.h */, - ); - path = Info; - sourceTree = ""; - }; - 01815E511FE7D53700C35E93 /* MediaServer */ = { - isa = PBXGroup; - children = ( - 01815E521FE7D53700C35E93 /* DirectoryWatcher.cpp */, - 01815E531FE7D53700C35E93 /* DirectoryWatcher.h */, - 01815E541FE7D53700C35E93 /* MediaServer.cpp */, - 01815E551FE7D53700C35E93 /* MediaServer.h */, - ); - path = MediaServer; - sourceTree = ""; - }; - 01815E591FE7D53700C35E93 /* Sources */ = { - isa = PBXGroup; - children = ( - 01815E5A1FE7D53700C35E93 /* BaseSource.cpp */, - 01815E5B1FE7D53700C35E93 /* BaseSource.h */, - 01815E5C1FE7D53700C35E93 /* FboSource.cpp */, - 01815E5D1FE7D53700C35E93 /* FboSource.h */, - 01815E5E1FE7D53700C35E93 /* ImageSource.cpp */, - 01815E5F1FE7D53700C35E93 /* ImageSource.h */, - 01815E681FE7D53700C35E93 /* OMXPlayerCache.cpp */, - 01815E691FE7D53700C35E93 /* OMXPlayerCache.h */, - 01815E6A1FE7D53700C35E93 /* SourceType.h */, - 01815E6B1FE7D53700C35E93 /* SourceTypeHelper.h */, - 01815E6C1FE7D53700C35E93 /* VideoSource.cpp */, - 01815E6D1FE7D53700C35E93 /* VideoSource.h */, - ); - path = Sources; - sourceTree = ""; - }; - 01815E6E1FE7D53700C35E93 /* Surfaces */ = { - isa = PBXGroup; - children = ( - 01815E6F1FE7D53700C35E93 /* BaseSurface.cpp */, - 01815E701FE7D53700C35E93 /* BaseSurface.h */, - 01815E711FE7D53700C35E93 /* GridWarpSurface.cpp */, - 01815E721FE7D53700C35E93 /* GridWarpSurface.h */, - 01815E731FE7D53700C35E93 /* HexagonSurface.cpp */, - 01815E741FE7D53700C35E93 /* HexagonSurface.h */, - 01815E751FE7D53700C35E93 /* QuadSurface.cpp */, - 01815E761FE7D53700C35E93 /* QuadSurface.h */, - 01815E771FE7D53700C35E93 /* SurfaceFactory.cpp */, - 01815E781FE7D53700C35E93 /* SurfaceFactory.h */, - 01815E791FE7D53700C35E93 /* SurfaceManager.cpp */, - 01815E7A1FE7D53700C35E93 /* SurfaceManager.h */, - 01815E7B1FE7D53700C35E93 /* SurfaceStack.cpp */, - 01815E7C1FE7D53700C35E93 /* SurfaceStack.h */, - 01815E7D1FE7D53700C35E93 /* SurfaceType.h */, - 01815E7E1FE7D53700C35E93 /* TriangleSurface.cpp */, - 01815E7F1FE7D53700C35E93 /* TriangleSurface.h */, - 01B821791FEB138A000100F2 /* CircleSurface.cpp */, - 01B8217A1FEB138A000100F2 /* CircleSurface.h */, - ); - path = Surfaces; - sourceTree = ""; - }; - 01815E801FE7D53700C35E93 /* UserInterface */ = { - isa = PBXGroup; - children = ( - 01815E811FE7D53700C35E93 /* BaseJoint.cpp */, - 01815E821FE7D53700C35E93 /* BaseJoint.h */, - 01815E831FE7D53700C35E93 /* CircleJoint.cpp */, - 01815E841FE7D53700C35E93 /* CircleJoint.h */, - 01815E851FE7D53700C35E93 /* EditorType.h */, - 01815E861FE7D53700C35E93 /* GuiMode.h */, - 01815E871FE7D53700C35E93 /* RadioList.cpp */, - 01815E881FE7D53700C35E93 /* RadioList.h */, - ); - path = UserInterface; - sourceTree = ""; - }; - 01815E891FE7D53700C35E93 /* Utils */ = { - isa = PBXGroup; - children = ( - 01815E8A1FE7D53700C35E93 /* HomographyHelper.cpp */, - 01815E8B1FE7D53700C35E93 /* HomographyHelper.h */, - ); - path = Utils; - sourceTree = ""; - }; - 39264837192224C20008A7F5 /* ofxXmlSettings */ = { - isa = PBXGroup; - children = ( - 3926483C192224F90008A7F5 /* libs */, - 39264838192224CA0008A7F5 /* src */, - ); - name = ofxXmlSettings; - sourceTree = ""; - }; - 39264838192224CA0008A7F5 /* src */ = { - isa = PBXGroup; - children = ( - 39264839192224DA0008A7F5 /* ofxXmlSettings.cpp */, - 3926483A192224DA0008A7F5 /* ofxXmlSettings.h */, - ); - name = src; - sourceTree = ""; - }; - 3926483C192224F90008A7F5 /* libs */ = { - isa = PBXGroup; - children = ( - 3926483D192224F90008A7F5 /* tinyxml.cpp */, - 3926483E192224F90008A7F5 /* tinyxml.h */, - 3926483F192224F90008A7F5 /* tinyxmlerror.cpp */, - 39264840192224F90008A7F5 /* tinyxmlparser.cpp */, - ); - name = libs; - path = ../../ofxXmlSettings/libs; - sourceTree = ""; - }; - 3933D5C019BB87A3000ACA55 /* ofxGui */ = { - isa = PBXGroup; - children = ( - 3933D5C119BB87BD000ACA55 /* src */, - ); - name = ofxGui; - sourceTree = ""; - }; - 3933D5C119BB87BD000ACA55 /* src */ = { - isa = PBXGroup; - children = ( - 01372D6B1FF2E7B4006D41AC /* ofxBaseGui.cpp */, - 01372D761FF2E7B4006D41AC /* ofxBaseGui.h */, - 01372D751FF2E7B4006D41AC /* ofxButton.cpp */, - 01372D691FF2E7B4006D41AC /* ofxButton.h */, - 01372D6F1FF2E7B4006D41AC /* ofxGui.h */, - 01372D771FF2E7B4006D41AC /* ofxGuiGroup.cpp */, - 01372D721FF2E7B4006D41AC /* ofxGuiGroup.h */, - 01372D791FF2E7B4006D41AC /* ofxLabel.cpp */, - 01372D7C1FF2E7B5006D41AC /* ofxLabel.h */, - 01372D6E1FF2E7B4006D41AC /* ofxPanel.cpp */, - 01372D701FF2E7B4006D41AC /* ofxPanel.h */, - 01372D7B1FF2E7B5006D41AC /* ofxSlider.cpp */, - 01372D711FF2E7B4006D41AC /* ofxSlider.h */, - 01372D731FF2E7B4006D41AC /* ofxSliderGroup.cpp */, - 01372D6A1FF2E7B4006D41AC /* ofxSliderGroup.h */, - 01372D681FF2E7B4006D41AC /* ofxToggle.cpp */, - 01372D741FF2E7B4006D41AC /* ofxToggle.h */, - ); - name = src; - path = ../../ofxGui/src; - sourceTree = ""; - }; - 396E8A34190FEDE500705899 /* ofxPiMapper */ = { - isa = PBXGroup; - children = ( - 01815DDE1FE7D53700C35E93 /* src */, - ); - name = ofxPiMapper; - sourceTree = ""; - }; - BB4B014C10F69532006C3DED /* addons */ = { - isa = PBXGroup; - children = ( - 3933D5C019BB87A3000ACA55 /* ofxGui */, - 39264837192224C20008A7F5 /* ofxXmlSettings */, - 396E8A34190FEDE500705899 /* ofxPiMapper */, - ); - name = addons; - sourceTree = ""; - }; - BBAB23C913894ECA00AA2426 /* system frameworks */ = { - isa = PBXGroup; - children = ( - E7F985F515E0DE99003869B5 /* Accelerate.framework */, - E4C2424410CC5A17004149E2 /* AppKit.framework */, - E4C2424510CC5A17004149E2 /* Cocoa.framework */, - E4C2424610CC5A17004149E2 /* IOKit.framework */, - E45BE9710E8CC7DD009D7055 /* AGL.framework */, - E45BE9720E8CC7DD009D7055 /* ApplicationServices.framework */, - E45BE9730E8CC7DD009D7055 /* AudioToolbox.framework */, - E45BE9750E8CC7DD009D7055 /* CoreAudio.framework */, - E45BE9760E8CC7DD009D7055 /* CoreFoundation.framework */, - E45BE9770E8CC7DD009D7055 /* CoreServices.framework */, - E45BE9790E8CC7DD009D7055 /* OpenGL.framework */, - E45BE97A0E8CC7DD009D7055 /* QuickTime.framework */, - E7E077E415D3B63C0020DFD4 /* CoreVideo.framework */, - E7E077E715D3B6510020DFD4 /* QTKit.framework */, - ); - name = "system frameworks"; - sourceTree = ""; - }; - BBAB23CA13894EDB00AA2426 /* 3rd party frameworks */ = { - isa = PBXGroup; - children = ( - BBAB23BE13894E4700AA2426 /* GLUT.framework */, - ); - name = "3rd party frameworks"; - sourceTree = ""; - }; - E4328144138ABC890047C5CB /* Products */ = { - isa = PBXGroup; - children = ( - E4328148138ABC890047C5CB /* openFrameworksDebug.a */, - ); - name = Products; - sourceTree = ""; - }; - E45BE5980E8CC70C009D7055 /* frameworks */ = { - isa = PBXGroup; - children = ( - BBAB23CA13894EDB00AA2426 /* 3rd party frameworks */, - BBAB23C913894ECA00AA2426 /* system frameworks */, - ); - name = frameworks; - sourceTree = ""; - }; - E4B69B4A0A3A1720003C02F2 = { - isa = PBXGroup; - children = ( - E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */, - E4EB6923138AFD0F00A09F29 /* Project.xcconfig */, - E4B69E1C0A3A1BDC003C02F2 /* src */, - E4EEC9E9138DF44700A80321 /* openFrameworks */, - BB4B014C10F69532006C3DED /* addons */, - E45BE5980E8CC70C009D7055 /* frameworks */, - E4B69B5B0A3A1756003C02F2 /* example_fbo-sourcesDebug.app */, - ); - sourceTree = ""; - }; - E4B69E1C0A3A1BDC003C02F2 /* src */ = { - isa = PBXGroup; - children = ( - E4B69E1D0A3A1BDC003C02F2 /* main.cpp */, - E4B69E1E0A3A1BDC003C02F2 /* ofApp.cpp */, - E4B69E1F0A3A1BDC003C02F2 /* ofApp.h */, - 011C1A62206EF0F5005D7848 /* ScanLineSource */, - 011C1A54206EAF89005D7848 /* SlideShowSource */, - ); - path = src; - sourceTree = SOURCE_ROOT; - }; - E4EEC9E9138DF44700A80321 /* openFrameworks */ = { - isa = PBXGroup; - children = ( - E4EB691F138AFCF100A09F29 /* CoreOF.xcconfig */, - E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */, - ); - name = openFrameworks; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - E4B69B5A0A3A1756003C02F2 /* example_fbo-sources */ = { - isa = PBXNativeTarget; - buildConfigurationList = E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "example_fbo-sources" */; - buildPhases = ( - E4B69B580A3A1756003C02F2 /* Sources */, - E4B69B590A3A1756003C02F2 /* Frameworks */, - E4B6FFFD0C3F9AB9008CF71C /* ShellScript */, - E4C2427710CC5ABF004149E2 /* CopyFiles */, - ); - buildRules = ( - ); - dependencies = ( - E4EEB9AC138B136A00A80321 /* PBXTargetDependency */, - ); - name = "example_fbo-sources"; - productName = myOFApp; - productReference = E4B69B5B0A3A1756003C02F2 /* example_fbo-sourcesDebug.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - E4B69B4C0A3A1720003C02F2 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0720; - }; - buildConfigurationList = E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "example_fbo-sources" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - English, - Japanese, - French, - German, - ); - mainGroup = E4B69B4A0A3A1720003C02F2; - productRefGroup = E4B69B4A0A3A1720003C02F2; - projectDirPath = ""; - projectReferences = ( - { - ProductGroup = E4328144138ABC890047C5CB /* Products */; - ProjectRef = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */; - }, - ); - projectRoot = ""; - targets = ( - E4B69B5A0A3A1756003C02F2 /* example_fbo-sources */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXReferenceProxy section */ - E4328148138ABC890047C5CB /* openFrameworksDebug.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = openFrameworksDebug.a; - remoteRef = E4328147138ABC890047C5CB /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; -/* End PBXReferenceProxy section */ - -/* Begin PBXShellScriptBuildPhase section */ - E4B6FFFD0C3F9AB9008CF71C /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "mkdir -p \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Resources/\"\n# Copy default icon file into App/Resources\nrsync -aved \"$ICON_FILE\" \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Resources/\"\n# Copy libfmod and change install directory for fmod to run\nrsync -aved \"$OF_PATH/libs/fmodex/lib/osx/libfmodex.dylib\" \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Frameworks/\";\ninstall_name_tool -change @executable_path/libfmodex.dylib @executable_path/../Frameworks/libfmodex.dylib \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/$PRODUCT_NAME\";\n\necho \"$GCC_PREPROCESSOR_DEFINITIONS\";\n"; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - E4B69B580A3A1756003C02F2 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 01372D7D1FF2E7D4006D41AC /* ofxBaseGui.cpp in Sources */, - 01372D7E1FF2E7D4006D41AC /* ofxButton.cpp in Sources */, - 01372D801FF2E7D4006D41AC /* ofxGuiGroup.cpp in Sources */, - 01372D821FF2E7D4006D41AC /* ofxLabel.cpp in Sources */, - 01372D831FF2E7D4006D41AC /* ofxPanel.cpp in Sources */, - 01372D841FF2E7D4006D41AC /* ofxSlider.cpp in Sources */, - 01372D851FF2E7D4006D41AC /* ofxSliderGroup.cpp in Sources */, - 01372D861FF2E7D4006D41AC /* ofxToggle.cpp in Sources */, - 010E92E21FEEEE9D0015B02B /* Vec2.cpp in Sources */, - 010E92E31FEEEE9D0015B02B /* Vec3.cpp in Sources */, - 01815E8C1FE7D59200C35E93 /* Application.cpp in Sources */, - 01815E8D1FE7D59200C35E93 /* ApplicationBaseMode.cpp in Sources */, - 01815E8E1FE7D59200C35E93 /* PresentationMode.cpp in Sources */, - 01815E8F1FE7D59200C35E93 /* ProjectionMappingMode.cpp in Sources */, - 01815E901FE7D59200C35E93 /* SourceSelectionMode.cpp in Sources */, - 01815E911FE7D59200C35E93 /* TextureMappingMode.cpp in Sources */, - 01815E921FE7D59200C35E93 /* SettingsLoader.cpp in Sources */, - 01815E931FE7D59200C35E93 /* AddGridColCmd.cpp in Sources */, - 01815E941FE7D59200C35E93 /* AddGridRowCmd.cpp in Sources */, - 01815E951FE7D59200C35E93 /* AddSurfaceCmd.cpp in Sources */, - 01815E961FE7D59200C35E93 /* ClearSurfacesCmd.cpp in Sources */, - 011C1A5E206EAF89005D7848 /* magSlideShowSource.cpp in Sources */, - 01815E971FE7D59200C35E93 /* CmdManager.cpp in Sources */, - 011C1A60206EAF89005D7848 /* magSlideTransitionFactory.cpp in Sources */, - 01815E981FE7D59200C35E93 /* DeselectSurfaceCmd.cpp in Sources */, - 01815E991FE7D59200C35E93 /* DeselectTexCoordCmd.cpp in Sources */, - 01815E9A1FE7D59200C35E93 /* DuplicateSurfaceCmd.cpp in Sources */, - 01815E9B1FE7D59200C35E93 /* MvAllTexCoordsCmd.cpp in Sources */, - 01815E9C1FE7D59200C35E93 /* MvLayerDnCmd.cpp in Sources */, - 01815E9D1FE7D59200C35E93 /* MvLayerUpCmd.cpp in Sources */, - 01815E9E1FE7D59200C35E93 /* MvSelectionCmd.cpp in Sources */, - 01815E9F1FE7D59200C35E93 /* MvSurfaceVertCmd.cpp in Sources */, - 01815EA01FE7D59200C35E93 /* MvTexCoordCmd.cpp in Sources */, - 01815EA11FE7D59200C35E93 /* RmGridColCmd.cpp in Sources */, - 01815EA21FE7D59200C35E93 /* RmGridRowCmd.cpp in Sources */, - 01815EA31FE7D59200C35E93 /* RmSurfaceCmd.cpp in Sources */, - 01815EA41FE7D59200C35E93 /* SaveTexCoordPosCmd.cpp in Sources */, - 01815EA51FE7D59200C35E93 /* ScaleSurfaceFromToCmd.cpp in Sources */, - 01815EA61FE7D59200C35E93 /* SelNextSurfaceCmd.cpp in Sources */, - 01815EA71FE7D59200C35E93 /* SelNextTexCoordCmd.cpp in Sources */, - 01815EA81FE7D59200C35E93 /* SelNextVertexCmd.cpp in Sources */, - 01815EA91FE7D59200C35E93 /* SelPrevSurfaceCmd.cpp in Sources */, - 01815EAA1FE7D59200C35E93 /* SelPrevTexCoordCmd.cpp in Sources */, - 01815EAB1FE7D59200C35E93 /* SelPrevVertexCmd.cpp in Sources */, - 01815EAC1FE7D59200C35E93 /* SelSurfaceCmd.cpp in Sources */, - 01815EAD1FE7D59200C35E93 /* SelTexCoordCmd.cpp in Sources */, - 01815EAE1FE7D59200C35E93 /* SelVertexCmd.cpp in Sources */, - 01815EAF1FE7D59200C35E93 /* SetApplicationModeCmd.cpp in Sources */, - 01815EB01FE7D59200C35E93 /* SetNextSourceCmd.cpp in Sources */, - 01815EB11FE7D59200C35E93 /* SetPresetCmd.cpp in Sources */, - 01815EB21FE7D59200C35E93 /* SetSourceCmd.cpp in Sources */, - 01B8217B1FEB138A000100F2 /* CircleSurface.cpp in Sources */, - 01815EB31FE7D59200C35E93 /* SetTexMapDrawModeCmd.cpp in Sources */, - 01815EB41FE7D59200C35E93 /* StartDragSurfaceCmd.cpp in Sources */, - 01815EB51FE7D59200C35E93 /* ToggleAnimatedSourceCmd.cpp in Sources */, - 01815EB61FE7D59200C35E93 /* TogglePerspectiveCmd.cpp in Sources */, - 01815EB71FE7D59200C35E93 /* TranslateCanvasCmd.cpp in Sources */, - 01815EB81FE7D59200C35E93 /* Gui.cpp in Sources */, - 01815EB91FE7D59200C35E93 /* LayerPanelWidget.cpp in Sources */, - 01815EBA1FE7D59200C35E93 /* ProjectionEditorWidget.cpp in Sources */, - 01815EBB1FE7D59200C35E93 /* ScaleWidget.cpp in Sources */, - 01815EBC1FE7D59200C35E93 /* SourcesEditorWidget.cpp in Sources */, - 01815EBD1FE7D59200C35E93 /* SurfaceHighlightWidget.cpp in Sources */, - 01815EBE1FE7D59200C35E93 /* TextureEditorWidget.cpp in Sources */, - 01815EBF1FE7D59200C35E93 /* TextureHighlightWidget.cpp in Sources */, - 01815EC01FE7D59200C35E93 /* Info.cpp in Sources */, - 01815EC11FE7D59200C35E93 /* DirectoryWatcher.cpp in Sources */, - 01815EC21FE7D59200C35E93 /* MediaServer.cpp in Sources */, - 01815EC31FE7D59200C35E93 /* ofxPiMapper.cpp in Sources */, - 01815EC41FE7D59200C35E93 /* BaseSource.cpp in Sources */, - 01815EC51FE7D59200C35E93 /* FboSource.cpp in Sources */, - 01815EC61FE7D59200C35E93 /* ImageSource.cpp in Sources */, - 01815ECB1FE7D59200C35E93 /* OMXPlayerCache.cpp in Sources */, - 011C1A5D206EAF89005D7848 /* magSlide.cpp in Sources */, - 01815ECC1FE7D59200C35E93 /* VideoSource.cpp in Sources */, - 011C1A5F206EAF89005D7848 /* magSlideTransition.cpp in Sources */, - 01815ECD1FE7D59200C35E93 /* BaseSurface.cpp in Sources */, - 01815ECE1FE7D59200C35E93 /* GridWarpSurface.cpp in Sources */, - 011C1A65206EF0F5005D7848 /* ScanlineSource.cpp in Sources */, - 01815ECF1FE7D59200C35E93 /* HexagonSurface.cpp in Sources */, - 01815ED01FE7D59200C35E93 /* QuadSurface.cpp in Sources */, - 01815ED11FE7D59200C35E93 /* SurfaceFactory.cpp in Sources */, - 01815ED21FE7D59200C35E93 /* SurfaceManager.cpp in Sources */, - 01815ED31FE7D59200C35E93 /* SurfaceStack.cpp in Sources */, - 01815ED41FE7D59200C35E93 /* TriangleSurface.cpp in Sources */, - 01815ED51FE7D59200C35E93 /* BaseJoint.cpp in Sources */, - 01815ED61FE7D59200C35E93 /* CircleJoint.cpp in Sources */, - 01815ED71FE7D59200C35E93 /* RadioList.cpp in Sources */, - 01815ED81FE7D59200C35E93 /* HomographyHelper.cpp in Sources */, - E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */, - 39264843192224F90008A7F5 /* tinyxmlparser.cpp in Sources */, - 39264841192224F90008A7F5 /* tinyxml.cpp in Sources */, - E4B69E210A3A1BDC003C02F2 /* ofApp.cpp in Sources */, - 39264842192224F90008A7F5 /* tinyxmlerror.cpp in Sources */, - 3926483B192224DA0008A7F5 /* ofxXmlSettings.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - E4EEB9AC138B136A00A80321 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = openFrameworks; - targetProxy = E4EEB9AB138B136A00A80321 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - E4B69B4E0A3A1720003C02F2 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/"; - COPY_PHASE_STRIP = NO; - DEAD_CODE_STRIPPING = YES; - ENABLE_TESTABILITY = YES; - GCC_AUTO_VECTORIZATION = YES; - GCC_ENABLE_SSE3_EXTENSIONS = YES; - GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES; - GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO; - GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO; - GCC_WARN_UNINITIALIZED_AUTOS = NO; - GCC_WARN_UNUSED_VALUE = NO; - GCC_WARN_UNUSED_VARIABLE = NO; - HEADER_SEARCH_PATHS = ( - "$(OF_CORE_HEADERS)", - src, - ); - INFOPLIST_FILE = "openFrameworks-Info.plist"; - MACH_O_TYPE = mh_execute; - MACOSX_DEPLOYMENT_TARGET = 10.7; - ONLY_ACTIVE_ARCH = YES; - OTHER_CPLUSPLUSFLAGS = ( - "-D__MACOSX_CORE__", - "-lpthread", - "-mtune=native", - ); - OTHER_LDFLAGS = ( - "$(OF_CORE_LIBS)", - "$(OF_CORE_FRAMEWORKS)", - ); - PRIVATE_HEADERS_FOLDER_PATH = "$(PRODUCT_NAME:c99extidentifier)"; - SDKROOT = macosx; - }; - name = Debug; - }; - E4B69B4F0A3A1720003C02F2 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/"; - COPY_PHASE_STRIP = YES; - DEAD_CODE_STRIPPING = YES; - GCC_AUTO_VECTORIZATION = YES; - GCC_ENABLE_SSE3_EXTENSIONS = YES; - GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 3; - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_UNROLL_LOOPS = YES; - GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES; - GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO; - GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO; - GCC_WARN_UNINITIALIZED_AUTOS = NO; - GCC_WARN_UNUSED_VALUE = NO; - GCC_WARN_UNUSED_VARIABLE = NO; - HEADER_SEARCH_PATHS = ( - "$(OF_CORE_HEADERS)", - src, - ); - INFOPLIST_FILE = "openFrameworks-Info.plist"; - MACH_O_TYPE = mh_execute; - MACOSX_DEPLOYMENT_TARGET = 10.7; - OTHER_CPLUSPLUSFLAGS = ( - "-D__MACOSX_CORE__", - "-lpthread", - "-mtune=native", - ); - OTHER_LDFLAGS = ( - "$(OF_CORE_LIBS)", - "$(OF_CORE_FRAMEWORKS)", - ); - PRIVATE_HEADERS_FOLDER_PATH = "$(PRODUCT_NAME:c99extidentifier)"; - SDKROOT = macosx; - }; - name = Release; - }; - E4B69B600A3A1757003C02F2 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = NO; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)", - ); - FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../../libs/glut/lib/osx\""; - GCC_DYNAMIC_NO_PIC = NO; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_MODEL_TUNING = NONE; - HEADER_SEARCH_PATHS = ( - "$(OF_CORE_HEADERS)", - src, - ); - ICON = "$(ICON_NAME_DEBUG)"; - ICON_FILE = "$(ICON_FILE_PATH)$(ICON)"; - INFOPLIST_FILE = "openFrameworks-Info.plist"; - INSTALL_PATH = "$(HOME)/Applications"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_4)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_5)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_6)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_14)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_15)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_16)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_17)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_18)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_19)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_20)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_21)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_22)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_23)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_24)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_25)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_26)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_27)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_28)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_29)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_30)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_31)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_32)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_33)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_34)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_35)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_36)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_37)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_38)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_39)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_40)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_41)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_42)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_43)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_44)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_45)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_46)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_47)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_48)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_49)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_50)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_51)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_52)", - ); - MACOSX_DEPLOYMENT_TARGET = 10.11; - OTHER_LDFLAGS = ( - "$(OF_CORE_LIBS)", - "$(OF_CORE_FRAMEWORKS)", - ); - PRODUCT_BUNDLE_IDENTIFIER = cc.openFrameworks.ofapp; - PRODUCT_NAME = "example_fbo-sourcesDebug"; - SDKROOT = macosx; - WRAPPER_EXTENSION = app; - }; - name = Debug; - }; - E4B69B610A3A1757003C02F2 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)", - ); - FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../../libs/glut/lib/osx\""; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_MODEL_TUNING = NONE; - HEADER_SEARCH_PATHS = ( - "$(OF_CORE_HEADERS)", - src, - ); - ICON = "$(ICON_NAME_RELEASE)"; - ICON_FILE = "$(ICON_FILE_PATH)$(ICON)"; - INFOPLIST_FILE = "openFrameworks-Info.plist"; - INSTALL_PATH = "$(HOME)/Applications"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_4)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_5)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_6)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_14)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_15)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_2)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_1)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_3)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_7)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_8)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_9)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_10)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_11)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_12)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_13)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_16)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_17)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_18)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_19)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_20)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_21)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_22)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_23)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_24)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_25)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_26)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_27)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_28)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_29)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_30)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_31)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_32)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_33)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_34)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_35)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_36)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_37)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_38)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_39)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_40)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_41)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_42)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_43)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_44)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_45)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_46)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_47)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_48)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_49)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_50)", - "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_51)", - ); - MACOSX_DEPLOYMENT_TARGET = 10.11; - OTHER_LDFLAGS = ( - "$(OF_CORE_LIBS)", - "$(OF_CORE_FRAMEWORKS)", - ); - PRODUCT_BUNDLE_IDENTIFIER = cc.openFrameworks.ofapp; - PRODUCT_NAME = "example_fbo-sourcesDebug"; - SDKROOT = macosx; - WRAPPER_EXTENSION = app; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "example_fbo-sources" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E4B69B4E0A3A1720003C02F2 /* Debug */, - E4B69B4F0A3A1720003C02F2 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "example_fbo-sources" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E4B69B600A3A1757003C02F2 /* Debug */, - E4B69B610A3A1757003C02F2 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = E4B69B4C0A3A1720003C02F2 /* Project object */; -} diff --git a/example_fbo-sources/example_fbo-sources.xcodeproj/xcshareddata/xcschemes/example_fbo-sources Debug.xcscheme b/example_fbo-sources/example_fbo-sources.xcodeproj/xcshareddata/xcschemes/example_fbo-sources Debug.xcscheme deleted file mode 100644 index 5bf3bea..0000000 --- a/example_fbo-sources/example_fbo-sources.xcodeproj/xcshareddata/xcschemes/example_fbo-sources Debug.xcscheme +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example_fbo-sources/example_fbo-sources.xcodeproj/xcshareddata/xcschemes/example_fbo-sources Release.xcscheme b/example_fbo-sources/example_fbo-sources.xcodeproj/xcshareddata/xcschemes/example_fbo-sources Release.xcscheme deleted file mode 100644 index 94b9d3a..0000000 --- a/example_fbo-sources/example_fbo-sources.xcodeproj/xcshareddata/xcschemes/example_fbo-sources Release.xcscheme +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example_fbo-sources/openFrameworks-Info.plist b/example_fbo-sources/openFrameworks-Info.plist deleted file mode 100644 index 8d64d2b..0000000 --- a/example_fbo-sources/openFrameworks-Info.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - cc.openFrameworks.ofapp - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - APPL - CFBundleSignature - ???? - CFBundleVersion - 1.0 - CFBundleIconFile - ${ICON} - - diff --git a/example_pocketvj/Project.xcconfig b/example_pocketvj/Project.xcconfig deleted file mode 100644 index 40adc89..0000000 --- a/example_pocketvj/Project.xcconfig +++ /dev/null @@ -1,18 +0,0 @@ -//THE PATH TO THE ROOT OF OUR OF PATH RELATIVE TO THIS PROJECT. -//THIS NEEDS TO BE DEFINED BEFORE CoreOF.xcconfig IS INCLUDED -OF_PATH = ../../.. - -//THIS HAS ALL THE HEADER AND LIBS FOR OF CORE -#include "../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig" - -//ICONS - NEW IN 0072 -ICON_NAME_DEBUG = icon-debug.icns -ICON_NAME_RELEASE = icon.icns -ICON_FILE_PATH = $(OF_PATH)/libs/openFrameworksCompiled/project/osx/ - -//IF YOU WANT AN APP TO HAVE A CUSTOM ICON - PUT THEM IN YOUR DATA FOLDER AND CHANGE ICON_FILE_PATH to: -//ICON_FILE_PATH = bin/data/ - -OTHER_CFLAGS = $(OF_CORE_CFLAGS) -OTHER_LDFLAGS = $(OF_CORE_LIBS) $(OF_CORE_FRAMEWORKS) -HEADER_SEARCH_PATHS = $(OF_CORE_HEADERS) diff --git a/example_pocketvj/example_pocketvj.xcodeproj/project.pbxproj b/example_pocketvj/example_pocketvj.xcodeproj/project.pbxproj deleted file mode 100644 index 3cbc7ad..0000000 --- a/example_pocketvj/example_pocketvj.xcodeproj/project.pbxproj +++ /dev/null @@ -1,1227 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 06765053D7BFBBEB43E77B23 /* StartDragSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8DA47AF2B265F778E74D4DA /* StartDragSurfaceCmd.cpp */; }; - 14566DCD28D35A80428886C4 /* SelTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 27453C6FAE9B674FD694508D /* SelTexCoordCmd.cpp */; }; - 1CD33E884D9E3358252E82A1 /* ofxToggle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 907C5B5E104864A2D3A25745 /* ofxToggle.cpp */; }; - 1F4453EA1589AD79F4B34493 /* RadioList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4048CA09E6AAB5F673CBD2F0 /* RadioList.cpp */; }; - 21B18AC78EBFC1FD28C614D5 /* TextureMappingMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B16277019B0C4B684E1B063E /* TextureMappingMode.cpp */; }; - 23963D6D8F0085D5DD2DF394 /* TogglePerspectiveCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 655142313A378162E3929785 /* TogglePerspectiveCmd.cpp */; }; - 25F5CD753AF35B53464E56AE /* MvTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0739F09627790055C959BBF4 /* MvTexCoordCmd.cpp */; }; - 274AEF0299D77E27C0C5B205 /* ProjectionEditorWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18DA1B30717C876AA19CEEC0 /* ProjectionEditorWidget.cpp */; }; - 28F5415281F8D09BBC098355 /* TranslateCanvasCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03FCF5559C2A6AB79D947767 /* TranslateCanvasCmd.cpp */; }; - 2A9AFA74E0EF07E58AC11382 /* QuadSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B9ECBF061BABECA9C2341372 /* QuadSurface.cpp */; }; - 2E088EDC6E32D190998D8241 /* Vec3.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8558ACA2B5E9FD75C455CA2 /* Vec3.cpp */; }; - 2E9E05C9FFCE15172A701335 /* SettingsLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33DD6E4350FD51C68B7E65F0 /* SettingsLoader.cpp */; }; - 36A98A331EAE1D0A19998A59 /* SaveTexCoordPosCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 60F40691CD9DE4DEE1768FE9 /* SaveTexCoordPosCmd.cpp */; }; - 3B90107DB9BF4857E357FCA8 /* ofxPiMapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16DB3860ECC0D672B08DE71C /* ofxPiMapper.cpp */; }; - 401140F3B7FA4412935BB121 /* Application.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1B3B1807E9CFC3FFBA4DBBEF /* Application.cpp */; }; - 42AB7CD7DFB89209AB951942 /* ProjectionMappingMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1BCA96396113AAF56D66C844 /* ProjectionMappingMode.cpp */; }; - 42BCE929D520D8872171239A /* CircleJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 62F01592304CB7995200EF7B /* CircleJoint.cpp */; }; - 483908258D00B98B4BE69F07 /* ofxLabel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 78D67A00EB899FAC09430597 /* ofxLabel.cpp */; }; - 4A53BFBA57F4AD16FB9D2D24 /* PresentationMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 64156CB2D856E4CE0FBBED96 /* PresentationMode.cpp */; }; - 4BF21A290FA6FE26B87B8971 /* SetNextSourceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4FFBE499412CC8DD07163E91 /* SetNextSourceCmd.cpp */; }; - 4D2D4455339FC8C955091C88 /* TextureEditorWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 413E846B881CCADC897A8A40 /* TextureEditorWidget.cpp */; }; - 580602DA874A9CF9E850DEEE /* AddGridColCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 231337763726D333E0B3D56C /* AddGridColCmd.cpp */; }; - 5826FF4F63DC430E90AFDA5E /* RmGridRowCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F3538B8AF69CAB7C215FA1EF /* RmGridRowCmd.cpp */; }; - 588E33B9B0BD6F5A2E4DF31D /* OMXPlayerCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7B0806EEA8012D629BE363C /* OMXPlayerCache.cpp */; }; - 5A4349E9754D6FA14C0F2A3A /* tinyxmlparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FC5DA1C87211D4F6377DA719 /* tinyxmlparser.cpp */; }; - 5CBB2AB3A60F65431D7B555D /* ofxButton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C88333E71C9457E441C33474 /* ofxButton.cpp */; }; - 5FB2E2349349B93011671206 /* Vec2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4E09343A9F13BB51BC741692 /* Vec2.cpp */; }; - 6056983B92E88B475FF04299 /* MvSelectionCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7D386994DF359F3BD1E66480 /* MvSelectionCmd.cpp */; }; - 60C8089351E49CF344577098 /* SelNextTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 784FFEB8D108EC916343AB97 /* SelNextTexCoordCmd.cpp */; }; - 63B57AC5BF4EF088491E0317 /* ofxXmlSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 50DF87D612C5AAE17AAFA6C0 /* ofxXmlSettings.cpp */; }; - 63DB0907B2ACDF9E6F2D9925 /* GridWarpSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2D2400AC1A64EDE5E990C56C /* GridWarpSurface.cpp */; }; - 6438655B2AE4DDA2743241EC /* ToggleAnimatedSourceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D020B9B28609D071E21BB76 /* ToggleAnimatedSourceCmd.cpp */; }; - 6500BFD07CA93EFD8A162B25 /* SetSourceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7F58FFED7FBFC49573FF65E4 /* SetSourceCmd.cpp */; }; - 67FF225B68ECC1942C833BFE /* SelNextSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FC98A68C64BFC941D0B31EE9 /* SelNextSurfaceCmd.cpp */; }; - 7002E598586957E5F20E69A7 /* SelVertexCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A2282B1E05458C3B2BBCE568 /* SelVertexCmd.cpp */; }; - 7702233BBFB6E8D9E8B93CBC /* FboSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C61C1F4F1A1ED2660B1D6EDC /* FboSource.cpp */; }; - 7DAB7D546F81A93336034BF7 /* SelPrevSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6DF54314CF2B45BF195B84C6 /* SelPrevSurfaceCmd.cpp */; }; - 800748EF057A284D9DA82F60 /* SelPrevTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7E88D3956480E0CBAA21641 /* SelPrevTexCoordCmd.cpp */; }; - 82643E358DF270B9EC939699 /* RmGridColCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A50F23D868C48DF9799BC788 /* RmGridColCmd.cpp */; }; - 837220E80EB56CD44AD27F2A /* ofxSlider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15F2C6477A769C03A56D1401 /* ofxSlider.cpp */; }; - 83CACB24937919003F2F9B63 /* HomographyHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E2333CF877EE99EBE86F4B0F /* HomographyHelper.cpp */; }; - 84172554824F6959BA431E33 /* SetPresetCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15C9B02F2CF08112845CD074 /* SetPresetCmd.cpp */; }; - 845DC872C79A75F7B5FABC02 /* MvSurfaceVertCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18041C8871E17DE3E60BFF95 /* MvSurfaceVertCmd.cpp */; }; - 85649EB44DE8F0A3BF8430F9 /* SurfaceManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836B103542A52C63B004410C /* SurfaceManager.cpp */; }; - 856AA354D08AB4B323081444 /* ofxBaseGui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9604B925D32EE39065747725 /* ofxBaseGui.cpp */; }; - 868F230C6074263277ED9B07 /* BaseJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7E78D1B2A6DB0856BF8ED1FE /* BaseJoint.cpp */; }; - 892923A127FC7C57469FD078 /* BaseSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB4132974E14024E74E320F5 /* BaseSource.cpp */; }; - 8A3D6CE0A4338871766366B6 /* SurfaceHighlightWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69A4D26FC0AD01A86571540D /* SurfaceHighlightWidget.cpp */; }; - 8CA6C92E3D4F91750BC469FF /* MvAllTexCoordsCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DBAFA0B7AFEA589CA5167204 /* MvAllTexCoordsCmd.cpp */; }; - 8E8F94DC506856A4E92FBA8A /* LayerPanelWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 57990D37D728C5711AACBA9F /* LayerPanelWidget.cpp */; }; - 90DE06EA59944C1BEA539719 /* SetApplicationModeCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8D3CB0B9A827AFA479349BBE /* SetApplicationModeCmd.cpp */; }; - 92527EF632E7EC0E96BC329C /* MediaServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18385A4F4BC87806616D4F7F /* MediaServer.cpp */; }; - 933A2227713C720CEFF80FD9 /* tinyxml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2B40EDA85BEB63E46785BC29 /* tinyxml.cpp */; }; - 93760FE8B10EBD4081251E10 /* CmdManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BDBE053980FA01FAD543D782 /* CmdManager.cpp */; }; - 95CB0A22296B3DB402835DCF /* ImageSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61291E56B7882C9E9B8F119B /* ImageSource.cpp */; }; - 973F560586CB3735581265E7 /* DeselectTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8CE817DF3028A4345376E7D /* DeselectTexCoordCmd.cpp */; }; - 9C194C9F4ACD67CD61FBD30D /* HexagonSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCBB74B9531974E1D5DA019B /* HexagonSurface.cpp */; }; - 9CAA3B0DFD59840998C832DA /* TextureHighlightWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 941AD8B39C28D08B9F31077A /* TextureHighlightWidget.cpp */; }; - 9D44DC88EF9E7991B4A09951 /* tinyxmlerror.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 832BDC407620CDBA568B713D /* tinyxmlerror.cpp */; }; - 9F968AD3A115328F4BFE5D71 /* BaseSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F2C0EE541190D47BF5911C0A /* BaseSurface.cpp */; }; - A0C1CAB7B9C59DDDC960EB62 /* VideoSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5407451FA68C27B2AAE644A6 /* VideoSource.cpp */; }; - A6EE8D8F3CA590EF6D7FAFA6 /* SetTexMapDrawModeCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49BE2D8F2A2A57F4EBF83FF4 /* SetTexMapDrawModeCmd.cpp */; }; - A75658250711ADE2C05FC781 /* MvLayerDnCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC481BAB32B250D3EA41AF9E /* MvLayerDnCmd.cpp */; }; - AA98F23DF9897F2241EF3968 /* SourceSelectionMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4245228145B1AA737F49CF14 /* SourceSelectionMode.cpp */; }; - B01F972DDDA5F21EF4C8B99D /* RmSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B7C308F8B76FCB909581A580 /* RmSurfaceCmd.cpp */; }; - B1EEE5A7EC1876072BF8F7FE /* AddSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B323D7489A7B26A63443444F /* AddSurfaceCmd.cpp */; }; - B266578FC55D23BFEBC042E7 /* ofxGuiGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECF8674C7975F1063C5E30CA /* ofxGuiGroup.cpp */; }; - B27F2ADC894A4C463E892AFE /* SurfaceFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03FA94CA9F193C816DE4253F /* SurfaceFactory.cpp */; }; - B56FE57CC35806596D38118C /* ofxSliderGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 802251BAF1B35B1D67B32FD0 /* ofxSliderGroup.cpp */; }; - B9654D0EF43BCA228B330ED7 /* SelPrevVertexCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3B29C3846BA06080344C1D1E /* SelPrevVertexCmd.cpp */; }; - C0EB2D2E383BA9DE417ADB38 /* TriangleSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3DF2D82EA37D8C7A5F686EA5 /* TriangleSurface.cpp */; }; - C34B66987F4DA38C21AF325B /* MvLayerUpCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E52D4207C299D5886C8FD2C7 /* MvLayerUpCmd.cpp */; }; - C3A616FB3A463C17E327F395 /* SurfaceStack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1C080561EC053F17BB86A668 /* SurfaceStack.cpp */; }; - C4D6DA9B890E612343FD059F /* ApplicationBaseMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9631F04A0875ADEB45970DE8 /* ApplicationBaseMode.cpp */; }; - C8D7FA44AA0565654A681157 /* DeselectSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6E80EE6FB0CC304A6CA287BB /* DeselectSurfaceCmd.cpp */; }; - D0758B5E19E04C33E9BF7193 /* CircleSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E47BE7E996D01B437B713B9B /* CircleSurface.cpp */; }; - D61A46C1800537BA43C7884F /* DuplicateSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C656C28252AD5E9E09FA2162 /* DuplicateSurfaceCmd.cpp */; }; - D88BA6D139757ED4E1669796 /* AddGridRowCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E4A0386460638A781A7AC84 /* AddGridRowCmd.cpp */; }; - DB8FC60C7512DB810C92625B /* DirectoryWatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 20F9951441118A70E8D55E13 /* DirectoryWatcher.cpp */; }; - E327ACE85A208BAFACD1B7C7 /* ScaleSurfaceFromToCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34B45EB44DED0A47FBAD30F4 /* ScaleSurfaceFromToCmd.cpp */; }; - E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E4328148138ABC890047C5CB /* openFrameworksDebug.a */; }; - E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1D0A3A1BDC003C02F2 /* main.cpp */; }; - E4B69E210A3A1BDC003C02F2 /* ofApp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1E0A3A1BDC003C02F2 /* ofApp.cpp */; }; - E5D631612E039E04B1736E76 /* SelSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B691BBAB665F94F09B2C276 /* SelSurfaceCmd.cpp */; }; - E6D82F5A7B22E9FB46DEEF15 /* SelNextVertexCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 140C0677F9F5A5D3B8A89AC4 /* SelNextVertexCmd.cpp */; }; - EA700B09626C8413C92EF860 /* Gui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DCC24025AD26B4554B000385 /* Gui.cpp */; }; - F06AE014F869282B7F7CE84C /* ScaleWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4EDCDF597954EF25E7AD416 /* ScaleWidget.cpp */; }; - F285EB3169F1566CA3D93C20 /* ofxPanel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E112B3AEBEA2C091BF2B40AE /* ofxPanel.cpp */; }; - F3EACD31EE5E141FF66C48BD /* Info.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EEF2CEBAFFABCFED915AFCE1 /* Info.cpp */; }; - F9A6B58165791682416A1685 /* ClearSurfacesCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 962C349E8F4E59FF335AB2A6 /* ClearSurfacesCmd.cpp */; }; - FB03F0A6D7866DFC55F519EB /* SourcesEditorWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36F59D2F886152DF4115A218 /* SourcesEditorWidget.cpp */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - E4328147138ABC890047C5CB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = E4B27C1510CBEB8E00536013; - remoteInfo = openFrameworks; - }; - E4EEB9AB138B136A00A80321 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = E4B27C1410CBEB8E00536013; - remoteInfo = openFrameworks; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXCopyFilesBuildPhase section */ - E4C2427710CC5ABF004149E2 /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 00756183A9E41665E637AC23 /* AddSurfaceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AddSurfaceCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/AddSurfaceCmd.h; sourceTree = SOURCE_ROOT; }; - 01DCC0911400F9ACF5B65578 /* ofxXmlSettings.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ofxXmlSettings.h; path = ../../../addons/ofxXmlSettings/src/ofxXmlSettings.h; sourceTree = SOURCE_ROOT; }; - 03FA94CA9F193C816DE4253F /* SurfaceFactory.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SurfaceFactory.cpp; path = ../../../addons/ofxPiMapper/src/Surfaces/SurfaceFactory.cpp; sourceTree = SOURCE_ROOT; }; - 03FCF5559C2A6AB79D947767 /* TranslateCanvasCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TranslateCanvasCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/TranslateCanvasCmd.cpp; sourceTree = SOURCE_ROOT; }; - 0739F09627790055C959BBF4 /* MvTexCoordCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MvTexCoordCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/MvTexCoordCmd.cpp; sourceTree = SOURCE_ROOT; }; - 0A1DAC09F322AE313A40706D /* ofxToggle.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ofxToggle.h; path = ../../../addons/ofxGui/src/ofxToggle.h; sourceTree = SOURCE_ROOT; }; - 0B4D5D37A2AE7AB30D726C16 /* HexagonSurface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HexagonSurface.h; path = ../../../addons/ofxPiMapper/src/Surfaces/HexagonSurface.h; sourceTree = SOURCE_ROOT; }; - 0B691BBAB665F94F09B2C276 /* SelSurfaceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SelSurfaceCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/SelSurfaceCmd.cpp; sourceTree = SOURCE_ROOT; }; - 140C0677F9F5A5D3B8A89AC4 /* SelNextVertexCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SelNextVertexCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/SelNextVertexCmd.cpp; sourceTree = SOURCE_ROOT; }; - 15C9B02F2CF08112845CD074 /* SetPresetCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SetPresetCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/SetPresetCmd.cpp; sourceTree = SOURCE_ROOT; }; - 15F2C6477A769C03A56D1401 /* ofxSlider.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ofxSlider.cpp; path = ../../../addons/ofxGui/src/ofxSlider.cpp; sourceTree = SOURCE_ROOT; }; - 16DB3860ECC0D672B08DE71C /* ofxPiMapper.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ofxPiMapper.cpp; path = ../../../addons/ofxPiMapper/src/ofxPiMapper.cpp; sourceTree = SOURCE_ROOT; }; - 17972C3384311464011667D9 /* BaseCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BaseCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/BaseCmd.h; sourceTree = SOURCE_ROOT; }; - 17E65988300FBD9AAA2CD0CA /* ofxGui.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ofxGui.h; path = ../../../addons/ofxGui/src/ofxGui.h; sourceTree = SOURCE_ROOT; }; - 18041C8871E17DE3E60BFF95 /* MvSurfaceVertCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MvSurfaceVertCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/MvSurfaceVertCmd.cpp; sourceTree = SOURCE_ROOT; }; - 18385A4F4BC87806616D4F7F /* MediaServer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MediaServer.cpp; path = ../../../addons/ofxPiMapper/src/MediaServer/MediaServer.cpp; sourceTree = SOURCE_ROOT; }; - 18DA1B30717C876AA19CEEC0 /* ProjectionEditorWidget.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ProjectionEditorWidget.cpp; path = ../../../addons/ofxPiMapper/src/Gui/Widgets/ProjectionEditorWidget.cpp; sourceTree = SOURCE_ROOT; }; - 18E4114EBCEA8ADD837B4207 /* Vec3.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Vec3.h; path = ../../../addons/ofxPiMapper/src/Types/Vec3.h; sourceTree = SOURCE_ROOT; }; - 1B3B1807E9CFC3FFBA4DBBEF /* Application.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Application.cpp; path = ../../../addons/ofxPiMapper/src/Application/Application.cpp; sourceTree = SOURCE_ROOT; }; - 1BCA96396113AAF56D66C844 /* ProjectionMappingMode.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ProjectionMappingMode.cpp; path = ../../../addons/ofxPiMapper/src/Application/Modes/ProjectionMappingMode.cpp; sourceTree = SOURCE_ROOT; }; - 1C080561EC053F17BB86A668 /* SurfaceStack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SurfaceStack.cpp; path = ../../../addons/ofxPiMapper/src/Surfaces/SurfaceStack.cpp; sourceTree = SOURCE_ROOT; }; - 1C0DA2561397A7DE0246858B /* ofxGuiGroup.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ofxGuiGroup.h; path = ../../../addons/ofxGui/src/ofxGuiGroup.h; sourceTree = SOURCE_ROOT; }; - 1CE256C39E514ABD16FCCB87 /* SelPrevTexCoordCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SelPrevTexCoordCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/SelPrevTexCoordCmd.h; sourceTree = SOURCE_ROOT; }; - 1E73070DAC89F6A796BFF464 /* AddGridColCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AddGridColCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/AddGridColCmd.h; sourceTree = SOURCE_ROOT; }; - 20F9951441118A70E8D55E13 /* DirectoryWatcher.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DirectoryWatcher.cpp; path = ../../../addons/ofxPiMapper/src/MediaServer/DirectoryWatcher.cpp; sourceTree = SOURCE_ROOT; }; - 21167F26AF957606289D4A4A /* ToggleAnimatedSourceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ToggleAnimatedSourceCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/ToggleAnimatedSourceCmd.h; sourceTree = SOURCE_ROOT; }; - 23118136CC7FFA920626B6C3 /* TriangleSurface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = TriangleSurface.h; path = ../../../addons/ofxPiMapper/src/Surfaces/TriangleSurface.h; sourceTree = SOURCE_ROOT; }; - 231337763726D333E0B3D56C /* AddGridColCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AddGridColCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/AddGridColCmd.cpp; sourceTree = SOURCE_ROOT; }; - 23A4F0C9DE47BA73B3E49EDE /* ScaleWidget.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ScaleWidget.h; path = ../../../addons/ofxPiMapper/src/Gui/Widgets/ScaleWidget.h; sourceTree = SOURCE_ROOT; }; - 25322223D3976D5F33DCCBF6 /* MvAllTexCoordsCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MvAllTexCoordsCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/MvAllTexCoordsCmd.h; sourceTree = SOURCE_ROOT; }; - 27453C6FAE9B674FD694508D /* SelTexCoordCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SelTexCoordCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/SelTexCoordCmd.cpp; sourceTree = SOURCE_ROOT; }; - 2834D88A62CD23F3DE2C47D1 /* ofxButton.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ofxButton.h; path = ../../../addons/ofxGui/src/ofxButton.h; sourceTree = SOURCE_ROOT; }; - 2B40EDA85BEB63E46785BC29 /* tinyxml.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = tinyxml.cpp; path = ../../../addons/ofxXmlSettings/libs/tinyxml.cpp; sourceTree = SOURCE_ROOT; }; - 2D2400AC1A64EDE5E990C56C /* GridWarpSurface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = GridWarpSurface.cpp; path = ../../../addons/ofxPiMapper/src/Surfaces/GridWarpSurface.cpp; sourceTree = SOURCE_ROOT; }; - 2F04FFB9BAC4575E214C0DED /* CmdManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CmdManager.h; path = ../../../addons/ofxPiMapper/src/Commands/CmdManager.h; sourceTree = SOURCE_ROOT; }; - 3074E4094F76555C299E5D8E /* ClearSurfacesCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ClearSurfacesCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/ClearSurfacesCmd.h; sourceTree = SOURCE_ROOT; }; - 30ED82F4A70B5B95CCEF7744 /* SelNextSurfaceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SelNextSurfaceCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/SelNextSurfaceCmd.h; sourceTree = SOURCE_ROOT; }; - 3157007392BD114EAB99F470 /* TextureMappingMode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = TextureMappingMode.h; path = ../../../addons/ofxPiMapper/src/Application/Modes/TextureMappingMode.h; sourceTree = SOURCE_ROOT; }; - 33DD6E4350FD51C68B7E65F0 /* SettingsLoader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SettingsLoader.cpp; path = ../../../addons/ofxPiMapper/src/Application/SettingsLoader.cpp; sourceTree = SOURCE_ROOT; }; - 34B45EB44DED0A47FBAD30F4 /* ScaleSurfaceFromToCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ScaleSurfaceFromToCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/ScaleSurfaceFromToCmd.cpp; sourceTree = SOURCE_ROOT; }; - 36F59D2F886152DF4115A218 /* SourcesEditorWidget.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SourcesEditorWidget.cpp; path = ../../../addons/ofxPiMapper/src/Gui/Widgets/SourcesEditorWidget.cpp; sourceTree = SOURCE_ROOT; }; - 378C962CF2DB945F38DE674A /* ofxPiMapper.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ofxPiMapper.h; path = ../../../addons/ofxPiMapper/src/ofxPiMapper.h; sourceTree = SOURCE_ROOT; }; - 37E7F66B151AB6A0AB6FC244 /* Info.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Info.h; path = ../../../addons/ofxPiMapper/src/Info/Info.h; sourceTree = SOURCE_ROOT; }; - 3B043509B19E37C383D7CA87 /* PresentationMode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = PresentationMode.h; path = ../../../addons/ofxPiMapper/src/Application/Modes/PresentationMode.h; sourceTree = SOURCE_ROOT; }; - 3B29C3846BA06080344C1D1E /* SelPrevVertexCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SelPrevVertexCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/SelPrevVertexCmd.cpp; sourceTree = SOURCE_ROOT; }; - 3BD72CBAFD427FC6E9F164D2 /* OMXPlayerCache.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = OMXPlayerCache.h; path = ../../../addons/ofxPiMapper/src/Sources/OMXPlayerCache.h; sourceTree = SOURCE_ROOT; }; - 3BD822DBD11904D1D6E27E76 /* TextureHighlightWidget.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = TextureHighlightWidget.h; path = ../../../addons/ofxPiMapper/src/Gui/Widgets/TextureHighlightWidget.h; sourceTree = SOURCE_ROOT; }; - 3DF2D82EA37D8C7A5F686EA5 /* TriangleSurface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TriangleSurface.cpp; path = ../../../addons/ofxPiMapper/src/Surfaces/TriangleSurface.cpp; sourceTree = SOURCE_ROOT; }; - 3E4A0386460638A781A7AC84 /* AddGridRowCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AddGridRowCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/AddGridRowCmd.cpp; sourceTree = SOURCE_ROOT; }; - 4048CA09E6AAB5F673CBD2F0 /* RadioList.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RadioList.cpp; path = ../../../addons/ofxPiMapper/src/UserInterface/RadioList.cpp; sourceTree = SOURCE_ROOT; }; - 4130052A043CF3D3C2BA943A /* EditorType.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = EditorType.h; path = ../../../addons/ofxPiMapper/src/UserInterface/EditorType.h; sourceTree = SOURCE_ROOT; }; - 413E846B881CCADC897A8A40 /* TextureEditorWidget.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TextureEditorWidget.cpp; path = ../../../addons/ofxPiMapper/src/Gui/Widgets/TextureEditorWidget.cpp; sourceTree = SOURCE_ROOT; }; - 4244A1B9B55BD7BA7ED2F547 /* TogglePerspectiveCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = TogglePerspectiveCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/TogglePerspectiveCmd.h; sourceTree = SOURCE_ROOT; }; - 4245228145B1AA737F49CF14 /* SourceSelectionMode.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SourceSelectionMode.cpp; path = ../../../addons/ofxPiMapper/src/Application/Modes/SourceSelectionMode.cpp; sourceTree = SOURCE_ROOT; }; - 438B20A2C548E18384498186 /* LayerPanelWidget.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = LayerPanelWidget.h; path = ../../../addons/ofxPiMapper/src/Gui/Widgets/LayerPanelWidget.h; sourceTree = SOURCE_ROOT; }; - 47AB6134D2AB2F3EB10096A3 /* SelPrevVertexCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SelPrevVertexCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/SelPrevVertexCmd.h; sourceTree = SOURCE_ROOT; }; - 49BE2D8F2A2A57F4EBF83FF4 /* SetTexMapDrawModeCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SetTexMapDrawModeCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/SetTexMapDrawModeCmd.cpp; sourceTree = SOURCE_ROOT; }; - 4E09343A9F13BB51BC741692 /* Vec2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Vec2.cpp; path = ../../../addons/ofxPiMapper/src/Types/Vec2.cpp; sourceTree = SOURCE_ROOT; }; - 4FFBE499412CC8DD07163E91 /* SetNextSourceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SetNextSourceCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/SetNextSourceCmd.cpp; sourceTree = SOURCE_ROOT; }; - 50DF87D612C5AAE17AAFA6C0 /* ofxXmlSettings.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ofxXmlSettings.cpp; path = ../../../addons/ofxXmlSettings/src/ofxXmlSettings.cpp; sourceTree = SOURCE_ROOT; }; - 5235D939D249EAF47F9A5EB5 /* SettingsLoader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SettingsLoader.h; path = ../../../addons/ofxPiMapper/src/Application/SettingsLoader.h; sourceTree = SOURCE_ROOT; }; - 52AFA1F08C420992CAAAE648 /* ofxSlider.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ofxSlider.h; path = ../../../addons/ofxGui/src/ofxSlider.h; sourceTree = SOURCE_ROOT; }; - 5407451FA68C27B2AAE644A6 /* VideoSource.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = VideoSource.cpp; path = ../../../addons/ofxPiMapper/src/Sources/VideoSource.cpp; sourceTree = SOURCE_ROOT; }; - 56A68D8E68FF141B5EB1ADF6 /* SetSourceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SetSourceCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/SetSourceCmd.h; sourceTree = SOURCE_ROOT; }; - 57990D37D728C5711AACBA9F /* LayerPanelWidget.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = LayerPanelWidget.cpp; path = ../../../addons/ofxPiMapper/src/Gui/Widgets/LayerPanelWidget.cpp; sourceTree = SOURCE_ROOT; }; - 57D73BCD8A871590F140EFF6 /* ApplicationBaseMode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ApplicationBaseMode.h; path = ../../../addons/ofxPiMapper/src/Application/Modes/ApplicationBaseMode.h; sourceTree = SOURCE_ROOT; }; - 5AB104FC7812B4F42B8E1540 /* TranslateCanvasCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = TranslateCanvasCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/TranslateCanvasCmd.h; sourceTree = SOURCE_ROOT; }; - 5D020B9B28609D071E21BB76 /* ToggleAnimatedSourceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ToggleAnimatedSourceCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/ToggleAnimatedSourceCmd.cpp; sourceTree = SOURCE_ROOT; }; - 5EBDBF5E7887C574E1FCC1B5 /* StartDragSurfaceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = StartDragSurfaceCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/StartDragSurfaceCmd.h; sourceTree = SOURCE_ROOT; }; - 5F3D44140B5D476BC98E98F3 /* CircleSurface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CircleSurface.h; path = ../../../addons/ofxPiMapper/src/Surfaces/CircleSurface.h; sourceTree = SOURCE_ROOT; }; - 60F40691CD9DE4DEE1768FE9 /* SaveTexCoordPosCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SaveTexCoordPosCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/SaveTexCoordPosCmd.cpp; sourceTree = SOURCE_ROOT; }; - 61291E56B7882C9E9B8F119B /* ImageSource.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ImageSource.cpp; path = ../../../addons/ofxPiMapper/src/Sources/ImageSource.cpp; sourceTree = SOURCE_ROOT; }; - 61481FB831430E35A18ABD02 /* MvLayerDnCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MvLayerDnCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/MvLayerDnCmd.h; sourceTree = SOURCE_ROOT; }; - 62C9C3E62D4BEF04CF54C031 /* ScaleSurfaceFromToCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ScaleSurfaceFromToCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/ScaleSurfaceFromToCmd.h; sourceTree = SOURCE_ROOT; }; - 62F01592304CB7995200EF7B /* CircleJoint.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CircleJoint.cpp; path = ../../../addons/ofxPiMapper/src/UserInterface/CircleJoint.cpp; sourceTree = SOURCE_ROOT; }; - 64156CB2D856E4CE0FBBED96 /* PresentationMode.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = PresentationMode.cpp; path = ../../../addons/ofxPiMapper/src/Application/Modes/PresentationMode.cpp; sourceTree = SOURCE_ROOT; }; - 655142313A378162E3929785 /* TogglePerspectiveCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TogglePerspectiveCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/TogglePerspectiveCmd.cpp; sourceTree = SOURCE_ROOT; }; - 6592BB3592290B34832D7607 /* SurfaceStack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SurfaceStack.h; path = ../../../addons/ofxPiMapper/src/Surfaces/SurfaceStack.h; sourceTree = SOURCE_ROOT; }; - 6595C215972AFFC7EE685F5A /* SourceType.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SourceType.h; path = ../../../addons/ofxPiMapper/src/Sources/SourceType.h; sourceTree = SOURCE_ROOT; }; - 65DBA05D19177D2853D54196 /* DeselectSurfaceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DeselectSurfaceCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/DeselectSurfaceCmd.h; sourceTree = SOURCE_ROOT; }; - 69A4D26FC0AD01A86571540D /* SurfaceHighlightWidget.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SurfaceHighlightWidget.cpp; path = ../../../addons/ofxPiMapper/src/Gui/Widgets/SurfaceHighlightWidget.cpp; sourceTree = SOURCE_ROOT; }; - 6DF54314CF2B45BF195B84C6 /* SelPrevSurfaceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SelPrevSurfaceCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/SelPrevSurfaceCmd.cpp; sourceTree = SOURCE_ROOT; }; - 6E80EE6FB0CC304A6CA287BB /* DeselectSurfaceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DeselectSurfaceCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/DeselectSurfaceCmd.cpp; sourceTree = SOURCE_ROOT; }; - 718E523D4BDDCFAC394B3EA5 /* DeselectTexCoordCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DeselectTexCoordCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/DeselectTexCoordCmd.h; sourceTree = SOURCE_ROOT; }; - 7344B3B35CD0188D1283EC59 /* SurfaceManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SurfaceManager.h; path = ../../../addons/ofxPiMapper/src/Surfaces/SurfaceManager.h; sourceTree = SOURCE_ROOT; }; - 74CA4C78136F233FB90B7D3E /* RmGridRowCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RmGridRowCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/RmGridRowCmd.h; sourceTree = SOURCE_ROOT; }; - 775FD891C1E381F87BF33C82 /* AddGridRowCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = AddGridRowCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/AddGridRowCmd.h; sourceTree = SOURCE_ROOT; }; - 784FFEB8D108EC916343AB97 /* SelNextTexCoordCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SelNextTexCoordCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/SelNextTexCoordCmd.cpp; sourceTree = SOURCE_ROOT; }; - 78D67A00EB899FAC09430597 /* ofxLabel.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ofxLabel.cpp; path = ../../../addons/ofxGui/src/ofxLabel.cpp; sourceTree = SOURCE_ROOT; }; - 79A9ED756DB70790A67E3EF8 /* SelVertexCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SelVertexCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/SelVertexCmd.h; sourceTree = SOURCE_ROOT; }; - 7A3290FC65714D0C4D02B8BA /* Gui.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Gui.h; path = ../../../addons/ofxPiMapper/src/Gui/Gui.h; sourceTree = SOURCE_ROOT; }; - 7C89C324499F9541394245C9 /* DirectoryWatcher.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DirectoryWatcher.h; path = ../../../addons/ofxPiMapper/src/MediaServer/DirectoryWatcher.h; sourceTree = SOURCE_ROOT; }; - 7D386994DF359F3BD1E66480 /* MvSelectionCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MvSelectionCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/MvSelectionCmd.cpp; sourceTree = SOURCE_ROOT; }; - 7E78D1B2A6DB0856BF8ED1FE /* BaseJoint.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BaseJoint.cpp; path = ../../../addons/ofxPiMapper/src/UserInterface/BaseJoint.cpp; sourceTree = SOURCE_ROOT; }; - 7F58FFED7FBFC49573FF65E4 /* SetSourceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SetSourceCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/SetSourceCmd.cpp; sourceTree = SOURCE_ROOT; }; - 7FD330C204479B5A5021D286 /* SourceSelectionMode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SourceSelectionMode.h; path = ../../../addons/ofxPiMapper/src/Application/Modes/SourceSelectionMode.h; sourceTree = SOURCE_ROOT; }; - 802251BAF1B35B1D67B32FD0 /* ofxSliderGroup.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ofxSliderGroup.cpp; path = ../../../addons/ofxGui/src/ofxSliderGroup.cpp; sourceTree = SOURCE_ROOT; }; - 832BDC407620CDBA568B713D /* tinyxmlerror.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = tinyxmlerror.cpp; path = ../../../addons/ofxXmlSettings/libs/tinyxmlerror.cpp; sourceTree = SOURCE_ROOT; }; - 836B103542A52C63B004410C /* SurfaceManager.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SurfaceManager.cpp; path = ../../../addons/ofxPiMapper/src/Surfaces/SurfaceManager.cpp; sourceTree = SOURCE_ROOT; }; - 851AF875A70187105CA91C1A /* BaseJoint.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BaseJoint.h; path = ../../../addons/ofxPiMapper/src/UserInterface/BaseJoint.h; sourceTree = SOURCE_ROOT; }; - 87F26B4B24CBD428AD9EEBAA /* ofxBaseGui.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ofxBaseGui.h; path = ../../../addons/ofxGui/src/ofxBaseGui.h; sourceTree = SOURCE_ROOT; }; - 89449E3044D456F7DE7BEA14 /* ofxPanel.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ofxPanel.h; path = ../../../addons/ofxGui/src/ofxPanel.h; sourceTree = SOURCE_ROOT; }; - 8D3CB0B9A827AFA479349BBE /* SetApplicationModeCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SetApplicationModeCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/SetApplicationModeCmd.cpp; sourceTree = SOURCE_ROOT; }; - 8F41EDB76644426680B2FA2B /* MvTexCoordCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MvTexCoordCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/MvTexCoordCmd.h; sourceTree = SOURCE_ROOT; }; - 906696B07A716E4057D32B1E /* QuadSurface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = QuadSurface.h; path = ../../../addons/ofxPiMapper/src/Surfaces/QuadSurface.h; sourceTree = SOURCE_ROOT; }; - 907C5B5E104864A2D3A25745 /* ofxToggle.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ofxToggle.cpp; path = ../../../addons/ofxGui/src/ofxToggle.cpp; sourceTree = SOURCE_ROOT; }; - 912C6A870E22496CEA43AC85 /* SetTexMapDrawModeCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SetTexMapDrawModeCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/SetTexMapDrawModeCmd.h; sourceTree = SOURCE_ROOT; }; - 928068952444E81EF818B25C /* Application.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Application.h; path = ../../../addons/ofxPiMapper/src/Application/Application.h; sourceTree = SOURCE_ROOT; }; - 933CAE5B2DEC9DDABEA95E34 /* MvLayerUpCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MvLayerUpCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/MvLayerUpCmd.h; sourceTree = SOURCE_ROOT; }; - 93C11B810D4F591A2F70C148 /* Vec2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Vec2.h; path = ../../../addons/ofxPiMapper/src/Types/Vec2.h; sourceTree = SOURCE_ROOT; }; - 941AD8B39C28D08B9F31077A /* TextureHighlightWidget.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TextureHighlightWidget.cpp; path = ../../../addons/ofxPiMapper/src/Gui/Widgets/TextureHighlightWidget.cpp; sourceTree = SOURCE_ROOT; }; - 94DC897871B221F060A6A70F /* GuiBaseWidget.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GuiBaseWidget.h; path = ../../../addons/ofxPiMapper/src/Gui/Widgets/GuiBaseWidget.h; sourceTree = SOURCE_ROOT; }; - 9604B925D32EE39065747725 /* ofxBaseGui.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ofxBaseGui.cpp; path = ../../../addons/ofxGui/src/ofxBaseGui.cpp; sourceTree = SOURCE_ROOT; }; - 962C349E8F4E59FF335AB2A6 /* ClearSurfacesCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ClearSurfacesCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/ClearSurfacesCmd.cpp; sourceTree = SOURCE_ROOT; }; - 9631F04A0875ADEB45970DE8 /* ApplicationBaseMode.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ApplicationBaseMode.cpp; path = ../../../addons/ofxPiMapper/src/Application/Modes/ApplicationBaseMode.cpp; sourceTree = SOURCE_ROOT; }; - 9B4D98CCBAB57278C96169D4 /* CircleJoint.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = CircleJoint.h; path = ../../../addons/ofxPiMapper/src/UserInterface/CircleJoint.h; sourceTree = SOURCE_ROOT; }; - 9F39733296358C3B0F85BB15 /* SurfaceHighlightWidget.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SurfaceHighlightWidget.h; path = ../../../addons/ofxPiMapper/src/Gui/Widgets/SurfaceHighlightWidget.h; sourceTree = SOURCE_ROOT; }; - A2282B1E05458C3B2BBCE568 /* SelVertexCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SelVertexCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/SelVertexCmd.cpp; sourceTree = SOURCE_ROOT; }; - A50F23D868C48DF9799BC788 /* RmGridColCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RmGridColCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/RmGridColCmd.cpp; sourceTree = SOURCE_ROOT; }; - A5CBAE57D2ADED1CAB6123AF /* SelNextTexCoordCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SelNextTexCoordCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/SelNextTexCoordCmd.h; sourceTree = SOURCE_ROOT; }; - A8558ACA2B5E9FD75C455CA2 /* Vec3.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Vec3.cpp; path = ../../../addons/ofxPiMapper/src/Types/Vec3.cpp; sourceTree = SOURCE_ROOT; }; - AB4132974E14024E74E320F5 /* BaseSource.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BaseSource.cpp; path = ../../../addons/ofxPiMapper/src/Sources/BaseSource.cpp; sourceTree = SOURCE_ROOT; }; - AB96773D1B378AE8018EA33E /* TextureEditorWidget.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = TextureEditorWidget.h; path = ../../../addons/ofxPiMapper/src/Gui/Widgets/TextureEditorWidget.h; sourceTree = SOURCE_ROOT; }; - B16277019B0C4B684E1B063E /* TextureMappingMode.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = TextureMappingMode.cpp; path = ../../../addons/ofxPiMapper/src/Application/Modes/TextureMappingMode.cpp; sourceTree = SOURCE_ROOT; }; - B178ED5CA7F76AAA6E49E191 /* SurfaceType.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SurfaceType.h; path = ../../../addons/ofxPiMapper/src/Surfaces/SurfaceType.h; sourceTree = SOURCE_ROOT; }; - B21E7E5F548EEA92F368040B /* tinyxml.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = tinyxml.h; path = ../../../addons/ofxXmlSettings/libs/tinyxml.h; sourceTree = SOURCE_ROOT; }; - B323D7489A7B26A63443444F /* AddSurfaceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = AddSurfaceCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/AddSurfaceCmd.cpp; sourceTree = SOURCE_ROOT; }; - B390802358C73D3757AC9B4E /* BaseSource.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BaseSource.h; path = ../../../addons/ofxPiMapper/src/Sources/BaseSource.h; sourceTree = SOURCE_ROOT; }; - B562DE1EEC28EE801EB4F483 /* SourcesEditorWidget.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SourcesEditorWidget.h; path = ../../../addons/ofxPiMapper/src/Gui/Widgets/SourcesEditorWidget.h; sourceTree = SOURCE_ROOT; }; - B5C793F4FEA3AA065347B61C /* SelPrevSurfaceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SelPrevSurfaceCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/SelPrevSurfaceCmd.h; sourceTree = SOURCE_ROOT; }; - B7C308F8B76FCB909581A580 /* RmSurfaceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RmSurfaceCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/RmSurfaceCmd.cpp; sourceTree = SOURCE_ROOT; }; - B7DD3DE526EF824DDAF42B09 /* GuiMode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GuiMode.h; path = ../../../addons/ofxPiMapper/src/UserInterface/GuiMode.h; sourceTree = SOURCE_ROOT; }; - B87C60311EC1FE841C1ECD89 /* ofxLabel.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ofxLabel.h; path = ../../../addons/ofxGui/src/ofxLabel.h; sourceTree = SOURCE_ROOT; }; - B9ECBF061BABECA9C2341372 /* QuadSurface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = QuadSurface.cpp; path = ../../../addons/ofxPiMapper/src/Surfaces/QuadSurface.cpp; sourceTree = SOURCE_ROOT; }; - BA5B6BB795E2A24B2DBA22BD /* SelNextVertexCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SelNextVertexCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/SelNextVertexCmd.h; sourceTree = SOURCE_ROOT; }; - BA65337B3E631788AE2D018B /* RmGridColCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RmGridColCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/RmGridColCmd.h; sourceTree = SOURCE_ROOT; }; - BCB571865BB25BC586CF80EC /* SetPresetCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SetPresetCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/SetPresetCmd.h; sourceTree = SOURCE_ROOT; }; - BCBB74B9531974E1D5DA019B /* HexagonSurface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HexagonSurface.cpp; path = ../../../addons/ofxPiMapper/src/Surfaces/HexagonSurface.cpp; sourceTree = SOURCE_ROOT; }; - BDBE053980FA01FAD543D782 /* CmdManager.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CmdManager.cpp; path = ../../../addons/ofxPiMapper/src/Commands/CmdManager.cpp; sourceTree = SOURCE_ROOT; }; - C27244405258CD6DF424D0F3 /* ProjectionEditorWidget.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ProjectionEditorWidget.h; path = ../../../addons/ofxPiMapper/src/Gui/Widgets/ProjectionEditorWidget.h; sourceTree = SOURCE_ROOT; }; - C2D03F683EE589F55D47CFFD /* VideoSource.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = VideoSource.h; path = ../../../addons/ofxPiMapper/src/Sources/VideoSource.h; sourceTree = SOURCE_ROOT; }; - C2E5DC1692A11AF5D981F8FA /* Mode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = Mode.h; path = ../../../addons/ofxPiMapper/src/Mode.h; sourceTree = SOURCE_ROOT; }; - C3E8D103B72D02E063B29082 /* GridWarpSurface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = GridWarpSurface.h; path = ../../../addons/ofxPiMapper/src/Surfaces/GridWarpSurface.h; sourceTree = SOURCE_ROOT; }; - C61C1F4F1A1ED2660B1D6EDC /* FboSource.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = FboSource.cpp; path = ../../../addons/ofxPiMapper/src/Sources/FboSource.cpp; sourceTree = SOURCE_ROOT; }; - C656C28252AD5E9E09FA2162 /* DuplicateSurfaceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DuplicateSurfaceCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/DuplicateSurfaceCmd.cpp; sourceTree = SOURCE_ROOT; }; - C70D8946940288799E82131E /* ofxSliderGroup.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ofxSliderGroup.h; path = ../../../addons/ofxGui/src/ofxSliderGroup.h; sourceTree = SOURCE_ROOT; }; - C88333E71C9457E441C33474 /* ofxButton.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ofxButton.cpp; path = ../../../addons/ofxGui/src/ofxButton.cpp; sourceTree = SOURCE_ROOT; }; - CB4461BD6FC059D946144727 /* SelSurfaceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SelSurfaceCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/SelSurfaceCmd.h; sourceTree = SOURCE_ROOT; }; - D05D5FBB2B2779B022A5DD04 /* SelTexCoordCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SelTexCoordCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/SelTexCoordCmd.h; sourceTree = SOURCE_ROOT; }; - D463EA9CC53D21A44CB9D6EF /* SaveTexCoordPosCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SaveTexCoordPosCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/SaveTexCoordPosCmd.h; sourceTree = SOURCE_ROOT; }; - D4CFAEBB593AD070E04F106C /* MvSelectionCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MvSelectionCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/MvSelectionCmd.h; sourceTree = SOURCE_ROOT; }; - D565A612B1DF2837C94A6081 /* MvSurfaceVertCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MvSurfaceVertCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/MvSurfaceVertCmd.h; sourceTree = SOURCE_ROOT; }; - D58C36B60BB72C7336042FB9 /* SurfaceFactory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SurfaceFactory.h; path = ../../../addons/ofxPiMapper/src/Surfaces/SurfaceFactory.h; sourceTree = SOURCE_ROOT; }; - D627BF76B06B3FF4F1516C5E /* HomographyHelper.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = HomographyHelper.h; path = ../../../addons/ofxPiMapper/src/Utils/HomographyHelper.h; sourceTree = SOURCE_ROOT; }; - D7287CBE5600FEE9EE1B1AEA /* RmSurfaceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RmSurfaceCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/RmSurfaceCmd.h; sourceTree = SOURCE_ROOT; }; - DBAFA0B7AFEA589CA5167204 /* MvAllTexCoordsCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MvAllTexCoordsCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/MvAllTexCoordsCmd.cpp; sourceTree = SOURCE_ROOT; }; - DC69ACA83F14B8A2AE20197B /* RadioList.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = RadioList.h; path = ../../../addons/ofxPiMapper/src/UserInterface/RadioList.h; sourceTree = SOURCE_ROOT; }; - DC8107E8E56AFFB933FE8962 /* ProjectionMappingMode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ProjectionMappingMode.h; path = ../../../addons/ofxPiMapper/src/Application/Modes/ProjectionMappingMode.h; sourceTree = SOURCE_ROOT; }; - DCC24025AD26B4554B000385 /* Gui.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Gui.cpp; path = ../../../addons/ofxPiMapper/src/Gui/Gui.cpp; sourceTree = SOURCE_ROOT; }; - E112B3AEBEA2C091BF2B40AE /* ofxPanel.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ofxPanel.cpp; path = ../../../addons/ofxGui/src/ofxPanel.cpp; sourceTree = SOURCE_ROOT; }; - E2333CF877EE99EBE86F4B0F /* HomographyHelper.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = HomographyHelper.cpp; path = ../../../addons/ofxPiMapper/src/Utils/HomographyHelper.cpp; sourceTree = SOURCE_ROOT; }; - E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = openFrameworksLib.xcodeproj; path = ../../../libs/openFrameworksCompiled/project/osx/openFrameworksLib.xcodeproj; sourceTree = SOURCE_ROOT; }; - E47BE7E996D01B437B713B9B /* CircleSurface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = CircleSurface.cpp; path = ../../../addons/ofxPiMapper/src/Surfaces/CircleSurface.cpp; sourceTree = SOURCE_ROOT; }; - E4B69B5B0A3A1756003C02F2 /* example_pocketvjDebug.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = example_pocketvjDebug.app; sourceTree = BUILT_PRODUCTS_DIR; }; - E4B69E1D0A3A1BDC003C02F2 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = src/main.cpp; sourceTree = SOURCE_ROOT; }; - E4B69E1E0A3A1BDC003C02F2 /* ofApp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ofApp.cpp; path = src/ofApp.cpp; sourceTree = SOURCE_ROOT; }; - E4B69E1F0A3A1BDC003C02F2 /* ofApp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ofApp.h; path = src/ofApp.h; sourceTree = SOURCE_ROOT; }; - E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "openFrameworks-Info.plist"; sourceTree = ""; }; - E4EB691F138AFCF100A09F29 /* CoreOF.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = CoreOF.xcconfig; path = ../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig; sourceTree = SOURCE_ROOT; }; - E4EB6923138AFD0F00A09F29 /* Project.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Project.xcconfig; sourceTree = ""; }; - E52D4207C299D5886C8FD2C7 /* MvLayerUpCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MvLayerUpCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/MvLayerUpCmd.cpp; sourceTree = SOURCE_ROOT; }; - E5949E35CC6642F2FDFFAAE5 /* ImageSource.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = ImageSource.h; path = ../../../addons/ofxPiMapper/src/Sources/ImageSource.h; sourceTree = SOURCE_ROOT; }; - E8CE817DF3028A4345376E7D /* DeselectTexCoordCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = DeselectTexCoordCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/DeselectTexCoordCmd.cpp; sourceTree = SOURCE_ROOT; }; - E8DA47AF2B265F778E74D4DA /* StartDragSurfaceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = StartDragSurfaceCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/StartDragSurfaceCmd.cpp; sourceTree = SOURCE_ROOT; }; - EC481BAB32B250D3EA41AF9E /* MvLayerDnCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = MvLayerDnCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/MvLayerDnCmd.cpp; sourceTree = SOURCE_ROOT; }; - ECF8674C7975F1063C5E30CA /* ofxGuiGroup.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ofxGuiGroup.cpp; path = ../../../addons/ofxGui/src/ofxGuiGroup.cpp; sourceTree = SOURCE_ROOT; }; - EE95BF87E883491E7CC9B6EC /* DuplicateSurfaceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = DuplicateSurfaceCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/DuplicateSurfaceCmd.h; sourceTree = SOURCE_ROOT; }; - EEF2CEBAFFABCFED915AFCE1 /* Info.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = Info.cpp; path = ../../../addons/ofxPiMapper/src/Info/Info.cpp; sourceTree = SOURCE_ROOT; }; - EFB1537A5DBC298C759BFC62 /* SourceTypeHelper.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SourceTypeHelper.h; path = ../../../addons/ofxPiMapper/src/Sources/SourceTypeHelper.h; sourceTree = SOURCE_ROOT; }; - F05CE9A6503C7CBCC46403C4 /* FboSource.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = FboSource.h; path = ../../../addons/ofxPiMapper/src/Sources/FboSource.h; sourceTree = SOURCE_ROOT; }; - F0A9FE4B6FB6C958B72B72CD /* SetApplicationModeCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SetApplicationModeCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/SetApplicationModeCmd.h; sourceTree = SOURCE_ROOT; }; - F27EBFBACAC7B29B2B7CA500 /* BaseSurface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = BaseSurface.h; path = ../../../addons/ofxPiMapper/src/Surfaces/BaseSurface.h; sourceTree = SOURCE_ROOT; }; - F2C0EE541190D47BF5911C0A /* BaseSurface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = BaseSurface.cpp; path = ../../../addons/ofxPiMapper/src/Surfaces/BaseSurface.cpp; sourceTree = SOURCE_ROOT; }; - F3538B8AF69CAB7C215FA1EF /* RmGridRowCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = RmGridRowCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/RmGridRowCmd.cpp; sourceTree = SOURCE_ROOT; }; - F4EDCDF597954EF25E7AD416 /* ScaleWidget.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = ScaleWidget.cpp; path = ../../../addons/ofxPiMapper/src/Gui/Widgets/ScaleWidget.cpp; sourceTree = SOURCE_ROOT; }; - F7B0806EEA8012D629BE363C /* OMXPlayerCache.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = OMXPlayerCache.cpp; path = ../../../addons/ofxPiMapper/src/Sources/OMXPlayerCache.cpp; sourceTree = SOURCE_ROOT; }; - F7E88D3956480E0CBAA21641 /* SelPrevTexCoordCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SelPrevTexCoordCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/SelPrevTexCoordCmd.cpp; sourceTree = SOURCE_ROOT; }; - FA2E4E947E8D358C28D903C0 /* SetNextSourceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = SetNextSourceCmd.h; path = ../../../addons/ofxPiMapper/src/Commands/SetNextSourceCmd.h; sourceTree = SOURCE_ROOT; }; - FC5DA1C87211D4F6377DA719 /* tinyxmlparser.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = tinyxmlparser.cpp; path = ../../../addons/ofxXmlSettings/libs/tinyxmlparser.cpp; sourceTree = SOURCE_ROOT; }; - FC98A68C64BFC941D0B31EE9 /* SelNextSurfaceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; name = SelNextSurfaceCmd.cpp; path = ../../../addons/ofxPiMapper/src/Commands/SelNextSurfaceCmd.cpp; sourceTree = SOURCE_ROOT; }; - FCB5A622161B43A8154687F8 /* MediaServer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = MediaServer.h; path = ../../../addons/ofxPiMapper/src/MediaServer/MediaServer.h; sourceTree = SOURCE_ROOT; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - E4B69B590A3A1756003C02F2 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 0775EF7214A04F1C3C936CCE /* Widgets */ = { - isa = PBXGroup; - children = ( - 94DC897871B221F060A6A70F /* GuiBaseWidget.h */, - 57990D37D728C5711AACBA9F /* LayerPanelWidget.cpp */, - 438B20A2C548E18384498186 /* LayerPanelWidget.h */, - 18DA1B30717C876AA19CEEC0 /* ProjectionEditorWidget.cpp */, - C27244405258CD6DF424D0F3 /* ProjectionEditorWidget.h */, - F4EDCDF597954EF25E7AD416 /* ScaleWidget.cpp */, - 23A4F0C9DE47BA73B3E49EDE /* ScaleWidget.h */, - 36F59D2F886152DF4115A218 /* SourcesEditorWidget.cpp */, - B562DE1EEC28EE801EB4F483 /* SourcesEditorWidget.h */, - 69A4D26FC0AD01A86571540D /* SurfaceHighlightWidget.cpp */, - 9F39733296358C3B0F85BB15 /* SurfaceHighlightWidget.h */, - 413E846B881CCADC897A8A40 /* TextureEditorWidget.cpp */, - AB96773D1B378AE8018EA33E /* TextureEditorWidget.h */, - 941AD8B39C28D08B9F31077A /* TextureHighlightWidget.cpp */, - 3BD822DBD11904D1D6E27E76 /* TextureHighlightWidget.h */, - ); - name = Widgets; - sourceTree = ""; - }; - 1F4FB5C423662B96ADFDCC0B /* ofxXmlSettings */ = { - isa = PBXGroup; - children = ( - 6ECEF0D76BC33727823EADFF /* src */, - 6E54289412D2D94F45A05113 /* libs */, - ); - name = ofxXmlSettings; - sourceTree = ""; - }; - 3D6840E4DBCF2DED6C755B76 /* Utils */ = { - isa = PBXGroup; - children = ( - E2333CF877EE99EBE86F4B0F /* HomographyHelper.cpp */, - D627BF76B06B3FF4F1516C5E /* HomographyHelper.h */, - ); - name = Utils; - sourceTree = ""; - }; - 43844FF975EC3DB9B9DDAD73 /* Application */ = { - isa = PBXGroup; - children = ( - 1B3B1807E9CFC3FFBA4DBBEF /* Application.cpp */, - 928068952444E81EF818B25C /* Application.h */, - 783422EB3B2FDA36D11DC9CF /* Modes */, - 33DD6E4350FD51C68B7E65F0 /* SettingsLoader.cpp */, - 5235D939D249EAF47F9A5EB5 /* SettingsLoader.h */, - ); - name = Application; - sourceTree = ""; - }; - 480A780D8D0308AE4A368801 /* ofxGui */ = { - isa = PBXGroup; - children = ( - A763ED608B35AE3310251DEE /* src */, - ); - name = ofxGui; - sourceTree = ""; - }; - 49237A8A4935FFC7A690CBD7 /* MediaServer */ = { - isa = PBXGroup; - children = ( - 20F9951441118A70E8D55E13 /* DirectoryWatcher.cpp */, - 7C89C324499F9541394245C9 /* DirectoryWatcher.h */, - 18385A4F4BC87806616D4F7F /* MediaServer.cpp */, - FCB5A622161B43A8154687F8 /* MediaServer.h */, - ); - name = MediaServer; - sourceTree = ""; - }; - 57113A603B123D17EBD5D0D1 /* src */ = { - isa = PBXGroup; - children = ( - 43844FF975EC3DB9B9DDAD73 /* Application */, - F19689EE10A2EC1EC429FAC7 /* Commands */, - 783C34304FF450D0CB244879 /* Gui */, - 922DC4E8A53315BB0C983902 /* Info */, - 49237A8A4935FFC7A690CBD7 /* MediaServer */, - C2E5DC1692A11AF5D981F8FA /* Mode.h */, - 16DB3860ECC0D672B08DE71C /* ofxPiMapper.cpp */, - 378C962CF2DB945F38DE674A /* ofxPiMapper.h */, - 77B40894B404D46E0B9438E0 /* Sources */, - DA1ABA97EBE5173F815CB449 /* Surfaces */, - E910F62B91A8365D01A66512 /* Types */, - 925C888869704DBDF0BE6D0B /* UserInterface */, - 3D6840E4DBCF2DED6C755B76 /* Utils */, - ); - name = src; - sourceTree = ""; - }; - 6948EE371B920CB800B5AC1A /* local_addons */ = { - isa = PBXGroup; - children = ( - ); - name = local_addons; - sourceTree = ""; - }; - 6E54289412D2D94F45A05113 /* libs */ = { - isa = PBXGroup; - children = ( - 2B40EDA85BEB63E46785BC29 /* tinyxml.cpp */, - B21E7E5F548EEA92F368040B /* tinyxml.h */, - 832BDC407620CDBA568B713D /* tinyxmlerror.cpp */, - FC5DA1C87211D4F6377DA719 /* tinyxmlparser.cpp */, - ); - name = libs; - sourceTree = ""; - }; - 6ECEF0D76BC33727823EADFF /* src */ = { - isa = PBXGroup; - children = ( - 50DF87D612C5AAE17AAFA6C0 /* ofxXmlSettings.cpp */, - 01DCC0911400F9ACF5B65578 /* ofxXmlSettings.h */, - ); - name = src; - sourceTree = ""; - }; - 77B40894B404D46E0B9438E0 /* Sources */ = { - isa = PBXGroup; - children = ( - AB4132974E14024E74E320F5 /* BaseSource.cpp */, - B390802358C73D3757AC9B4E /* BaseSource.h */, - C61C1F4F1A1ED2660B1D6EDC /* FboSource.cpp */, - F05CE9A6503C7CBCC46403C4 /* FboSource.h */, - 61291E56B7882C9E9B8F119B /* ImageSource.cpp */, - E5949E35CC6642F2FDFFAAE5 /* ImageSource.h */, - F7B0806EEA8012D629BE363C /* OMXPlayerCache.cpp */, - 3BD72CBAFD427FC6E9F164D2 /* OMXPlayerCache.h */, - 6595C215972AFFC7EE685F5A /* SourceType.h */, - EFB1537A5DBC298C759BFC62 /* SourceTypeHelper.h */, - 5407451FA68C27B2AAE644A6 /* VideoSource.cpp */, - C2D03F683EE589F55D47CFFD /* VideoSource.h */, - ); - name = Sources; - sourceTree = ""; - }; - 783422EB3B2FDA36D11DC9CF /* Modes */ = { - isa = PBXGroup; - children = ( - 9631F04A0875ADEB45970DE8 /* ApplicationBaseMode.cpp */, - 57D73BCD8A871590F140EFF6 /* ApplicationBaseMode.h */, - 64156CB2D856E4CE0FBBED96 /* PresentationMode.cpp */, - 3B043509B19E37C383D7CA87 /* PresentationMode.h */, - 1BCA96396113AAF56D66C844 /* ProjectionMappingMode.cpp */, - DC8107E8E56AFFB933FE8962 /* ProjectionMappingMode.h */, - 4245228145B1AA737F49CF14 /* SourceSelectionMode.cpp */, - 7FD330C204479B5A5021D286 /* SourceSelectionMode.h */, - B16277019B0C4B684E1B063E /* TextureMappingMode.cpp */, - 3157007392BD114EAB99F470 /* TextureMappingMode.h */, - ); - name = Modes; - sourceTree = ""; - }; - 783C34304FF450D0CB244879 /* Gui */ = { - isa = PBXGroup; - children = ( - DCC24025AD26B4554B000385 /* Gui.cpp */, - 7A3290FC65714D0C4D02B8BA /* Gui.h */, - 0775EF7214A04F1C3C936CCE /* Widgets */, - ); - name = Gui; - sourceTree = ""; - }; - 7CC2E9C572434BA3ED1C8079 /* ofxPiMapper */ = { - isa = PBXGroup; - children = ( - 57113A603B123D17EBD5D0D1 /* src */, - ); - name = ofxPiMapper; - sourceTree = ""; - }; - 922DC4E8A53315BB0C983902 /* Info */ = { - isa = PBXGroup; - children = ( - EEF2CEBAFFABCFED915AFCE1 /* Info.cpp */, - 37E7F66B151AB6A0AB6FC244 /* Info.h */, - ); - name = Info; - sourceTree = ""; - }; - 925C888869704DBDF0BE6D0B /* UserInterface */ = { - isa = PBXGroup; - children = ( - 7E78D1B2A6DB0856BF8ED1FE /* BaseJoint.cpp */, - 851AF875A70187105CA91C1A /* BaseJoint.h */, - 62F01592304CB7995200EF7B /* CircleJoint.cpp */, - 9B4D98CCBAB57278C96169D4 /* CircleJoint.h */, - 4130052A043CF3D3C2BA943A /* EditorType.h */, - B7DD3DE526EF824DDAF42B09 /* GuiMode.h */, - 4048CA09E6AAB5F673CBD2F0 /* RadioList.cpp */, - DC69ACA83F14B8A2AE20197B /* RadioList.h */, - ); - name = UserInterface; - sourceTree = ""; - }; - A763ED608B35AE3310251DEE /* src */ = { - isa = PBXGroup; - children = ( - 9604B925D32EE39065747725 /* ofxBaseGui.cpp */, - 87F26B4B24CBD428AD9EEBAA /* ofxBaseGui.h */, - C88333E71C9457E441C33474 /* ofxButton.cpp */, - 2834D88A62CD23F3DE2C47D1 /* ofxButton.h */, - 17E65988300FBD9AAA2CD0CA /* ofxGui.h */, - ECF8674C7975F1063C5E30CA /* ofxGuiGroup.cpp */, - 1C0DA2561397A7DE0246858B /* ofxGuiGroup.h */, - 78D67A00EB899FAC09430597 /* ofxLabel.cpp */, - B87C60311EC1FE841C1ECD89 /* ofxLabel.h */, - E112B3AEBEA2C091BF2B40AE /* ofxPanel.cpp */, - 89449E3044D456F7DE7BEA14 /* ofxPanel.h */, - 15F2C6477A769C03A56D1401 /* ofxSlider.cpp */, - 52AFA1F08C420992CAAAE648 /* ofxSlider.h */, - 802251BAF1B35B1D67B32FD0 /* ofxSliderGroup.cpp */, - C70D8946940288799E82131E /* ofxSliderGroup.h */, - 907C5B5E104864A2D3A25745 /* ofxToggle.cpp */, - 0A1DAC09F322AE313A40706D /* ofxToggle.h */, - ); - name = src; - sourceTree = ""; - }; - BB4B014C10F69532006C3DED /* addons */ = { - isa = PBXGroup; - children = ( - 480A780D8D0308AE4A368801 /* ofxGui */, - 7CC2E9C572434BA3ED1C8079 /* ofxPiMapper */, - 1F4FB5C423662B96ADFDCC0B /* ofxXmlSettings */, - ); - name = addons; - sourceTree = ""; - }; - DA1ABA97EBE5173F815CB449 /* Surfaces */ = { - isa = PBXGroup; - children = ( - F2C0EE541190D47BF5911C0A /* BaseSurface.cpp */, - F27EBFBACAC7B29B2B7CA500 /* BaseSurface.h */, - E47BE7E996D01B437B713B9B /* CircleSurface.cpp */, - 5F3D44140B5D476BC98E98F3 /* CircleSurface.h */, - 2D2400AC1A64EDE5E990C56C /* GridWarpSurface.cpp */, - C3E8D103B72D02E063B29082 /* GridWarpSurface.h */, - BCBB74B9531974E1D5DA019B /* HexagonSurface.cpp */, - 0B4D5D37A2AE7AB30D726C16 /* HexagonSurface.h */, - B9ECBF061BABECA9C2341372 /* QuadSurface.cpp */, - 906696B07A716E4057D32B1E /* QuadSurface.h */, - 03FA94CA9F193C816DE4253F /* SurfaceFactory.cpp */, - D58C36B60BB72C7336042FB9 /* SurfaceFactory.h */, - 836B103542A52C63B004410C /* SurfaceManager.cpp */, - 7344B3B35CD0188D1283EC59 /* SurfaceManager.h */, - 1C080561EC053F17BB86A668 /* SurfaceStack.cpp */, - 6592BB3592290B34832D7607 /* SurfaceStack.h */, - B178ED5CA7F76AAA6E49E191 /* SurfaceType.h */, - 3DF2D82EA37D8C7A5F686EA5 /* TriangleSurface.cpp */, - 23118136CC7FFA920626B6C3 /* TriangleSurface.h */, - ); - name = Surfaces; - sourceTree = ""; - }; - E4328144138ABC890047C5CB /* Products */ = { - isa = PBXGroup; - children = ( - E4328148138ABC890047C5CB /* openFrameworksDebug.a */, - ); - name = Products; - sourceTree = ""; - }; - E4B69B4A0A3A1720003C02F2 = { - isa = PBXGroup; - children = ( - E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */, - E4EB6923138AFD0F00A09F29 /* Project.xcconfig */, - E4B69E1C0A3A1BDC003C02F2 /* src */, - E4EEC9E9138DF44700A80321 /* openFrameworks */, - BB4B014C10F69532006C3DED /* addons */, - 6948EE371B920CB800B5AC1A /* local_addons */, - E4B69B5B0A3A1756003C02F2 /* example_pocketvjDebug.app */, - ); - sourceTree = ""; - }; - E4B69E1C0A3A1BDC003C02F2 /* src */ = { - isa = PBXGroup; - children = ( - E4B69E1D0A3A1BDC003C02F2 /* main.cpp */, - E4B69E1E0A3A1BDC003C02F2 /* ofApp.cpp */, - E4B69E1F0A3A1BDC003C02F2 /* ofApp.h */, - ); - path = src; - sourceTree = SOURCE_ROOT; - }; - E4EEC9E9138DF44700A80321 /* openFrameworks */ = { - isa = PBXGroup; - children = ( - E4EB691F138AFCF100A09F29 /* CoreOF.xcconfig */, - E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */, - ); - name = openFrameworks; - sourceTree = ""; - }; - E910F62B91A8365D01A66512 /* Types */ = { - isa = PBXGroup; - children = ( - 4E09343A9F13BB51BC741692 /* Vec2.cpp */, - 93C11B810D4F591A2F70C148 /* Vec2.h */, - A8558ACA2B5E9FD75C455CA2 /* Vec3.cpp */, - 18E4114EBCEA8ADD837B4207 /* Vec3.h */, - ); - name = Types; - sourceTree = ""; - }; - F19689EE10A2EC1EC429FAC7 /* Commands */ = { - isa = PBXGroup; - children = ( - 231337763726D333E0B3D56C /* AddGridColCmd.cpp */, - 1E73070DAC89F6A796BFF464 /* AddGridColCmd.h */, - 3E4A0386460638A781A7AC84 /* AddGridRowCmd.cpp */, - 775FD891C1E381F87BF33C82 /* AddGridRowCmd.h */, - B323D7489A7B26A63443444F /* AddSurfaceCmd.cpp */, - 00756183A9E41665E637AC23 /* AddSurfaceCmd.h */, - 17972C3384311464011667D9 /* BaseCmd.h */, - 962C349E8F4E59FF335AB2A6 /* ClearSurfacesCmd.cpp */, - 3074E4094F76555C299E5D8E /* ClearSurfacesCmd.h */, - BDBE053980FA01FAD543D782 /* CmdManager.cpp */, - 2F04FFB9BAC4575E214C0DED /* CmdManager.h */, - 6E80EE6FB0CC304A6CA287BB /* DeselectSurfaceCmd.cpp */, - 65DBA05D19177D2853D54196 /* DeselectSurfaceCmd.h */, - E8CE817DF3028A4345376E7D /* DeselectTexCoordCmd.cpp */, - 718E523D4BDDCFAC394B3EA5 /* DeselectTexCoordCmd.h */, - C656C28252AD5E9E09FA2162 /* DuplicateSurfaceCmd.cpp */, - EE95BF87E883491E7CC9B6EC /* DuplicateSurfaceCmd.h */, - DBAFA0B7AFEA589CA5167204 /* MvAllTexCoordsCmd.cpp */, - 25322223D3976D5F33DCCBF6 /* MvAllTexCoordsCmd.h */, - EC481BAB32B250D3EA41AF9E /* MvLayerDnCmd.cpp */, - 61481FB831430E35A18ABD02 /* MvLayerDnCmd.h */, - E52D4207C299D5886C8FD2C7 /* MvLayerUpCmd.cpp */, - 933CAE5B2DEC9DDABEA95E34 /* MvLayerUpCmd.h */, - 7D386994DF359F3BD1E66480 /* MvSelectionCmd.cpp */, - D4CFAEBB593AD070E04F106C /* MvSelectionCmd.h */, - 18041C8871E17DE3E60BFF95 /* MvSurfaceVertCmd.cpp */, - D565A612B1DF2837C94A6081 /* MvSurfaceVertCmd.h */, - 0739F09627790055C959BBF4 /* MvTexCoordCmd.cpp */, - 8F41EDB76644426680B2FA2B /* MvTexCoordCmd.h */, - A50F23D868C48DF9799BC788 /* RmGridColCmd.cpp */, - BA65337B3E631788AE2D018B /* RmGridColCmd.h */, - F3538B8AF69CAB7C215FA1EF /* RmGridRowCmd.cpp */, - 74CA4C78136F233FB90B7D3E /* RmGridRowCmd.h */, - B7C308F8B76FCB909581A580 /* RmSurfaceCmd.cpp */, - D7287CBE5600FEE9EE1B1AEA /* RmSurfaceCmd.h */, - 60F40691CD9DE4DEE1768FE9 /* SaveTexCoordPosCmd.cpp */, - D463EA9CC53D21A44CB9D6EF /* SaveTexCoordPosCmd.h */, - 34B45EB44DED0A47FBAD30F4 /* ScaleSurfaceFromToCmd.cpp */, - 62C9C3E62D4BEF04CF54C031 /* ScaleSurfaceFromToCmd.h */, - FC98A68C64BFC941D0B31EE9 /* SelNextSurfaceCmd.cpp */, - 30ED82F4A70B5B95CCEF7744 /* SelNextSurfaceCmd.h */, - 784FFEB8D108EC916343AB97 /* SelNextTexCoordCmd.cpp */, - A5CBAE57D2ADED1CAB6123AF /* SelNextTexCoordCmd.h */, - 140C0677F9F5A5D3B8A89AC4 /* SelNextVertexCmd.cpp */, - BA5B6BB795E2A24B2DBA22BD /* SelNextVertexCmd.h */, - 6DF54314CF2B45BF195B84C6 /* SelPrevSurfaceCmd.cpp */, - B5C793F4FEA3AA065347B61C /* SelPrevSurfaceCmd.h */, - F7E88D3956480E0CBAA21641 /* SelPrevTexCoordCmd.cpp */, - 1CE256C39E514ABD16FCCB87 /* SelPrevTexCoordCmd.h */, - 3B29C3846BA06080344C1D1E /* SelPrevVertexCmd.cpp */, - 47AB6134D2AB2F3EB10096A3 /* SelPrevVertexCmd.h */, - 0B691BBAB665F94F09B2C276 /* SelSurfaceCmd.cpp */, - CB4461BD6FC059D946144727 /* SelSurfaceCmd.h */, - 27453C6FAE9B674FD694508D /* SelTexCoordCmd.cpp */, - D05D5FBB2B2779B022A5DD04 /* SelTexCoordCmd.h */, - A2282B1E05458C3B2BBCE568 /* SelVertexCmd.cpp */, - 79A9ED756DB70790A67E3EF8 /* SelVertexCmd.h */, - 8D3CB0B9A827AFA479349BBE /* SetApplicationModeCmd.cpp */, - F0A9FE4B6FB6C958B72B72CD /* SetApplicationModeCmd.h */, - 4FFBE499412CC8DD07163E91 /* SetNextSourceCmd.cpp */, - FA2E4E947E8D358C28D903C0 /* SetNextSourceCmd.h */, - 15C9B02F2CF08112845CD074 /* SetPresetCmd.cpp */, - BCB571865BB25BC586CF80EC /* SetPresetCmd.h */, - 7F58FFED7FBFC49573FF65E4 /* SetSourceCmd.cpp */, - 56A68D8E68FF141B5EB1ADF6 /* SetSourceCmd.h */, - 49BE2D8F2A2A57F4EBF83FF4 /* SetTexMapDrawModeCmd.cpp */, - 912C6A870E22496CEA43AC85 /* SetTexMapDrawModeCmd.h */, - E8DA47AF2B265F778E74D4DA /* StartDragSurfaceCmd.cpp */, - 5EBDBF5E7887C574E1FCC1B5 /* StartDragSurfaceCmd.h */, - 5D020B9B28609D071E21BB76 /* ToggleAnimatedSourceCmd.cpp */, - 21167F26AF957606289D4A4A /* ToggleAnimatedSourceCmd.h */, - 655142313A378162E3929785 /* TogglePerspectiveCmd.cpp */, - 4244A1B9B55BD7BA7ED2F547 /* TogglePerspectiveCmd.h */, - 03FCF5559C2A6AB79D947767 /* TranslateCanvasCmd.cpp */, - 5AB104FC7812B4F42B8E1540 /* TranslateCanvasCmd.h */, - ); - name = Commands; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - E4B69B5A0A3A1756003C02F2 /* example_pocketvj */ = { - isa = PBXNativeTarget; - buildConfigurationList = E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "example_pocketvj" */; - buildPhases = ( - E4B69B580A3A1756003C02F2 /* Sources */, - E4B69B590A3A1756003C02F2 /* Frameworks */, - E4B6FFFD0C3F9AB9008CF71C /* ShellScript */, - E4C2427710CC5ABF004149E2 /* CopyFiles */, - 8466F1851C04CA0E00918B1C /* ShellScript */, - ); - buildRules = ( - ); - dependencies = ( - E4EEB9AC138B136A00A80321 /* PBXTargetDependency */, - ); - name = example_pocketvj; - productName = myOFApp; - productReference = E4B69B5B0A3A1756003C02F2 /* example_pocketvjDebug.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - E4B69B4C0A3A1720003C02F2 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0600; - }; - buildConfigurationList = E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "example_pocketvj" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - English, - Japanese, - French, - German, - ); - mainGroup = E4B69B4A0A3A1720003C02F2; - productRefGroup = E4B69B4A0A3A1720003C02F2; - projectDirPath = ""; - projectReferences = ( - { - ProductGroup = E4328144138ABC890047C5CB /* Products */; - ProjectRef = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */; - }, - ); - projectRoot = ""; - targets = ( - E4B69B5A0A3A1756003C02F2 /* example_pocketvj */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXReferenceProxy section */ - E4328148138ABC890047C5CB /* openFrameworksDebug.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = openFrameworksDebug.a; - remoteRef = E4328147138ABC890047C5CB /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; -/* End PBXReferenceProxy section */ - -/* Begin PBXShellScriptBuildPhase section */ - 8466F1851C04CA0E00918B1C /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 12; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "echo \"$GCC_PREPROCESSOR_DEFINITIONS\";\nAPPSTORE=`expr \"$GCC_PREPROCESSOR_DEFINITIONS\" : \".*APPSTORE=\\([0-9]*\\)\"`\nif [ -z \"$APPSTORE\" ] ; then\necho \"Note: Not copying bin/data to App Package or doing App Code signing. Use AppStore target for AppStore distribution\";\nelse\n# Copy bin/data into App/Resources\nrsync -avz --exclude='.DS_Store' \"${SRCROOT}/bin/data/\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/data/\"\n\n# ---- Code Sign App Package ----\n\n# WARNING: You may have to run Clean in Xcode after changing CODE_SIGN_IDENTITY!\n\n# Verify that $CODE_SIGN_IDENTITY is set\nif [ -z \"${CODE_SIGN_IDENTITY}\" ] ; then\necho \"CODE_SIGN_IDENTITY needs to be set for framework code-signing\"\nexit 0\nfi\n\nif [ -z \"${CODE_SIGN_ENTITLEMENTS}\" ] ; then\necho \"CODE_SIGN_ENTITLEMENTS needs to be set for framework code-signing!\"\n\nif [ \"${CONFIGURATION}\" = \"Release\" ] ; then\nexit 1\nelse\n# Code-signing is optional for non-release builds.\nexit 0\nfi\nfi\n\nITEMS=\"\"\n\nFRAMEWORKS_DIR=\"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\necho \"$FRAMEWORKS_DIR\"\nif [ -d \"$FRAMEWORKS_DIR\" ] ; then\nFRAMEWORKS=$(find \"${FRAMEWORKS_DIR}\" -depth -type d -name \"*.framework\" -or -name \"*.dylib\" -or -name \"*.bundle\" | sed -e \"s/\\(.*framework\\)/\\1\\/Versions\\/A\\//\")\nRESULT=$?\nif [[ $RESULT != 0 ]] ; then\nexit 1\nfi\n\nITEMS=\"${FRAMEWORKS}\"\nfi\n\nLOGINITEMS_DIR=\"${TARGET_BUILD_DIR}/${CONTENTS_FOLDER_PATH}/Library/LoginItems/\"\nif [ -d \"$LOGINITEMS_DIR\" ] ; then\nLOGINITEMS=$(find \"${LOGINITEMS_DIR}\" -depth -type d -name \"*.app\")\nRESULT=$?\nif [[ $RESULT != 0 ]] ; then\nexit 1\nfi\n\nITEMS=\"${ITEMS}\"$'\\n'\"${LOGINITEMS}\"\nfi\n\n# Prefer the expanded name, if available.\nCODE_SIGN_IDENTITY_FOR_ITEMS=\"${EXPANDED_CODE_SIGN_IDENTITY_NAME}\"\nif [ \"${CODE_SIGN_IDENTITY_FOR_ITEMS}\" = \"\" ] ; then\n# Fall back to old behavior.\nCODE_SIGN_IDENTITY_FOR_ITEMS=\"${CODE_SIGN_IDENTITY}\"\nfi\n\necho \"Identity:\"\necho \"${CODE_SIGN_IDENTITY_FOR_ITEMS}\"\n\necho \"Entitlements:\"\necho \"${CODE_SIGN_ENTITLEMENTS}\"\n\necho \"Found:\"\necho \"${ITEMS}\"\n\n# Change the Internal Field Separator (IFS) so that spaces in paths will not cause problems below.\nSAVED_IFS=$IFS\nIFS=$(echo -en \"\\n\\b\")\n\n# Loop through all items.\nfor ITEM in $ITEMS;\ndo\necho \"Signing '${ITEM}'\"\ncodesign --force --verbose --sign \"${CODE_SIGN_IDENTITY_FOR_ITEMS}\" --entitlements \"${CODE_SIGN_ENTITLEMENTS}\" \"${ITEM}\"\nRESULT=$?\nif [[ $RESULT != 0 ]] ; then\necho \"Failed to sign '${ITEM}'.\"\nIFS=$SAVED_IFS\nexit 1\nfi\ndone\n\n# Restore $IFS.\nIFS=$SAVED_IFS\n\nfi\n"; - }; - E4B6FFFD0C3F9AB9008CF71C /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "mkdir -p \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Resources/\"\n# Copy default icon file into App/Resources\nrsync -aved \"$ICON_FILE\" \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Resources/\"\n# Copy libfmod and change install directory for fmod to run\nrsync -aved \"$OF_PATH/libs/fmodex/lib/osx/libfmodex.dylib\" \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Frameworks/\";\ninstall_name_tool -change @executable_path/libfmodex.dylib @executable_path/../Frameworks/libfmodex.dylib \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/$PRODUCT_NAME\";\n\necho \"$GCC_PREPROCESSOR_DEFINITIONS\";\n"; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - E4B69B580A3A1756003C02F2 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */, - E4B69E210A3A1BDC003C02F2 /* ofApp.cpp in Sources */, - 856AA354D08AB4B323081444 /* ofxBaseGui.cpp in Sources */, - 5CBB2AB3A60F65431D7B555D /* ofxButton.cpp in Sources */, - B266578FC55D23BFEBC042E7 /* ofxGuiGroup.cpp in Sources */, - 483908258D00B98B4BE69F07 /* ofxLabel.cpp in Sources */, - F285EB3169F1566CA3D93C20 /* ofxPanel.cpp in Sources */, - 837220E80EB56CD44AD27F2A /* ofxSlider.cpp in Sources */, - B56FE57CC35806596D38118C /* ofxSliderGroup.cpp in Sources */, - 1CD33E884D9E3358252E82A1 /* ofxToggle.cpp in Sources */, - 401140F3B7FA4412935BB121 /* Application.cpp in Sources */, - C4D6DA9B890E612343FD059F /* ApplicationBaseMode.cpp in Sources */, - 4A53BFBA57F4AD16FB9D2D24 /* PresentationMode.cpp in Sources */, - 42AB7CD7DFB89209AB951942 /* ProjectionMappingMode.cpp in Sources */, - AA98F23DF9897F2241EF3968 /* SourceSelectionMode.cpp in Sources */, - 21B18AC78EBFC1FD28C614D5 /* TextureMappingMode.cpp in Sources */, - 2E9E05C9FFCE15172A701335 /* SettingsLoader.cpp in Sources */, - 580602DA874A9CF9E850DEEE /* AddGridColCmd.cpp in Sources */, - D88BA6D139757ED4E1669796 /* AddGridRowCmd.cpp in Sources */, - B1EEE5A7EC1876072BF8F7FE /* AddSurfaceCmd.cpp in Sources */, - F9A6B58165791682416A1685 /* ClearSurfacesCmd.cpp in Sources */, - 93760FE8B10EBD4081251E10 /* CmdManager.cpp in Sources */, - C8D7FA44AA0565654A681157 /* DeselectSurfaceCmd.cpp in Sources */, - 973F560586CB3735581265E7 /* DeselectTexCoordCmd.cpp in Sources */, - D61A46C1800537BA43C7884F /* DuplicateSurfaceCmd.cpp in Sources */, - 8CA6C92E3D4F91750BC469FF /* MvAllTexCoordsCmd.cpp in Sources */, - A75658250711ADE2C05FC781 /* MvLayerDnCmd.cpp in Sources */, - C34B66987F4DA38C21AF325B /* MvLayerUpCmd.cpp in Sources */, - 6056983B92E88B475FF04299 /* MvSelectionCmd.cpp in Sources */, - 845DC872C79A75F7B5FABC02 /* MvSurfaceVertCmd.cpp in Sources */, - 25F5CD753AF35B53464E56AE /* MvTexCoordCmd.cpp in Sources */, - 82643E358DF270B9EC939699 /* RmGridColCmd.cpp in Sources */, - 5826FF4F63DC430E90AFDA5E /* RmGridRowCmd.cpp in Sources */, - B01F972DDDA5F21EF4C8B99D /* RmSurfaceCmd.cpp in Sources */, - 36A98A331EAE1D0A19998A59 /* SaveTexCoordPosCmd.cpp in Sources */, - E327ACE85A208BAFACD1B7C7 /* ScaleSurfaceFromToCmd.cpp in Sources */, - 67FF225B68ECC1942C833BFE /* SelNextSurfaceCmd.cpp in Sources */, - 60C8089351E49CF344577098 /* SelNextTexCoordCmd.cpp in Sources */, - E6D82F5A7B22E9FB46DEEF15 /* SelNextVertexCmd.cpp in Sources */, - 7DAB7D546F81A93336034BF7 /* SelPrevSurfaceCmd.cpp in Sources */, - 800748EF057A284D9DA82F60 /* SelPrevTexCoordCmd.cpp in Sources */, - B9654D0EF43BCA228B330ED7 /* SelPrevVertexCmd.cpp in Sources */, - E5D631612E039E04B1736E76 /* SelSurfaceCmd.cpp in Sources */, - 14566DCD28D35A80428886C4 /* SelTexCoordCmd.cpp in Sources */, - 7002E598586957E5F20E69A7 /* SelVertexCmd.cpp in Sources */, - 90DE06EA59944C1BEA539719 /* SetApplicationModeCmd.cpp in Sources */, - 4BF21A290FA6FE26B87B8971 /* SetNextSourceCmd.cpp in Sources */, - 84172554824F6959BA431E33 /* SetPresetCmd.cpp in Sources */, - 6500BFD07CA93EFD8A162B25 /* SetSourceCmd.cpp in Sources */, - A6EE8D8F3CA590EF6D7FAFA6 /* SetTexMapDrawModeCmd.cpp in Sources */, - 06765053D7BFBBEB43E77B23 /* StartDragSurfaceCmd.cpp in Sources */, - 6438655B2AE4DDA2743241EC /* ToggleAnimatedSourceCmd.cpp in Sources */, - 23963D6D8F0085D5DD2DF394 /* TogglePerspectiveCmd.cpp in Sources */, - 28F5415281F8D09BBC098355 /* TranslateCanvasCmd.cpp in Sources */, - EA700B09626C8413C92EF860 /* Gui.cpp in Sources */, - 8E8F94DC506856A4E92FBA8A /* LayerPanelWidget.cpp in Sources */, - 274AEF0299D77E27C0C5B205 /* ProjectionEditorWidget.cpp in Sources */, - F06AE014F869282B7F7CE84C /* ScaleWidget.cpp in Sources */, - FB03F0A6D7866DFC55F519EB /* SourcesEditorWidget.cpp in Sources */, - 8A3D6CE0A4338871766366B6 /* SurfaceHighlightWidget.cpp in Sources */, - 4D2D4455339FC8C955091C88 /* TextureEditorWidget.cpp in Sources */, - 9CAA3B0DFD59840998C832DA /* TextureHighlightWidget.cpp in Sources */, - F3EACD31EE5E141FF66C48BD /* Info.cpp in Sources */, - DB8FC60C7512DB810C92625B /* DirectoryWatcher.cpp in Sources */, - 92527EF632E7EC0E96BC329C /* MediaServer.cpp in Sources */, - 3B90107DB9BF4857E357FCA8 /* ofxPiMapper.cpp in Sources */, - 892923A127FC7C57469FD078 /* BaseSource.cpp in Sources */, - 7702233BBFB6E8D9E8B93CBC /* FboSource.cpp in Sources */, - 95CB0A22296B3DB402835DCF /* ImageSource.cpp in Sources */, - 588E33B9B0BD6F5A2E4DF31D /* OMXPlayerCache.cpp in Sources */, - A0C1CAB7B9C59DDDC960EB62 /* VideoSource.cpp in Sources */, - 9F968AD3A115328F4BFE5D71 /* BaseSurface.cpp in Sources */, - D0758B5E19E04C33E9BF7193 /* CircleSurface.cpp in Sources */, - 63DB0907B2ACDF9E6F2D9925 /* GridWarpSurface.cpp in Sources */, - 9C194C9F4ACD67CD61FBD30D /* HexagonSurface.cpp in Sources */, - 2A9AFA74E0EF07E58AC11382 /* QuadSurface.cpp in Sources */, - B27F2ADC894A4C463E892AFE /* SurfaceFactory.cpp in Sources */, - 85649EB44DE8F0A3BF8430F9 /* SurfaceManager.cpp in Sources */, - C3A616FB3A463C17E327F395 /* SurfaceStack.cpp in Sources */, - C0EB2D2E383BA9DE417ADB38 /* TriangleSurface.cpp in Sources */, - 5FB2E2349349B93011671206 /* Vec2.cpp in Sources */, - 2E088EDC6E32D190998D8241 /* Vec3.cpp in Sources */, - 868F230C6074263277ED9B07 /* BaseJoint.cpp in Sources */, - 42BCE929D520D8872171239A /* CircleJoint.cpp in Sources */, - 1F4453EA1589AD79F4B34493 /* RadioList.cpp in Sources */, - 83CACB24937919003F2F9B63 /* HomographyHelper.cpp in Sources */, - 63B57AC5BF4EF088491E0317 /* ofxXmlSettings.cpp in Sources */, - 933A2227713C720CEFF80FD9 /* tinyxml.cpp in Sources */, - 9D44DC88EF9E7991B4A09951 /* tinyxmlerror.cpp in Sources */, - 5A4349E9754D6FA14C0F2A3A /* tinyxmlparser.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - E4EEB9AC138B136A00A80321 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = openFrameworks; - targetProxy = E4EEB9AB138B136A00A80321 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 99FA3DBB1C7456C400CFA0EE /* AppStore */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */; - buildSettings = { - CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/"; - COPY_PHASE_STRIP = YES; - DEAD_CODE_STRIPPING = YES; - GCC_AUTO_VECTORIZATION = YES; - GCC_ENABLE_SSE3_EXTENSIONS = YES; - GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 3; - "GCC_PREPROCESSOR_DEFINITIONS[arch=*]" = "DISTRIBUTION=1"; - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_UNROLL_LOOPS = YES; - GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES; - GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO; - GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO; - GCC_WARN_UNINITIALIZED_AUTOS = NO; - GCC_WARN_UNUSED_VALUE = NO; - GCC_WARN_UNUSED_VARIABLE = NO; - HEADER_SEARCH_PATHS = ( - "$(OF_CORE_HEADERS)", - src, - ../../../addons/ofxGui/src, - ../../../addons/ofxPiMapper/src, - ../../../addons/ofxPiMapper/src/Application, - ../../../addons/ofxPiMapper/src/Application/Modes, - ../../../addons/ofxPiMapper/src/Commands, - ../../../addons/ofxPiMapper/src/Gui, - ../../../addons/ofxPiMapper/src/Gui/Widgets, - ../../../addons/ofxPiMapper/src/Info, - ../../../addons/ofxPiMapper/src/MediaServer, - ../../../addons/ofxPiMapper/src/Sources, - ../../../addons/ofxPiMapper/src/Surfaces, - ../../../addons/ofxPiMapper/src/Types, - ../../../addons/ofxPiMapper/src/UserInterface, - ../../../addons/ofxPiMapper/src/Utils, - ../../../addons/ofxXmlSettings/libs, - ../../../addons/ofxXmlSettings/src, - ); - MACOSX_DEPLOYMENT_TARGET = 10.9; - OTHER_CPLUSPLUSFLAGS = ( - "-D__MACOSX_CORE__", - "-mtune=native", - ); - SDKROOT = macosx; - }; - name = AppStore; - }; - 99FA3DBC1C7456C400CFA0EE /* AppStore */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = YES; - FRAMEWORK_SEARCH_PATHS = "$(inherited)"; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_MODEL_TUNING = NONE; - "GCC_PREPROCESSOR_DEFINITIONS[arch=*]" = "APPSTORE=1"; - HEADER_SEARCH_PATHS = ( - "$(OF_CORE_HEADERS)", - src, - ../../../addons/ofxGui/src, - ../../../addons/ofxPiMapper/src, - ../../../addons/ofxPiMapper/src/Application, - ../../../addons/ofxPiMapper/src/Application/Modes, - ../../../addons/ofxPiMapper/src/Commands, - ../../../addons/ofxPiMapper/src/Gui, - ../../../addons/ofxPiMapper/src/Gui/Widgets, - ../../../addons/ofxPiMapper/src/Info, - ../../../addons/ofxPiMapper/src/MediaServer, - ../../../addons/ofxPiMapper/src/Sources, - ../../../addons/ofxPiMapper/src/Surfaces, - ../../../addons/ofxPiMapper/src/Types, - ../../../addons/ofxPiMapper/src/UserInterface, - ../../../addons/ofxPiMapper/src/Utils, - ../../../addons/ofxXmlSettings/libs, - ../../../addons/ofxXmlSettings/src, - ); - ICON = "$(ICON_NAME_RELEASE)"; - ICON_FILE = "$(ICON_FILE_PATH)$(ICON)"; - INFOPLIST_FILE = "openFrameworks-Info.plist"; - INSTALL_PATH = /Applications; - LIBRARY_SEARCH_PATHS = "$(inherited)"; - PRODUCT_NAME = "$(TARGET_NAME)"; - WRAPPER_EXTENSION = app; - baseConfigurationReference = E4EB6923138AFD0F00A09F29; - }; - name = AppStore; - }; - E4B69B4E0A3A1720003C02F2 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */; - buildSettings = { - CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/"; - COPY_PHASE_STRIP = NO; - DEAD_CODE_STRIPPING = YES; - GCC_AUTO_VECTORIZATION = YES; - GCC_ENABLE_SSE3_EXTENSIONS = YES; - GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES; - GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO; - GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO; - GCC_WARN_UNINITIALIZED_AUTOS = NO; - GCC_WARN_UNUSED_VALUE = NO; - GCC_WARN_UNUSED_VARIABLE = NO; - HEADER_SEARCH_PATHS = ( - "$(OF_CORE_HEADERS)", - src, - ../../../addons/ofxGui/src, - ../../../addons/ofxPiMapper/src, - ../../../addons/ofxPiMapper/src/Application, - ../../../addons/ofxPiMapper/src/Application/Modes, - ../../../addons/ofxPiMapper/src/Commands, - ../../../addons/ofxPiMapper/src/Gui, - ../../../addons/ofxPiMapper/src/Gui/Widgets, - ../../../addons/ofxPiMapper/src/Info, - ../../../addons/ofxPiMapper/src/MediaServer, - ../../../addons/ofxPiMapper/src/Sources, - ../../../addons/ofxPiMapper/src/Surfaces, - ../../../addons/ofxPiMapper/src/Types, - ../../../addons/ofxPiMapper/src/UserInterface, - ../../../addons/ofxPiMapper/src/Utils, - ../../../addons/ofxXmlSettings/libs, - ../../../addons/ofxXmlSettings/src, - ); - MACOSX_DEPLOYMENT_TARGET = 10.9; - ONLY_ACTIVE_ARCH = YES; - OTHER_CPLUSPLUSFLAGS = ( - "-D__MACOSX_CORE__", - "-mtune=native", - ); - SDKROOT = macosx; - }; - name = Debug; - }; - E4B69B4F0A3A1720003C02F2 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */; - buildSettings = { - CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/"; - COPY_PHASE_STRIP = YES; - DEAD_CODE_STRIPPING = YES; - GCC_AUTO_VECTORIZATION = YES; - GCC_ENABLE_SSE3_EXTENSIONS = YES; - GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 3; - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_UNROLL_LOOPS = YES; - GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES; - GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO; - GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO; - GCC_WARN_UNINITIALIZED_AUTOS = NO; - GCC_WARN_UNUSED_VALUE = NO; - GCC_WARN_UNUSED_VARIABLE = NO; - HEADER_SEARCH_PATHS = ( - "$(OF_CORE_HEADERS)", - src, - ../../../addons/ofxGui/src, - ../../../addons/ofxPiMapper/src, - ../../../addons/ofxPiMapper/src/Application, - ../../../addons/ofxPiMapper/src/Application/Modes, - ../../../addons/ofxPiMapper/src/Commands, - ../../../addons/ofxPiMapper/src/Gui, - ../../../addons/ofxPiMapper/src/Gui/Widgets, - ../../../addons/ofxPiMapper/src/Info, - ../../../addons/ofxPiMapper/src/MediaServer, - ../../../addons/ofxPiMapper/src/Sources, - ../../../addons/ofxPiMapper/src/Surfaces, - ../../../addons/ofxPiMapper/src/Types, - ../../../addons/ofxPiMapper/src/UserInterface, - ../../../addons/ofxPiMapper/src/Utils, - ../../../addons/ofxXmlSettings/libs, - ../../../addons/ofxXmlSettings/src, - ); - MACOSX_DEPLOYMENT_TARGET = 10.9; - OTHER_CPLUSPLUSFLAGS = ( - "-D__MACOSX_CORE__", - "-mtune=native", - ); - SDKROOT = macosx; - }; - name = Release; - }; - E4B69B600A3A1757003C02F2 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = NO; - FRAMEWORK_SEARCH_PATHS = "$(inherited)"; - GCC_DYNAMIC_NO_PIC = NO; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_MODEL_TUNING = NONE; - HEADER_SEARCH_PATHS = ( - "$(OF_CORE_HEADERS)", - src, - ../../../addons/ofxGui/src, - ../../../addons/ofxPiMapper/src, - ../../../addons/ofxPiMapper/src/Application, - ../../../addons/ofxPiMapper/src/Application/Modes, - ../../../addons/ofxPiMapper/src/Commands, - ../../../addons/ofxPiMapper/src/Gui, - ../../../addons/ofxPiMapper/src/Gui/Widgets, - ../../../addons/ofxPiMapper/src/Info, - ../../../addons/ofxPiMapper/src/MediaServer, - ../../../addons/ofxPiMapper/src/Sources, - ../../../addons/ofxPiMapper/src/Surfaces, - ../../../addons/ofxPiMapper/src/Types, - ../../../addons/ofxPiMapper/src/UserInterface, - ../../../addons/ofxPiMapper/src/Utils, - ../../../addons/ofxXmlSettings/libs, - ../../../addons/ofxXmlSettings/src, - ); - ICON = "$(ICON_NAME_DEBUG)"; - ICON_FILE = "$(ICON_FILE_PATH)$(ICON)"; - INFOPLIST_FILE = "openFrameworks-Info.plist"; - INSTALL_PATH = /Applications; - LIBRARY_SEARCH_PATHS = "$(inherited)"; - PRODUCT_NAME = "$(TARGET_NAME)Debug"; - WRAPPER_EXTENSION = app; - }; - name = Debug; - }; - E4B69B610A3A1757003C02F2 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = YES; - FRAMEWORK_SEARCH_PATHS = "$(inherited)"; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_MODEL_TUNING = NONE; - HEADER_SEARCH_PATHS = ( - "$(OF_CORE_HEADERS)", - src, - ../../../addons/ofxGui/src, - ../../../addons/ofxPiMapper/src, - ../../../addons/ofxPiMapper/src/Application, - ../../../addons/ofxPiMapper/src/Application/Modes, - ../../../addons/ofxPiMapper/src/Commands, - ../../../addons/ofxPiMapper/src/Gui, - ../../../addons/ofxPiMapper/src/Gui/Widgets, - ../../../addons/ofxPiMapper/src/Info, - ../../../addons/ofxPiMapper/src/MediaServer, - ../../../addons/ofxPiMapper/src/Sources, - ../../../addons/ofxPiMapper/src/Surfaces, - ../../../addons/ofxPiMapper/src/Types, - ../../../addons/ofxPiMapper/src/UserInterface, - ../../../addons/ofxPiMapper/src/Utils, - ../../../addons/ofxXmlSettings/libs, - ../../../addons/ofxXmlSettings/src, - ); - ICON = "$(ICON_NAME_RELEASE)"; - ICON_FILE = "$(ICON_FILE_PATH)$(ICON)"; - INFOPLIST_FILE = "openFrameworks-Info.plist"; - INSTALL_PATH = /Applications; - LIBRARY_SEARCH_PATHS = "$(inherited)"; - PRODUCT_NAME = "$(TARGET_NAME)"; - WRAPPER_EXTENSION = app; - baseConfigurationReference = E4EB6923138AFD0F00A09F29; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "example_pocketvj" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E4B69B4E0A3A1720003C02F2 /* Debug */, - E4B69B4F0A3A1720003C02F2 /* Release */, - 99FA3DBB1C7456C400CFA0EE /* AppStore */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "example_pocketvj" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E4B69B600A3A1757003C02F2 /* Debug */, - E4B69B610A3A1757003C02F2 /* Release */, - 99FA3DBC1C7456C400CFA0EE /* AppStore */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = E4B69B4C0A3A1720003C02F2 /* Project object */; -} diff --git a/example_pocketvj/example_pocketvj.xcodeproj/xcshareddata/xcschemes/example_pocketvj Debug.xcscheme b/example_pocketvj/example_pocketvj.xcodeproj/xcshareddata/xcschemes/example_pocketvj Debug.xcscheme deleted file mode 100644 index 1fd4166..0000000 --- a/example_pocketvj/example_pocketvj.xcodeproj/xcshareddata/xcschemes/example_pocketvj Debug.xcscheme +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example_pocketvj/example_pocketvj.xcodeproj/xcshareddata/xcschemes/example_pocketvj Release.xcscheme b/example_pocketvj/example_pocketvj.xcodeproj/xcshareddata/xcschemes/example_pocketvj Release.xcscheme deleted file mode 100644 index f166528..0000000 --- a/example_pocketvj/example_pocketvj.xcodeproj/xcshareddata/xcschemes/example_pocketvj Release.xcscheme +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example_pocketvj/openFrameworks-Info.plist b/example_pocketvj/openFrameworks-Info.plist deleted file mode 100644 index 8d64d2b..0000000 --- a/example_pocketvj/openFrameworks-Info.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - cc.openFrameworks.ofapp - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - APPL - CFBundleSignature - ???? - CFBundleVersion - 1.0 - CFBundleIconFile - ${ICON} - - diff --git a/example_remote-client/Project.xcconfig b/example_remote-client/Project.xcconfig deleted file mode 100644 index e570b15..0000000 --- a/example_remote-client/Project.xcconfig +++ /dev/null @@ -1,17 +0,0 @@ -//THE PATH TO THE ROOT OF OUR OF PATH RELATIVE TO THIS PROJECT. -//THIS NEEDS TO BE DEFINED BEFORE CoreOF.xcconfig IS INCLUDED -OF_PATH = ../../.. - -//THIS HAS ALL THE HEADER AND LIBS FOR OF CORE -#include "../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig" - -//ICONS - NEW IN 0072 -ICON_NAME_DEBUG = icon-debug.icns -ICON_NAME_RELEASE = icon.icns -ICON_FILE_PATH = $(OF_PATH)/libs/openFrameworksCompiled/project/osx/ - -//IF YOU WANT AN APP TO HAVE A CUSTOM ICON - PUT THEM IN YOUR DATA FOLDER AND CHANGE ICON_FILE_PATH to: -//ICON_FILE_PATH = bin/data/ - -OTHER_LDFLAGS = $(OF_CORE_LIBS) $(OF_CORE_FRAMEWORKS) -HEADER_SEARCH_PATHS = $(OF_CORE_HEADERS) diff --git a/example_remote-client/example_remote-client.xcodeproj/project.pbxproj b/example_remote-client/example_remote-client.xcodeproj/project.pbxproj deleted file mode 100644 index fb4f37a..0000000 --- a/example_remote-client/example_remote-client.xcodeproj/project.pbxproj +++ /dev/null @@ -1,1274 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 01286519203A247C00C1DA02 /* TCPClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 01286517203A247C00C1DA02 /* TCPClient.cpp */; }; - 06765053D7BFBBEB43E77B23 /* StartDragSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8DA47AF2B265F778E74D4DA /* StartDragSurfaceCmd.cpp */; }; - 125506CD3E5F428AAFE5CC65 /* ofxTCPManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F399B91E98DC31CDA6DDACB4 /* ofxTCPManager.cpp */; }; - 14566DCD28D35A80428886C4 /* SelTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 27453C6FAE9B674FD694508D /* SelTexCoordCmd.cpp */; }; - 1CD33E884D9E3358252E82A1 /* ofxToggle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 907C5B5E104864A2D3A25745 /* ofxToggle.cpp */; }; - 1F4453EA1589AD79F4B34493 /* RadioList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4048CA09E6AAB5F673CBD2F0 /* RadioList.cpp */; }; - 21B18AC78EBFC1FD28C614D5 /* TextureMappingMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B16277019B0C4B684E1B063E /* TextureMappingMode.cpp */; }; - 23963D6D8F0085D5DD2DF394 /* TogglePerspectiveCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 655142313A378162E3929785 /* TogglePerspectiveCmd.cpp */; }; - 25F5CD753AF35B53464E56AE /* MvTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0739F09627790055C959BBF4 /* MvTexCoordCmd.cpp */; }; - 274AEF0299D77E27C0C5B205 /* ProjectionEditorWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18DA1B30717C876AA19CEEC0 /* ProjectionEditorWidget.cpp */; }; - 28F5415281F8D09BBC098355 /* TranslateCanvasCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03FCF5559C2A6AB79D947767 /* TranslateCanvasCmd.cpp */; }; - 2A9AFA74E0EF07E58AC11382 /* QuadSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B9ECBF061BABECA9C2341372 /* QuadSurface.cpp */; }; - 2E088EDC6E32D190998D8241 /* Vec3.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8558ACA2B5E9FD75C455CA2 /* Vec3.cpp */; }; - 2E9E05C9FFCE15172A701335 /* SettingsLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33DD6E4350FD51C68B7E65F0 /* SettingsLoader.cpp */; }; - 36A98A331EAE1D0A19998A59 /* SaveTexCoordPosCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 60F40691CD9DE4DEE1768FE9 /* SaveTexCoordPosCmd.cpp */; }; - 3B90107DB9BF4857E357FCA8 /* ofxPiMapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16DB3860ECC0D672B08DE71C /* ofxPiMapper.cpp */; }; - 401140F3B7FA4412935BB121 /* Application.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1B3B1807E9CFC3FFBA4DBBEF /* Application.cpp */; }; - 42AB7CD7DFB89209AB951942 /* ProjectionMappingMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1BCA96396113AAF56D66C844 /* ProjectionMappingMode.cpp */; }; - 42BCE929D520D8872171239A /* CircleJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 62F01592304CB7995200EF7B /* CircleJoint.cpp */; }; - 483908258D00B98B4BE69F07 /* ofxLabel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 78D67A00EB899FAC09430597 /* ofxLabel.cpp */; }; - 4A53BFBA57F4AD16FB9D2D24 /* PresentationMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 64156CB2D856E4CE0FBBED96 /* PresentationMode.cpp */; }; - 4BF21A290FA6FE26B87B8971 /* SetNextSourceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4FFBE499412CC8DD07163E91 /* SetNextSourceCmd.cpp */; }; - 4D2D4455339FC8C955091C88 /* TextureEditorWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 413E846B881CCADC897A8A40 /* TextureEditorWidget.cpp */; }; - 580602DA874A9CF9E850DEEE /* AddGridColCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 231337763726D333E0B3D56C /* AddGridColCmd.cpp */; }; - 5826FF4F63DC430E90AFDA5E /* RmGridRowCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F3538B8AF69CAB7C215FA1EF /* RmGridRowCmd.cpp */; }; - 588E33B9B0BD6F5A2E4DF31D /* OMXPlayerCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7B0806EEA8012D629BE363C /* OMXPlayerCache.cpp */; }; - 5A4349E9754D6FA14C0F2A3A /* tinyxmlparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FC5DA1C87211D4F6377DA719 /* tinyxmlparser.cpp */; }; - 5CBB2AB3A60F65431D7B555D /* ofxButton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C88333E71C9457E441C33474 /* ofxButton.cpp */; }; - 5FB2E2349349B93011671206 /* Vec2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4E09343A9F13BB51BC741692 /* Vec2.cpp */; }; - 6056983B92E88B475FF04299 /* MvSelectionCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7D386994DF359F3BD1E66480 /* MvSelectionCmd.cpp */; }; - 60C8089351E49CF344577098 /* SelNextTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 784FFEB8D108EC916343AB97 /* SelNextTexCoordCmd.cpp */; }; - 63B57AC5BF4EF088491E0317 /* ofxXmlSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 50DF87D612C5AAE17AAFA6C0 /* ofxXmlSettings.cpp */; }; - 63DB0907B2ACDF9E6F2D9925 /* GridWarpSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2D2400AC1A64EDE5E990C56C /* GridWarpSurface.cpp */; }; - 6438655B2AE4DDA2743241EC /* ToggleAnimatedSourceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D020B9B28609D071E21BB76 /* ToggleAnimatedSourceCmd.cpp */; }; - 6500BFD07CA93EFD8A162B25 /* SetSourceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7F58FFED7FBFC49573FF65E4 /* SetSourceCmd.cpp */; }; - 66CA411C5A9664E27326BF36 /* ofxTCPServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1C085E327DAB912CFA2A443D /* ofxTCPServer.cpp */; }; - 67FF225B68ECC1942C833BFE /* SelNextSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FC98A68C64BFC941D0B31EE9 /* SelNextSurfaceCmd.cpp */; }; - 7002E598586957E5F20E69A7 /* SelVertexCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A2282B1E05458C3B2BBCE568 /* SelVertexCmd.cpp */; }; - 7702233BBFB6E8D9E8B93CBC /* FboSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C61C1F4F1A1ED2660B1D6EDC /* FboSource.cpp */; }; - 7DAB7D546F81A93336034BF7 /* SelPrevSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6DF54314CF2B45BF195B84C6 /* SelPrevSurfaceCmd.cpp */; }; - 800748EF057A284D9DA82F60 /* SelPrevTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7E88D3956480E0CBAA21641 /* SelPrevTexCoordCmd.cpp */; }; - 82643E358DF270B9EC939699 /* RmGridColCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A50F23D868C48DF9799BC788 /* RmGridColCmd.cpp */; }; - 837220E80EB56CD44AD27F2A /* ofxSlider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15F2C6477A769C03A56D1401 /* ofxSlider.cpp */; }; - 83CACB24937919003F2F9B63 /* HomographyHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E2333CF877EE99EBE86F4B0F /* HomographyHelper.cpp */; }; - 84172554824F6959BA431E33 /* SetPresetCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15C9B02F2CF08112845CD074 /* SetPresetCmd.cpp */; }; - 845DC872C79A75F7B5FABC02 /* MvSurfaceVertCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18041C8871E17DE3E60BFF95 /* MvSurfaceVertCmd.cpp */; }; - 85649EB44DE8F0A3BF8430F9 /* SurfaceManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836B103542A52C63B004410C /* SurfaceManager.cpp */; }; - 856AA354D08AB4B323081444 /* ofxBaseGui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9604B925D32EE39065747725 /* ofxBaseGui.cpp */; }; - 868F230C6074263277ED9B07 /* BaseJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7E78D1B2A6DB0856BF8ED1FE /* BaseJoint.cpp */; }; - 892923A127FC7C57469FD078 /* BaseSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB4132974E14024E74E320F5 /* BaseSource.cpp */; }; - 8A3D6CE0A4338871766366B6 /* SurfaceHighlightWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69A4D26FC0AD01A86571540D /* SurfaceHighlightWidget.cpp */; }; - 8CA6C92E3D4F91750BC469FF /* MvAllTexCoordsCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DBAFA0B7AFEA589CA5167204 /* MvAllTexCoordsCmd.cpp */; }; - 8E8F94DC506856A4E92FBA8A /* LayerPanelWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 57990D37D728C5711AACBA9F /* LayerPanelWidget.cpp */; }; - 90DE06EA59944C1BEA539719 /* SetApplicationModeCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8D3CB0B9A827AFA479349BBE /* SetApplicationModeCmd.cpp */; }; - 92527EF632E7EC0E96BC329C /* MediaServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18385A4F4BC87806616D4F7F /* MediaServer.cpp */; }; - 933A2227713C720CEFF80FD9 /* tinyxml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2B40EDA85BEB63E46785BC29 /* tinyxml.cpp */; }; - 93760FE8B10EBD4081251E10 /* CmdManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BDBE053980FA01FAD543D782 /* CmdManager.cpp */; }; - 95CB0A22296B3DB402835DCF /* ImageSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61291E56B7882C9E9B8F119B /* ImageSource.cpp */; }; - 960D20B191346612D5C05A6A /* ofxTCPClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF88F02779DD820913ACEA06 /* ofxTCPClient.cpp */; }; - 973F560586CB3735581265E7 /* DeselectTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8CE817DF3028A4345376E7D /* DeselectTexCoordCmd.cpp */; }; - 9C194C9F4ACD67CD61FBD30D /* HexagonSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCBB74B9531974E1D5DA019B /* HexagonSurface.cpp */; }; - 9CAA3B0DFD59840998C832DA /* TextureHighlightWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 941AD8B39C28D08B9F31077A /* TextureHighlightWidget.cpp */; }; - 9D44DC88EF9E7991B4A09951 /* tinyxmlerror.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 832BDC407620CDBA568B713D /* tinyxmlerror.cpp */; }; - 9F968AD3A115328F4BFE5D71 /* BaseSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F2C0EE541190D47BF5911C0A /* BaseSurface.cpp */; }; - A0C1CAB7B9C59DDDC960EB62 /* VideoSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5407451FA68C27B2AAE644A6 /* VideoSource.cpp */; }; - A6EE8D8F3CA590EF6D7FAFA6 /* SetTexMapDrawModeCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49BE2D8F2A2A57F4EBF83FF4 /* SetTexMapDrawModeCmd.cpp */; }; - A75658250711ADE2C05FC781 /* MvLayerDnCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC481BAB32B250D3EA41AF9E /* MvLayerDnCmd.cpp */; }; - AA98F23DF9897F2241EF3968 /* SourceSelectionMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4245228145B1AA737F49CF14 /* SourceSelectionMode.cpp */; }; - B01F972DDDA5F21EF4C8B99D /* RmSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B7C308F8B76FCB909581A580 /* RmSurfaceCmd.cpp */; }; - B1EEE5A7EC1876072BF8F7FE /* AddSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B323D7489A7B26A63443444F /* AddSurfaceCmd.cpp */; }; - B266578FC55D23BFEBC042E7 /* ofxGuiGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECF8674C7975F1063C5E30CA /* ofxGuiGroup.cpp */; }; - B27F2ADC894A4C463E892AFE /* SurfaceFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03FA94CA9F193C816DE4253F /* SurfaceFactory.cpp */; }; - B56FE57CC35806596D38118C /* ofxSliderGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 802251BAF1B35B1D67B32FD0 /* ofxSliderGroup.cpp */; }; - B9654D0EF43BCA228B330ED7 /* SelPrevVertexCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3B29C3846BA06080344C1D1E /* SelPrevVertexCmd.cpp */; }; - BEDFEE7400C58EA4E412B757 /* ofxJSONElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F2B099E6BD1199664C48B177 /* ofxJSONElement.cpp */; }; - C0EB2D2E383BA9DE417ADB38 /* TriangleSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3DF2D82EA37D8C7A5F686EA5 /* TriangleSurface.cpp */; }; - C34B66987F4DA38C21AF325B /* MvLayerUpCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E52D4207C299D5886C8FD2C7 /* MvLayerUpCmd.cpp */; }; - C3A616FB3A463C17E327F395 /* SurfaceStack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1C080561EC053F17BB86A668 /* SurfaceStack.cpp */; }; - C4D6DA9B890E612343FD059F /* ApplicationBaseMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9631F04A0875ADEB45970DE8 /* ApplicationBaseMode.cpp */; }; - C8D7FA44AA0565654A681157 /* DeselectSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6E80EE6FB0CC304A6CA287BB /* DeselectSurfaceCmd.cpp */; }; - D0758B5E19E04C33E9BF7193 /* CircleSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E47BE7E996D01B437B713B9B /* CircleSurface.cpp */; }; - D61A46C1800537BA43C7884F /* DuplicateSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C656C28252AD5E9E09FA2162 /* DuplicateSurfaceCmd.cpp */; }; - D88BA6D139757ED4E1669796 /* AddGridRowCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E4A0386460638A781A7AC84 /* AddGridRowCmd.cpp */; }; - DB8FC60C7512DB810C92625B /* DirectoryWatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 20F9951441118A70E8D55E13 /* DirectoryWatcher.cpp */; }; - E2564CF7DDB3713772BB682E /* ofxUDPManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 35BB9BB90DBABFD3B39F8DB6 /* ofxUDPManager.cpp */; }; - E327ACE85A208BAFACD1B7C7 /* ScaleSurfaceFromToCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34B45EB44DED0A47FBAD30F4 /* ScaleSurfaceFromToCmd.cpp */; }; - E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E4328148138ABC890047C5CB /* openFrameworksDebug.a */; }; - E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1D0A3A1BDC003C02F2 /* main.cpp */; }; - E4B69E210A3A1BDC003C02F2 /* ofApp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1E0A3A1BDC003C02F2 /* ofApp.cpp */; }; - E5D631612E039E04B1736E76 /* SelSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B691BBAB665F94F09B2C276 /* SelSurfaceCmd.cpp */; }; - E6D82F5A7B22E9FB46DEEF15 /* SelNextVertexCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 140C0677F9F5A5D3B8A89AC4 /* SelNextVertexCmd.cpp */; }; - EA700B09626C8413C92EF860 /* Gui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DCC24025AD26B4554B000385 /* Gui.cpp */; }; - F06AE014F869282B7F7CE84C /* ScaleWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4EDCDF597954EF25E7AD416 /* ScaleWidget.cpp */; }; - F285EB3169F1566CA3D93C20 /* ofxPanel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E112B3AEBEA2C091BF2B40AE /* ofxPanel.cpp */; }; - F3EACD31EE5E141FF66C48BD /* Info.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EEF2CEBAFFABCFED915AFCE1 /* Info.cpp */; }; - F9A6B58165791682416A1685 /* ClearSurfacesCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 962C349E8F4E59FF335AB2A6 /* ClearSurfacesCmd.cpp */; }; - FB03F0A6D7866DFC55F519EB /* SourcesEditorWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36F59D2F886152DF4115A218 /* SourcesEditorWidget.cpp */; }; - FB84AAF8D1B7A95266DB5C09 /* jsoncpp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 21BDE665988474F1B1F4D302 /* jsoncpp.cpp */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - E4328147138ABC890047C5CB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = E4B27C1510CBEB8E00536013; - remoteInfo = openFrameworks; - }; - E4EEB9AB138B136A00A80321 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = E4B27C1410CBEB8E00536013; - remoteInfo = openFrameworks; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXCopyFilesBuildPhase section */ - E4C2427710CC5ABF004149E2 /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 00756183A9E41665E637AC23 /* AddSurfaceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = AddSurfaceCmd.h; path = ../src/Commands/AddSurfaceCmd.h; sourceTree = SOURCE_ROOT; }; - 01286517203A247C00C1DA02 /* TCPClient.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = TCPClient.cpp; sourceTree = ""; }; - 01286518203A247C00C1DA02 /* TCPClient.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TCPClient.h; sourceTree = ""; }; - 01DCC0911400F9ACF5B65578 /* ofxXmlSettings.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxXmlSettings.h; path = ../../ofxXmlSettings/src/ofxXmlSettings.h; sourceTree = SOURCE_ROOT; }; - 03FA94CA9F193C816DE4253F /* SurfaceFactory.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SurfaceFactory.cpp; path = ../src/Surfaces/SurfaceFactory.cpp; sourceTree = SOURCE_ROOT; }; - 03FCF5559C2A6AB79D947767 /* TranslateCanvasCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = TranslateCanvasCmd.cpp; path = ../src/Commands/TranslateCanvasCmd.cpp; sourceTree = SOURCE_ROOT; }; - 0739F09627790055C959BBF4 /* MvTexCoordCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = MvTexCoordCmd.cpp; path = ../src/Commands/MvTexCoordCmd.cpp; sourceTree = SOURCE_ROOT; }; - 0A1DAC09F322AE313A40706D /* ofxToggle.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxToggle.h; path = ../../ofxGui/src/ofxToggle.h; sourceTree = SOURCE_ROOT; }; - 0B4D5D37A2AE7AB30D726C16 /* HexagonSurface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = HexagonSurface.h; path = ../src/Surfaces/HexagonSurface.h; sourceTree = SOURCE_ROOT; }; - 0B691BBAB665F94F09B2C276 /* SelSurfaceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SelSurfaceCmd.cpp; path = ../src/Commands/SelSurfaceCmd.cpp; sourceTree = SOURCE_ROOT; }; - 140C0677F9F5A5D3B8A89AC4 /* SelNextVertexCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SelNextVertexCmd.cpp; path = ../src/Commands/SelNextVertexCmd.cpp; sourceTree = SOURCE_ROOT; }; - 15C9B02F2CF08112845CD074 /* SetPresetCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SetPresetCmd.cpp; path = ../src/Commands/SetPresetCmd.cpp; sourceTree = SOURCE_ROOT; }; - 15F2C6477A769C03A56D1401 /* ofxSlider.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxSlider.cpp; path = ../../ofxGui/src/ofxSlider.cpp; sourceTree = SOURCE_ROOT; }; - 1645F56257269CD0356320BD /* ofxJSON.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxJSON.h; path = ../../ofxJSON/src/ofxJSON.h; sourceTree = SOURCE_ROOT; }; - 16DB3860ECC0D672B08DE71C /* ofxPiMapper.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxPiMapper.cpp; path = ../src/ofxPiMapper.cpp; sourceTree = SOURCE_ROOT; }; - 17972C3384311464011667D9 /* BaseCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = BaseCmd.h; path = ../src/Commands/BaseCmd.h; sourceTree = SOURCE_ROOT; }; - 17E65988300FBD9AAA2CD0CA /* ofxGui.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxGui.h; path = ../../ofxGui/src/ofxGui.h; sourceTree = SOURCE_ROOT; }; - 18041C8871E17DE3E60BFF95 /* MvSurfaceVertCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = MvSurfaceVertCmd.cpp; path = ../src/Commands/MvSurfaceVertCmd.cpp; sourceTree = SOURCE_ROOT; }; - 18385A4F4BC87806616D4F7F /* MediaServer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = MediaServer.cpp; path = ../src/MediaServer/MediaServer.cpp; sourceTree = SOURCE_ROOT; }; - 18DA1B30717C876AA19CEEC0 /* ProjectionEditorWidget.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ProjectionEditorWidget.cpp; path = ../src/Gui/Widgets/ProjectionEditorWidget.cpp; sourceTree = SOURCE_ROOT; }; - 18E4114EBCEA8ADD837B4207 /* Vec3.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = Vec3.h; path = ../src/Types/Vec3.h; sourceTree = SOURCE_ROOT; }; - 1B3B1807E9CFC3FFBA4DBBEF /* Application.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = Application.cpp; path = ../src/Application/Application.cpp; sourceTree = SOURCE_ROOT; }; - 1BCA96396113AAF56D66C844 /* ProjectionMappingMode.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ProjectionMappingMode.cpp; path = ../src/Application/Modes/ProjectionMappingMode.cpp; sourceTree = SOURCE_ROOT; }; - 1C080561EC053F17BB86A668 /* SurfaceStack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SurfaceStack.cpp; path = ../src/Surfaces/SurfaceStack.cpp; sourceTree = SOURCE_ROOT; }; - 1C085E327DAB912CFA2A443D /* ofxTCPServer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTCPServer.cpp; path = ../../ofxNetwork/src/ofxTCPServer.cpp; sourceTree = SOURCE_ROOT; }; - 1C0DA2561397A7DE0246858B /* ofxGuiGroup.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxGuiGroup.h; path = ../../ofxGui/src/ofxGuiGroup.h; sourceTree = SOURCE_ROOT; }; - 1CE256C39E514ABD16FCCB87 /* SelPrevTexCoordCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SelPrevTexCoordCmd.h; path = ../src/Commands/SelPrevTexCoordCmd.h; sourceTree = SOURCE_ROOT; }; - 1DFA26F2C6BBD1B8AC24C0B1 /* ofxNetworkUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxNetworkUtils.h; path = ../../ofxNetwork/src/ofxNetworkUtils.h; sourceTree = SOURCE_ROOT; }; - 1E73070DAC89F6A796BFF464 /* AddGridColCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = AddGridColCmd.h; path = ../src/Commands/AddGridColCmd.h; sourceTree = SOURCE_ROOT; }; - 20F9951441118A70E8D55E13 /* DirectoryWatcher.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = DirectoryWatcher.cpp; path = ../src/MediaServer/DirectoryWatcher.cpp; sourceTree = SOURCE_ROOT; }; - 21167F26AF957606289D4A4A /* ToggleAnimatedSourceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ToggleAnimatedSourceCmd.h; path = ../src/Commands/ToggleAnimatedSourceCmd.h; sourceTree = SOURCE_ROOT; }; - 21BDE665988474F1B1F4D302 /* jsoncpp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = jsoncpp.cpp; path = ../../ofxJSON/libs/jsoncpp/src/jsoncpp.cpp; sourceTree = SOURCE_ROOT; }; - 23118136CC7FFA920626B6C3 /* TriangleSurface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = TriangleSurface.h; path = ../src/Surfaces/TriangleSurface.h; sourceTree = SOURCE_ROOT; }; - 231337763726D333E0B3D56C /* AddGridColCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = AddGridColCmd.cpp; path = ../src/Commands/AddGridColCmd.cpp; sourceTree = SOURCE_ROOT; }; - 23A4F0C9DE47BA73B3E49EDE /* ScaleWidget.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ScaleWidget.h; path = ../src/Gui/Widgets/ScaleWidget.h; sourceTree = SOURCE_ROOT; }; - 25322223D3976D5F33DCCBF6 /* MvAllTexCoordsCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = MvAllTexCoordsCmd.h; path = ../src/Commands/MvAllTexCoordsCmd.h; sourceTree = SOURCE_ROOT; }; - 26A541233BC6F736E758F718 /* ofxJSONElement.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxJSONElement.h; path = ../../ofxJSON/src/ofxJSONElement.h; sourceTree = SOURCE_ROOT; }; - 26EF3E71A07C6948EAF6709E /* ofxTCPManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTCPManager.h; path = ../../ofxNetwork/src/ofxTCPManager.h; sourceTree = SOURCE_ROOT; }; - 27453C6FAE9B674FD694508D /* SelTexCoordCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SelTexCoordCmd.cpp; path = ../src/Commands/SelTexCoordCmd.cpp; sourceTree = SOURCE_ROOT; }; - 2834D88A62CD23F3DE2C47D1 /* ofxButton.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxButton.h; path = ../../ofxGui/src/ofxButton.h; sourceTree = SOURCE_ROOT; }; - 2B40EDA85BEB63E46785BC29 /* tinyxml.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = tinyxml.cpp; path = ../../ofxXmlSettings/libs/tinyxml.cpp; sourceTree = SOURCE_ROOT; }; - 2C7CF000B7B4F782C187C353 /* json.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = json.h; path = ../../ofxJSON/libs/jsoncpp/include/json/json.h; sourceTree = SOURCE_ROOT; }; - 2D2400AC1A64EDE5E990C56C /* GridWarpSurface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = GridWarpSurface.cpp; path = ../src/Surfaces/GridWarpSurface.cpp; sourceTree = SOURCE_ROOT; }; - 2F04FFB9BAC4575E214C0DED /* CmdManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = CmdManager.h; path = ../src/Commands/CmdManager.h; sourceTree = SOURCE_ROOT; }; - 2F519EB3B0DCD7378FB86ABE /* ofxUDPManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxUDPManager.h; path = ../../ofxNetwork/src/ofxUDPManager.h; sourceTree = SOURCE_ROOT; }; - 3074E4094F76555C299E5D8E /* ClearSurfacesCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ClearSurfacesCmd.h; path = ../src/Commands/ClearSurfacesCmd.h; sourceTree = SOURCE_ROOT; }; - 30841703B7AC8487D16FB4AA /* ofxTCPServer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTCPServer.h; path = ../../ofxNetwork/src/ofxTCPServer.h; sourceTree = SOURCE_ROOT; }; - 30ED82F4A70B5B95CCEF7744 /* SelNextSurfaceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SelNextSurfaceCmd.h; path = ../src/Commands/SelNextSurfaceCmd.h; sourceTree = SOURCE_ROOT; }; - 3157007392BD114EAB99F470 /* TextureMappingMode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = TextureMappingMode.h; path = ../src/Application/Modes/TextureMappingMode.h; sourceTree = SOURCE_ROOT; }; - 33DD6E4350FD51C68B7E65F0 /* SettingsLoader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SettingsLoader.cpp; path = ../src/Application/SettingsLoader.cpp; sourceTree = SOURCE_ROOT; }; - 34B45EB44DED0A47FBAD30F4 /* ScaleSurfaceFromToCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ScaleSurfaceFromToCmd.cpp; path = ../src/Commands/ScaleSurfaceFromToCmd.cpp; sourceTree = SOURCE_ROOT; }; - 35BB9BB90DBABFD3B39F8DB6 /* ofxUDPManager.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxUDPManager.cpp; path = ../../ofxNetwork/src/ofxUDPManager.cpp; sourceTree = SOURCE_ROOT; }; - 36F59D2F886152DF4115A218 /* SourcesEditorWidget.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SourcesEditorWidget.cpp; path = ../src/Gui/Widgets/SourcesEditorWidget.cpp; sourceTree = SOURCE_ROOT; }; - 378C962CF2DB945F38DE674A /* ofxPiMapper.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxPiMapper.h; path = ../src/ofxPiMapper.h; sourceTree = SOURCE_ROOT; }; - 37E7F66B151AB6A0AB6FC244 /* Info.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = Info.h; path = ../src/Info/Info.h; sourceTree = SOURCE_ROOT; }; - 3B043509B19E37C383D7CA87 /* PresentationMode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = PresentationMode.h; path = ../src/Application/Modes/PresentationMode.h; sourceTree = SOURCE_ROOT; }; - 3B29C3846BA06080344C1D1E /* SelPrevVertexCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SelPrevVertexCmd.cpp; path = ../src/Commands/SelPrevVertexCmd.cpp; sourceTree = SOURCE_ROOT; }; - 3BD72CBAFD427FC6E9F164D2 /* OMXPlayerCache.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = OMXPlayerCache.h; path = ../src/Sources/OMXPlayerCache.h; sourceTree = SOURCE_ROOT; }; - 3BD822DBD11904D1D6E27E76 /* TextureHighlightWidget.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = TextureHighlightWidget.h; path = ../src/Gui/Widgets/TextureHighlightWidget.h; sourceTree = SOURCE_ROOT; }; - 3DF2D82EA37D8C7A5F686EA5 /* TriangleSurface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = TriangleSurface.cpp; path = ../src/Surfaces/TriangleSurface.cpp; sourceTree = SOURCE_ROOT; }; - 3E4A0386460638A781A7AC84 /* AddGridRowCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = AddGridRowCmd.cpp; path = ../src/Commands/AddGridRowCmd.cpp; sourceTree = SOURCE_ROOT; }; - 4048CA09E6AAB5F673CBD2F0 /* RadioList.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = RadioList.cpp; path = ../src/UserInterface/RadioList.cpp; sourceTree = SOURCE_ROOT; }; - 4130052A043CF3D3C2BA943A /* EditorType.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = EditorType.h; path = ../src/UserInterface/EditorType.h; sourceTree = SOURCE_ROOT; }; - 413E846B881CCADC897A8A40 /* TextureEditorWidget.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = TextureEditorWidget.cpp; path = ../src/Gui/Widgets/TextureEditorWidget.cpp; sourceTree = SOURCE_ROOT; }; - 4244A1B9B55BD7BA7ED2F547 /* TogglePerspectiveCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = TogglePerspectiveCmd.h; path = ../src/Commands/TogglePerspectiveCmd.h; sourceTree = SOURCE_ROOT; }; - 4245228145B1AA737F49CF14 /* SourceSelectionMode.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SourceSelectionMode.cpp; path = ../src/Application/Modes/SourceSelectionMode.cpp; sourceTree = SOURCE_ROOT; }; - 438B20A2C548E18384498186 /* LayerPanelWidget.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = LayerPanelWidget.h; path = ../src/Gui/Widgets/LayerPanelWidget.h; sourceTree = SOURCE_ROOT; }; - 47AB6134D2AB2F3EB10096A3 /* SelPrevVertexCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SelPrevVertexCmd.h; path = ../src/Commands/SelPrevVertexCmd.h; sourceTree = SOURCE_ROOT; }; - 49BE2D8F2A2A57F4EBF83FF4 /* SetTexMapDrawModeCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SetTexMapDrawModeCmd.cpp; path = ../src/Commands/SetTexMapDrawModeCmd.cpp; sourceTree = SOURCE_ROOT; }; - 4E09343A9F13BB51BC741692 /* Vec2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = Vec2.cpp; path = ../src/Types/Vec2.cpp; sourceTree = SOURCE_ROOT; }; - 4FFBE499412CC8DD07163E91 /* SetNextSourceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SetNextSourceCmd.cpp; path = ../src/Commands/SetNextSourceCmd.cpp; sourceTree = SOURCE_ROOT; }; - 50DF87D612C5AAE17AAFA6C0 /* ofxXmlSettings.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxXmlSettings.cpp; path = ../../ofxXmlSettings/src/ofxXmlSettings.cpp; sourceTree = SOURCE_ROOT; }; - 5235D939D249EAF47F9A5EB5 /* SettingsLoader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SettingsLoader.h; path = ../src/Application/SettingsLoader.h; sourceTree = SOURCE_ROOT; }; - 52AFA1F08C420992CAAAE648 /* ofxSlider.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxSlider.h; path = ../../ofxGui/src/ofxSlider.h; sourceTree = SOURCE_ROOT; }; - 5407451FA68C27B2AAE644A6 /* VideoSource.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = VideoSource.cpp; path = ../src/Sources/VideoSource.cpp; sourceTree = SOURCE_ROOT; }; - 56A68D8E68FF141B5EB1ADF6 /* SetSourceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SetSourceCmd.h; path = ../src/Commands/SetSourceCmd.h; sourceTree = SOURCE_ROOT; }; - 57990D37D728C5711AACBA9F /* LayerPanelWidget.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = LayerPanelWidget.cpp; path = ../src/Gui/Widgets/LayerPanelWidget.cpp; sourceTree = SOURCE_ROOT; }; - 57D73BCD8A871590F140EFF6 /* ApplicationBaseMode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ApplicationBaseMode.h; path = ../src/Application/Modes/ApplicationBaseMode.h; sourceTree = SOURCE_ROOT; }; - 5AB104FC7812B4F42B8E1540 /* TranslateCanvasCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = TranslateCanvasCmd.h; path = ../src/Commands/TranslateCanvasCmd.h; sourceTree = SOURCE_ROOT; }; - 5D020B9B28609D071E21BB76 /* ToggleAnimatedSourceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ToggleAnimatedSourceCmd.cpp; path = ../src/Commands/ToggleAnimatedSourceCmd.cpp; sourceTree = SOURCE_ROOT; }; - 5EBDBF5E7887C574E1FCC1B5 /* StartDragSurfaceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = StartDragSurfaceCmd.h; path = ../src/Commands/StartDragSurfaceCmd.h; sourceTree = SOURCE_ROOT; }; - 5F3D44140B5D476BC98E98F3 /* CircleSurface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = CircleSurface.h; path = ../src/Surfaces/CircleSurface.h; sourceTree = SOURCE_ROOT; }; - 60F40691CD9DE4DEE1768FE9 /* SaveTexCoordPosCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SaveTexCoordPosCmd.cpp; path = ../src/Commands/SaveTexCoordPosCmd.cpp; sourceTree = SOURCE_ROOT; }; - 61291E56B7882C9E9B8F119B /* ImageSource.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ImageSource.cpp; path = ../src/Sources/ImageSource.cpp; sourceTree = SOURCE_ROOT; }; - 61313493CDB52744E22A604D /* json-forwards.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = "json-forwards.h"; path = "../../ofxJSON/libs/jsoncpp/include/json/json-forwards.h"; sourceTree = SOURCE_ROOT; }; - 61481FB831430E35A18ABD02 /* MvLayerDnCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = MvLayerDnCmd.h; path = ../src/Commands/MvLayerDnCmd.h; sourceTree = SOURCE_ROOT; }; - 62C9C3E62D4BEF04CF54C031 /* ScaleSurfaceFromToCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ScaleSurfaceFromToCmd.h; path = ../src/Commands/ScaleSurfaceFromToCmd.h; sourceTree = SOURCE_ROOT; }; - 62F01592304CB7995200EF7B /* CircleJoint.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = CircleJoint.cpp; path = ../src/UserInterface/CircleJoint.cpp; sourceTree = SOURCE_ROOT; }; - 64156CB2D856E4CE0FBBED96 /* PresentationMode.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = PresentationMode.cpp; path = ../src/Application/Modes/PresentationMode.cpp; sourceTree = SOURCE_ROOT; }; - 655142313A378162E3929785 /* TogglePerspectiveCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = TogglePerspectiveCmd.cpp; path = ../src/Commands/TogglePerspectiveCmd.cpp; sourceTree = SOURCE_ROOT; }; - 6592BB3592290B34832D7607 /* SurfaceStack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SurfaceStack.h; path = ../src/Surfaces/SurfaceStack.h; sourceTree = SOURCE_ROOT; }; - 6595C215972AFFC7EE685F5A /* SourceType.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SourceType.h; path = ../src/Sources/SourceType.h; sourceTree = SOURCE_ROOT; }; - 65DBA05D19177D2853D54196 /* DeselectSurfaceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = DeselectSurfaceCmd.h; path = ../src/Commands/DeselectSurfaceCmd.h; sourceTree = SOURCE_ROOT; }; - 69A4D26FC0AD01A86571540D /* SurfaceHighlightWidget.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SurfaceHighlightWidget.cpp; path = ../src/Gui/Widgets/SurfaceHighlightWidget.cpp; sourceTree = SOURCE_ROOT; }; - 6DF54314CF2B45BF195B84C6 /* SelPrevSurfaceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SelPrevSurfaceCmd.cpp; path = ../src/Commands/SelPrevSurfaceCmd.cpp; sourceTree = SOURCE_ROOT; }; - 6E80EE6FB0CC304A6CA287BB /* DeselectSurfaceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = DeselectSurfaceCmd.cpp; path = ../src/Commands/DeselectSurfaceCmd.cpp; sourceTree = SOURCE_ROOT; }; - 718E523D4BDDCFAC394B3EA5 /* DeselectTexCoordCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = DeselectTexCoordCmd.h; path = ../src/Commands/DeselectTexCoordCmd.h; sourceTree = SOURCE_ROOT; }; - 7344B3B35CD0188D1283EC59 /* SurfaceManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SurfaceManager.h; path = ../src/Surfaces/SurfaceManager.h; sourceTree = SOURCE_ROOT; }; - 74CA4C78136F233FB90B7D3E /* RmGridRowCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = RmGridRowCmd.h; path = ../src/Commands/RmGridRowCmd.h; sourceTree = SOURCE_ROOT; }; - 775FD891C1E381F87BF33C82 /* AddGridRowCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = AddGridRowCmd.h; path = ../src/Commands/AddGridRowCmd.h; sourceTree = SOURCE_ROOT; }; - 784FFEB8D108EC916343AB97 /* SelNextTexCoordCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SelNextTexCoordCmd.cpp; path = ../src/Commands/SelNextTexCoordCmd.cpp; sourceTree = SOURCE_ROOT; }; - 78D67A00EB899FAC09430597 /* ofxLabel.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxLabel.cpp; path = ../../ofxGui/src/ofxLabel.cpp; sourceTree = SOURCE_ROOT; }; - 79A9ED756DB70790A67E3EF8 /* SelVertexCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SelVertexCmd.h; path = ../src/Commands/SelVertexCmd.h; sourceTree = SOURCE_ROOT; }; - 7A3290FC65714D0C4D02B8BA /* Gui.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = Gui.h; path = ../src/Gui/Gui.h; sourceTree = SOURCE_ROOT; }; - 7C89C324499F9541394245C9 /* DirectoryWatcher.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = DirectoryWatcher.h; path = ../src/MediaServer/DirectoryWatcher.h; sourceTree = SOURCE_ROOT; }; - 7D386994DF359F3BD1E66480 /* MvSelectionCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = MvSelectionCmd.cpp; path = ../src/Commands/MvSelectionCmd.cpp; sourceTree = SOURCE_ROOT; }; - 7E78D1B2A6DB0856BF8ED1FE /* BaseJoint.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = BaseJoint.cpp; path = ../src/UserInterface/BaseJoint.cpp; sourceTree = SOURCE_ROOT; }; - 7F58FFED7FBFC49573FF65E4 /* SetSourceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SetSourceCmd.cpp; path = ../src/Commands/SetSourceCmd.cpp; sourceTree = SOURCE_ROOT; }; - 7FD330C204479B5A5021D286 /* SourceSelectionMode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SourceSelectionMode.h; path = ../src/Application/Modes/SourceSelectionMode.h; sourceTree = SOURCE_ROOT; }; - 802251BAF1B35B1D67B32FD0 /* ofxSliderGroup.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxSliderGroup.cpp; path = ../../ofxGui/src/ofxSliderGroup.cpp; sourceTree = SOURCE_ROOT; }; - 832BDC407620CDBA568B713D /* tinyxmlerror.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = tinyxmlerror.cpp; path = ../../ofxXmlSettings/libs/tinyxmlerror.cpp; sourceTree = SOURCE_ROOT; }; - 836B103542A52C63B004410C /* SurfaceManager.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SurfaceManager.cpp; path = ../src/Surfaces/SurfaceManager.cpp; sourceTree = SOURCE_ROOT; }; - 851AF875A70187105CA91C1A /* BaseJoint.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = BaseJoint.h; path = ../src/UserInterface/BaseJoint.h; sourceTree = SOURCE_ROOT; }; - 87F26B4B24CBD428AD9EEBAA /* ofxBaseGui.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxBaseGui.h; path = ../../ofxGui/src/ofxBaseGui.h; sourceTree = SOURCE_ROOT; }; - 89449E3044D456F7DE7BEA14 /* ofxPanel.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxPanel.h; path = ../../ofxGui/src/ofxPanel.h; sourceTree = SOURCE_ROOT; }; - 8D3CB0B9A827AFA479349BBE /* SetApplicationModeCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SetApplicationModeCmd.cpp; path = ../src/Commands/SetApplicationModeCmd.cpp; sourceTree = SOURCE_ROOT; }; - 8F41EDB76644426680B2FA2B /* MvTexCoordCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = MvTexCoordCmd.h; path = ../src/Commands/MvTexCoordCmd.h; sourceTree = SOURCE_ROOT; }; - 906696B07A716E4057D32B1E /* QuadSurface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = QuadSurface.h; path = ../src/Surfaces/QuadSurface.h; sourceTree = SOURCE_ROOT; }; - 907C5B5E104864A2D3A25745 /* ofxToggle.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxToggle.cpp; path = ../../ofxGui/src/ofxToggle.cpp; sourceTree = SOURCE_ROOT; }; - 912C6A870E22496CEA43AC85 /* SetTexMapDrawModeCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SetTexMapDrawModeCmd.h; path = ../src/Commands/SetTexMapDrawModeCmd.h; sourceTree = SOURCE_ROOT; }; - 928068952444E81EF818B25C /* Application.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = Application.h; path = ../src/Application/Application.h; sourceTree = SOURCE_ROOT; }; - 933CAE5B2DEC9DDABEA95E34 /* MvLayerUpCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = MvLayerUpCmd.h; path = ../src/Commands/MvLayerUpCmd.h; sourceTree = SOURCE_ROOT; }; - 93C11B810D4F591A2F70C148 /* Vec2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = Vec2.h; path = ../src/Types/Vec2.h; sourceTree = SOURCE_ROOT; }; - 941AD8B39C28D08B9F31077A /* TextureHighlightWidget.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = TextureHighlightWidget.cpp; path = ../src/Gui/Widgets/TextureHighlightWidget.cpp; sourceTree = SOURCE_ROOT; }; - 94DC897871B221F060A6A70F /* GuiBaseWidget.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = GuiBaseWidget.h; path = ../src/Gui/Widgets/GuiBaseWidget.h; sourceTree = SOURCE_ROOT; }; - 9604B925D32EE39065747725 /* ofxBaseGui.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxBaseGui.cpp; path = ../../ofxGui/src/ofxBaseGui.cpp; sourceTree = SOURCE_ROOT; }; - 962C349E8F4E59FF335AB2A6 /* ClearSurfacesCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ClearSurfacesCmd.cpp; path = ../src/Commands/ClearSurfacesCmd.cpp; sourceTree = SOURCE_ROOT; }; - 9631F04A0875ADEB45970DE8 /* ApplicationBaseMode.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ApplicationBaseMode.cpp; path = ../src/Application/Modes/ApplicationBaseMode.cpp; sourceTree = SOURCE_ROOT; }; - 9B4D98CCBAB57278C96169D4 /* CircleJoint.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = CircleJoint.h; path = ../src/UserInterface/CircleJoint.h; sourceTree = SOURCE_ROOT; }; - 9F39733296358C3B0F85BB15 /* SurfaceHighlightWidget.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SurfaceHighlightWidget.h; path = ../src/Gui/Widgets/SurfaceHighlightWidget.h; sourceTree = SOURCE_ROOT; }; - A2282B1E05458C3B2BBCE568 /* SelVertexCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SelVertexCmd.cpp; path = ../src/Commands/SelVertexCmd.cpp; sourceTree = SOURCE_ROOT; }; - A50F23D868C48DF9799BC788 /* RmGridColCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = RmGridColCmd.cpp; path = ../src/Commands/RmGridColCmd.cpp; sourceTree = SOURCE_ROOT; }; - A5CBAE57D2ADED1CAB6123AF /* SelNextTexCoordCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SelNextTexCoordCmd.h; path = ../src/Commands/SelNextTexCoordCmd.h; sourceTree = SOURCE_ROOT; }; - A8558ACA2B5E9FD75C455CA2 /* Vec3.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = Vec3.cpp; path = ../src/Types/Vec3.cpp; sourceTree = SOURCE_ROOT; }; - AB4132974E14024E74E320F5 /* BaseSource.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = BaseSource.cpp; path = ../src/Sources/BaseSource.cpp; sourceTree = SOURCE_ROOT; }; - AB96773D1B378AE8018EA33E /* TextureEditorWidget.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = TextureEditorWidget.h; path = ../src/Gui/Widgets/TextureEditorWidget.h; sourceTree = SOURCE_ROOT; }; - B16277019B0C4B684E1B063E /* TextureMappingMode.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = TextureMappingMode.cpp; path = ../src/Application/Modes/TextureMappingMode.cpp; sourceTree = SOURCE_ROOT; }; - B178ED5CA7F76AAA6E49E191 /* SurfaceType.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SurfaceType.h; path = ../src/Surfaces/SurfaceType.h; sourceTree = SOURCE_ROOT; }; - B21E7E5F548EEA92F368040B /* tinyxml.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = tinyxml.h; path = ../../ofxXmlSettings/libs/tinyxml.h; sourceTree = SOURCE_ROOT; }; - B323D7489A7B26A63443444F /* AddSurfaceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = AddSurfaceCmd.cpp; path = ../src/Commands/AddSurfaceCmd.cpp; sourceTree = SOURCE_ROOT; }; - B390802358C73D3757AC9B4E /* BaseSource.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = BaseSource.h; path = ../src/Sources/BaseSource.h; sourceTree = SOURCE_ROOT; }; - B562DE1EEC28EE801EB4F483 /* SourcesEditorWidget.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SourcesEditorWidget.h; path = ../src/Gui/Widgets/SourcesEditorWidget.h; sourceTree = SOURCE_ROOT; }; - B5C793F4FEA3AA065347B61C /* SelPrevSurfaceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SelPrevSurfaceCmd.h; path = ../src/Commands/SelPrevSurfaceCmd.h; sourceTree = SOURCE_ROOT; }; - B7C308F8B76FCB909581A580 /* RmSurfaceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = RmSurfaceCmd.cpp; path = ../src/Commands/RmSurfaceCmd.cpp; sourceTree = SOURCE_ROOT; }; - B7DD3DE526EF824DDAF42B09 /* GuiMode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = GuiMode.h; path = ../src/UserInterface/GuiMode.h; sourceTree = SOURCE_ROOT; }; - B87C60311EC1FE841C1ECD89 /* ofxLabel.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxLabel.h; path = ../../ofxGui/src/ofxLabel.h; sourceTree = SOURCE_ROOT; }; - B9ECBF061BABECA9C2341372 /* QuadSurface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = QuadSurface.cpp; path = ../src/Surfaces/QuadSurface.cpp; sourceTree = SOURCE_ROOT; }; - BA5B6BB795E2A24B2DBA22BD /* SelNextVertexCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SelNextVertexCmd.h; path = ../src/Commands/SelNextVertexCmd.h; sourceTree = SOURCE_ROOT; }; - BA65337B3E631788AE2D018B /* RmGridColCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = RmGridColCmd.h; path = ../src/Commands/RmGridColCmd.h; sourceTree = SOURCE_ROOT; }; - BCB571865BB25BC586CF80EC /* SetPresetCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SetPresetCmd.h; path = ../src/Commands/SetPresetCmd.h; sourceTree = SOURCE_ROOT; }; - BCBB74B9531974E1D5DA019B /* HexagonSurface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = HexagonSurface.cpp; path = ../src/Surfaces/HexagonSurface.cpp; sourceTree = SOURCE_ROOT; }; - BDBE053980FA01FAD543D782 /* CmdManager.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = CmdManager.cpp; path = ../src/Commands/CmdManager.cpp; sourceTree = SOURCE_ROOT; }; - BF88F02779DD820913ACEA06 /* ofxTCPClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTCPClient.cpp; path = ../../ofxNetwork/src/ofxTCPClient.cpp; sourceTree = SOURCE_ROOT; }; - C27244405258CD6DF424D0F3 /* ProjectionEditorWidget.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ProjectionEditorWidget.h; path = ../src/Gui/Widgets/ProjectionEditorWidget.h; sourceTree = SOURCE_ROOT; }; - C2D03F683EE589F55D47CFFD /* VideoSource.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = VideoSource.h; path = ../src/Sources/VideoSource.h; sourceTree = SOURCE_ROOT; }; - C2E5DC1692A11AF5D981F8FA /* Mode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = Mode.h; path = ../src/Mode.h; sourceTree = SOURCE_ROOT; }; - C3E8D103B72D02E063B29082 /* GridWarpSurface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = GridWarpSurface.h; path = ../src/Surfaces/GridWarpSurface.h; sourceTree = SOURCE_ROOT; }; - C61C1F4F1A1ED2660B1D6EDC /* FboSource.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = FboSource.cpp; path = ../src/Sources/FboSource.cpp; sourceTree = SOURCE_ROOT; }; - C656C28252AD5E9E09FA2162 /* DuplicateSurfaceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = DuplicateSurfaceCmd.cpp; path = ../src/Commands/DuplicateSurfaceCmd.cpp; sourceTree = SOURCE_ROOT; }; - C70D8946940288799E82131E /* ofxSliderGroup.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxSliderGroup.h; path = ../../ofxGui/src/ofxSliderGroup.h; sourceTree = SOURCE_ROOT; }; - C88333E71C9457E441C33474 /* ofxButton.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxButton.cpp; path = ../../ofxGui/src/ofxButton.cpp; sourceTree = SOURCE_ROOT; }; - C8C9B823D7872F9CBF03A813 /* ofxTCPClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTCPClient.h; path = ../../ofxNetwork/src/ofxTCPClient.h; sourceTree = SOURCE_ROOT; }; - CB4461BD6FC059D946144727 /* SelSurfaceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SelSurfaceCmd.h; path = ../src/Commands/SelSurfaceCmd.h; sourceTree = SOURCE_ROOT; }; - D05D5FBB2B2779B022A5DD04 /* SelTexCoordCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SelTexCoordCmd.h; path = ../src/Commands/SelTexCoordCmd.h; sourceTree = SOURCE_ROOT; }; - D463EA9CC53D21A44CB9D6EF /* SaveTexCoordPosCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SaveTexCoordPosCmd.h; path = ../src/Commands/SaveTexCoordPosCmd.h; sourceTree = SOURCE_ROOT; }; - D4CFAEBB593AD070E04F106C /* MvSelectionCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = MvSelectionCmd.h; path = ../src/Commands/MvSelectionCmd.h; sourceTree = SOURCE_ROOT; }; - D565A612B1DF2837C94A6081 /* MvSurfaceVertCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = MvSurfaceVertCmd.h; path = ../src/Commands/MvSurfaceVertCmd.h; sourceTree = SOURCE_ROOT; }; - D58C36B60BB72C7336042FB9 /* SurfaceFactory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SurfaceFactory.h; path = ../src/Surfaces/SurfaceFactory.h; sourceTree = SOURCE_ROOT; }; - D627BF76B06B3FF4F1516C5E /* HomographyHelper.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = HomographyHelper.h; path = ../src/Utils/HomographyHelper.h; sourceTree = SOURCE_ROOT; }; - D7287CBE5600FEE9EE1B1AEA /* RmSurfaceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = RmSurfaceCmd.h; path = ../src/Commands/RmSurfaceCmd.h; sourceTree = SOURCE_ROOT; }; - DBAFA0B7AFEA589CA5167204 /* MvAllTexCoordsCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = MvAllTexCoordsCmd.cpp; path = ../src/Commands/MvAllTexCoordsCmd.cpp; sourceTree = SOURCE_ROOT; }; - DC69ACA83F14B8A2AE20197B /* RadioList.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = RadioList.h; path = ../src/UserInterface/RadioList.h; sourceTree = SOURCE_ROOT; }; - DC8107E8E56AFFB933FE8962 /* ProjectionMappingMode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ProjectionMappingMode.h; path = ../src/Application/Modes/ProjectionMappingMode.h; sourceTree = SOURCE_ROOT; }; - DCC24025AD26B4554B000385 /* Gui.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = Gui.cpp; path = ../src/Gui/Gui.cpp; sourceTree = SOURCE_ROOT; }; - E112B3AEBEA2C091BF2B40AE /* ofxPanel.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxPanel.cpp; path = ../../ofxGui/src/ofxPanel.cpp; sourceTree = SOURCE_ROOT; }; - E2333CF877EE99EBE86F4B0F /* HomographyHelper.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = HomographyHelper.cpp; path = ../src/Utils/HomographyHelper.cpp; sourceTree = SOURCE_ROOT; }; - E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = openFrameworksLib.xcodeproj; path = ../../../libs/openFrameworksCompiled/project/osx/openFrameworksLib.xcodeproj; sourceTree = SOURCE_ROOT; }; - E47BE7E996D01B437B713B9B /* CircleSurface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = CircleSurface.cpp; path = ../src/Surfaces/CircleSurface.cpp; sourceTree = SOURCE_ROOT; }; - E4B69B5B0A3A1756003C02F2 /* example_remote-clientDebug.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "example_remote-clientDebug.app"; sourceTree = BUILT_PRODUCTS_DIR; }; - E4B69E1D0A3A1BDC003C02F2 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = src/main.cpp; sourceTree = SOURCE_ROOT; }; - E4B69E1E0A3A1BDC003C02F2 /* ofApp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofApp.cpp; path = src/ofApp.cpp; sourceTree = SOURCE_ROOT; }; - E4B69E1F0A3A1BDC003C02F2 /* ofApp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ofApp.h; path = src/ofApp.h; sourceTree = SOURCE_ROOT; }; - E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = "openFrameworks-Info.plist"; sourceTree = ""; }; - E4EB691F138AFCF100A09F29 /* CoreOF.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = CoreOF.xcconfig; path = ../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig; sourceTree = SOURCE_ROOT; }; - E4EB6923138AFD0F00A09F29 /* Project.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Project.xcconfig; sourceTree = ""; }; - E52D4207C299D5886C8FD2C7 /* MvLayerUpCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = MvLayerUpCmd.cpp; path = ../src/Commands/MvLayerUpCmd.cpp; sourceTree = SOURCE_ROOT; }; - E5949E35CC6642F2FDFFAAE5 /* ImageSource.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ImageSource.h; path = ../src/Sources/ImageSource.h; sourceTree = SOURCE_ROOT; }; - E8CE817DF3028A4345376E7D /* DeselectTexCoordCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = DeselectTexCoordCmd.cpp; path = ../src/Commands/DeselectTexCoordCmd.cpp; sourceTree = SOURCE_ROOT; }; - E8DA47AF2B265F778E74D4DA /* StartDragSurfaceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = StartDragSurfaceCmd.cpp; path = ../src/Commands/StartDragSurfaceCmd.cpp; sourceTree = SOURCE_ROOT; }; - EC481BAB32B250D3EA41AF9E /* MvLayerDnCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = MvLayerDnCmd.cpp; path = ../src/Commands/MvLayerDnCmd.cpp; sourceTree = SOURCE_ROOT; }; - ECF8674C7975F1063C5E30CA /* ofxGuiGroup.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxGuiGroup.cpp; path = ../../ofxGui/src/ofxGuiGroup.cpp; sourceTree = SOURCE_ROOT; }; - EE95BF87E883491E7CC9B6EC /* DuplicateSurfaceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = DuplicateSurfaceCmd.h; path = ../src/Commands/DuplicateSurfaceCmd.h; sourceTree = SOURCE_ROOT; }; - EEF2CEBAFFABCFED915AFCE1 /* Info.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = Info.cpp; path = ../src/Info/Info.cpp; sourceTree = SOURCE_ROOT; }; - EFB1537A5DBC298C759BFC62 /* SourceTypeHelper.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SourceTypeHelper.h; path = ../src/Sources/SourceTypeHelper.h; sourceTree = SOURCE_ROOT; }; - F05CE9A6503C7CBCC46403C4 /* FboSource.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = FboSource.h; path = ../src/Sources/FboSource.h; sourceTree = SOURCE_ROOT; }; - F0A9FE4B6FB6C958B72B72CD /* SetApplicationModeCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SetApplicationModeCmd.h; path = ../src/Commands/SetApplicationModeCmd.h; sourceTree = SOURCE_ROOT; }; - F27EBFBACAC7B29B2B7CA500 /* BaseSurface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = BaseSurface.h; path = ../src/Surfaces/BaseSurface.h; sourceTree = SOURCE_ROOT; }; - F2B099E6BD1199664C48B177 /* ofxJSONElement.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxJSONElement.cpp; path = ../../ofxJSON/src/ofxJSONElement.cpp; sourceTree = SOURCE_ROOT; }; - F2C0EE541190D47BF5911C0A /* BaseSurface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = BaseSurface.cpp; path = ../src/Surfaces/BaseSurface.cpp; sourceTree = SOURCE_ROOT; }; - F3538B8AF69CAB7C215FA1EF /* RmGridRowCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = RmGridRowCmd.cpp; path = ../src/Commands/RmGridRowCmd.cpp; sourceTree = SOURCE_ROOT; }; - F399B91E98DC31CDA6DDACB4 /* ofxTCPManager.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTCPManager.cpp; path = ../../ofxNetwork/src/ofxTCPManager.cpp; sourceTree = SOURCE_ROOT; }; - F4EDCDF597954EF25E7AD416 /* ScaleWidget.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ScaleWidget.cpp; path = ../src/Gui/Widgets/ScaleWidget.cpp; sourceTree = SOURCE_ROOT; }; - F66993296A3AEEC70FD444F5 /* ofxNetwork.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxNetwork.h; path = ../../ofxNetwork/src/ofxNetwork.h; sourceTree = SOURCE_ROOT; }; - F7B0806EEA8012D629BE363C /* OMXPlayerCache.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = OMXPlayerCache.cpp; path = ../src/Sources/OMXPlayerCache.cpp; sourceTree = SOURCE_ROOT; }; - F7E88D3956480E0CBAA21641 /* SelPrevTexCoordCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SelPrevTexCoordCmd.cpp; path = ../src/Commands/SelPrevTexCoordCmd.cpp; sourceTree = SOURCE_ROOT; }; - FA2E4E947E8D358C28D903C0 /* SetNextSourceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SetNextSourceCmd.h; path = ../src/Commands/SetNextSourceCmd.h; sourceTree = SOURCE_ROOT; }; - FC5DA1C87211D4F6377DA719 /* tinyxmlparser.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = tinyxmlparser.cpp; path = ../../ofxXmlSettings/libs/tinyxmlparser.cpp; sourceTree = SOURCE_ROOT; }; - FC98A68C64BFC941D0B31EE9 /* SelNextSurfaceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SelNextSurfaceCmd.cpp; path = ../src/Commands/SelNextSurfaceCmd.cpp; sourceTree = SOURCE_ROOT; }; - FCB5A622161B43A8154687F8 /* MediaServer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = MediaServer.h; path = ../src/MediaServer/MediaServer.h; sourceTree = SOURCE_ROOT; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - E4B69B590A3A1756003C02F2 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 0775EF7214A04F1C3C936CCE /* Widgets */ = { - isa = PBXGroup; - children = ( - 94DC897871B221F060A6A70F /* GuiBaseWidget.h */, - 57990D37D728C5711AACBA9F /* LayerPanelWidget.cpp */, - 438B20A2C548E18384498186 /* LayerPanelWidget.h */, - 18DA1B30717C876AA19CEEC0 /* ProjectionEditorWidget.cpp */, - C27244405258CD6DF424D0F3 /* ProjectionEditorWidget.h */, - F4EDCDF597954EF25E7AD416 /* ScaleWidget.cpp */, - 23A4F0C9DE47BA73B3E49EDE /* ScaleWidget.h */, - 36F59D2F886152DF4115A218 /* SourcesEditorWidget.cpp */, - B562DE1EEC28EE801EB4F483 /* SourcesEditorWidget.h */, - 69A4D26FC0AD01A86571540D /* SurfaceHighlightWidget.cpp */, - 9F39733296358C3B0F85BB15 /* SurfaceHighlightWidget.h */, - 413E846B881CCADC897A8A40 /* TextureEditorWidget.cpp */, - AB96773D1B378AE8018EA33E /* TextureEditorWidget.h */, - 941AD8B39C28D08B9F31077A /* TextureHighlightWidget.cpp */, - 3BD822DBD11904D1D6E27E76 /* TextureHighlightWidget.h */, - ); - name = Widgets; - sourceTree = ""; - }; - 18240ECCE4076FB0833A8578 /* ofxNetwork */ = { - isa = PBXGroup; - children = ( - 219374A14594D121F27FED3A /* src */, - ); - name = ofxNetwork; - sourceTree = ""; - }; - 1F4FB5C423662B96ADFDCC0B /* ofxXmlSettings */ = { - isa = PBXGroup; - children = ( - 6ECEF0D76BC33727823EADFF /* src */, - 6E54289412D2D94F45A05113 /* libs */, - ); - name = ofxXmlSettings; - sourceTree = ""; - }; - 219374A14594D121F27FED3A /* src */ = { - isa = PBXGroup; - children = ( - F66993296A3AEEC70FD444F5 /* ofxNetwork.h */, - 1DFA26F2C6BBD1B8AC24C0B1 /* ofxNetworkUtils.h */, - BF88F02779DD820913ACEA06 /* ofxTCPClient.cpp */, - C8C9B823D7872F9CBF03A813 /* ofxTCPClient.h */, - F399B91E98DC31CDA6DDACB4 /* ofxTCPManager.cpp */, - 26EF3E71A07C6948EAF6709E /* ofxTCPManager.h */, - 1C085E327DAB912CFA2A443D /* ofxTCPServer.cpp */, - 30841703B7AC8487D16FB4AA /* ofxTCPServer.h */, - 35BB9BB90DBABFD3B39F8DB6 /* ofxUDPManager.cpp */, - 2F519EB3B0DCD7378FB86ABE /* ofxUDPManager.h */, - ); - name = src; - sourceTree = ""; - }; - 2865DAEF86B1907A704CA70B /* ofxJSON */ = { - isa = PBXGroup; - children = ( - 292AF6148769654D0DF26018 /* src */, - F40E80CB2D443CBA9581DD03 /* libs */, - ); - name = ofxJSON; - sourceTree = ""; - }; - 292AF6148769654D0DF26018 /* src */ = { - isa = PBXGroup; - children = ( - 1645F56257269CD0356320BD /* ofxJSON.h */, - F2B099E6BD1199664C48B177 /* ofxJSONElement.cpp */, - 26A541233BC6F736E758F718 /* ofxJSONElement.h */, - ); - name = src; - sourceTree = ""; - }; - 3D6840E4DBCF2DED6C755B76 /* Utils */ = { - isa = PBXGroup; - children = ( - E2333CF877EE99EBE86F4B0F /* HomographyHelper.cpp */, - D627BF76B06B3FF4F1516C5E /* HomographyHelper.h */, - ); - name = Utils; - sourceTree = ""; - }; - 43844FF975EC3DB9B9DDAD73 /* Application */ = { - isa = PBXGroup; - children = ( - 1B3B1807E9CFC3FFBA4DBBEF /* Application.cpp */, - 928068952444E81EF818B25C /* Application.h */, - 783422EB3B2FDA36D11DC9CF /* Modes */, - 33DD6E4350FD51C68B7E65F0 /* SettingsLoader.cpp */, - 5235D939D249EAF47F9A5EB5 /* SettingsLoader.h */, - ); - name = Application; - sourceTree = ""; - }; - 480A780D8D0308AE4A368801 /* ofxGui */ = { - isa = PBXGroup; - children = ( - A763ED608B35AE3310251DEE /* src */, - ); - name = ofxGui; - sourceTree = ""; - }; - 49237A8A4935FFC7A690CBD7 /* MediaServer */ = { - isa = PBXGroup; - children = ( - 20F9951441118A70E8D55E13 /* DirectoryWatcher.cpp */, - 7C89C324499F9541394245C9 /* DirectoryWatcher.h */, - 18385A4F4BC87806616D4F7F /* MediaServer.cpp */, - FCB5A622161B43A8154687F8 /* MediaServer.h */, - ); - name = MediaServer; - sourceTree = ""; - }; - 57113A603B123D17EBD5D0D1 /* src */ = { - isa = PBXGroup; - children = ( - 43844FF975EC3DB9B9DDAD73 /* Application */, - F19689EE10A2EC1EC429FAC7 /* Commands */, - 783C34304FF450D0CB244879 /* Gui */, - 922DC4E8A53315BB0C983902 /* Info */, - 49237A8A4935FFC7A690CBD7 /* MediaServer */, - C2E5DC1692A11AF5D981F8FA /* Mode.h */, - 16DB3860ECC0D672B08DE71C /* ofxPiMapper.cpp */, - 378C962CF2DB945F38DE674A /* ofxPiMapper.h */, - 77B40894B404D46E0B9438E0 /* Sources */, - DA1ABA97EBE5173F815CB449 /* Surfaces */, - E910F62B91A8365D01A66512 /* Types */, - 925C888869704DBDF0BE6D0B /* UserInterface */, - 3D6840E4DBCF2DED6C755B76 /* Utils */, - ); - name = src; - sourceTree = ""; - }; - 58AD3BD71B781D9BC25763C8 /* json */ = { - isa = PBXGroup; - children = ( - 61313493CDB52744E22A604D /* json-forwards.h */, - 2C7CF000B7B4F782C187C353 /* json.h */, - ); - name = json; - sourceTree = ""; - }; - 6948EE371B920CB800B5AC1A /* local_addons */ = { - isa = PBXGroup; - children = ( - ); - name = local_addons; - sourceTree = ""; - }; - 6E54289412D2D94F45A05113 /* libs */ = { - isa = PBXGroup; - children = ( - 2B40EDA85BEB63E46785BC29 /* tinyxml.cpp */, - B21E7E5F548EEA92F368040B /* tinyxml.h */, - 832BDC407620CDBA568B713D /* tinyxmlerror.cpp */, - FC5DA1C87211D4F6377DA719 /* tinyxmlparser.cpp */, - ); - name = libs; - sourceTree = ""; - }; - 6ECEF0D76BC33727823EADFF /* src */ = { - isa = PBXGroup; - children = ( - 50DF87D612C5AAE17AAFA6C0 /* ofxXmlSettings.cpp */, - 01DCC0911400F9ACF5B65578 /* ofxXmlSettings.h */, - ); - name = src; - sourceTree = ""; - }; - 77B40894B404D46E0B9438E0 /* Sources */ = { - isa = PBXGroup; - children = ( - AB4132974E14024E74E320F5 /* BaseSource.cpp */, - B390802358C73D3757AC9B4E /* BaseSource.h */, - C61C1F4F1A1ED2660B1D6EDC /* FboSource.cpp */, - F05CE9A6503C7CBCC46403C4 /* FboSource.h */, - 61291E56B7882C9E9B8F119B /* ImageSource.cpp */, - E5949E35CC6642F2FDFFAAE5 /* ImageSource.h */, - F7B0806EEA8012D629BE363C /* OMXPlayerCache.cpp */, - 3BD72CBAFD427FC6E9F164D2 /* OMXPlayerCache.h */, - 6595C215972AFFC7EE685F5A /* SourceType.h */, - EFB1537A5DBC298C759BFC62 /* SourceTypeHelper.h */, - 5407451FA68C27B2AAE644A6 /* VideoSource.cpp */, - C2D03F683EE589F55D47CFFD /* VideoSource.h */, - ); - name = Sources; - sourceTree = ""; - }; - 783422EB3B2FDA36D11DC9CF /* Modes */ = { - isa = PBXGroup; - children = ( - 9631F04A0875ADEB45970DE8 /* ApplicationBaseMode.cpp */, - 57D73BCD8A871590F140EFF6 /* ApplicationBaseMode.h */, - 64156CB2D856E4CE0FBBED96 /* PresentationMode.cpp */, - 3B043509B19E37C383D7CA87 /* PresentationMode.h */, - 1BCA96396113AAF56D66C844 /* ProjectionMappingMode.cpp */, - DC8107E8E56AFFB933FE8962 /* ProjectionMappingMode.h */, - 4245228145B1AA737F49CF14 /* SourceSelectionMode.cpp */, - 7FD330C204479B5A5021D286 /* SourceSelectionMode.h */, - B16277019B0C4B684E1B063E /* TextureMappingMode.cpp */, - 3157007392BD114EAB99F470 /* TextureMappingMode.h */, - ); - name = Modes; - sourceTree = ""; - }; - 783C34304FF450D0CB244879 /* Gui */ = { - isa = PBXGroup; - children = ( - DCC24025AD26B4554B000385 /* Gui.cpp */, - 7A3290FC65714D0C4D02B8BA /* Gui.h */, - 0775EF7214A04F1C3C936CCE /* Widgets */, - ); - name = Gui; - sourceTree = ""; - }; - 7CC2E9C572434BA3ED1C8079 /* ofxPiMapper */ = { - isa = PBXGroup; - children = ( - 57113A603B123D17EBD5D0D1 /* src */, - ); - name = ofxPiMapper; - sourceTree = ""; - }; - 922DC4E8A53315BB0C983902 /* Info */ = { - isa = PBXGroup; - children = ( - EEF2CEBAFFABCFED915AFCE1 /* Info.cpp */, - 37E7F66B151AB6A0AB6FC244 /* Info.h */, - ); - name = Info; - sourceTree = ""; - }; - 925C888869704DBDF0BE6D0B /* UserInterface */ = { - isa = PBXGroup; - children = ( - 7E78D1B2A6DB0856BF8ED1FE /* BaseJoint.cpp */, - 851AF875A70187105CA91C1A /* BaseJoint.h */, - 62F01592304CB7995200EF7B /* CircleJoint.cpp */, - 9B4D98CCBAB57278C96169D4 /* CircleJoint.h */, - 4130052A043CF3D3C2BA943A /* EditorType.h */, - B7DD3DE526EF824DDAF42B09 /* GuiMode.h */, - 4048CA09E6AAB5F673CBD2F0 /* RadioList.cpp */, - DC69ACA83F14B8A2AE20197B /* RadioList.h */, - ); - name = UserInterface; - sourceTree = ""; - }; - 977A836DD2C489CCC5E330FF /* jsoncpp */ = { - isa = PBXGroup; - children = ( - D486FC87F063317BB47E9FAC /* include */, - CCDC6F9CCF925CC402160B85 /* src */, - ); - name = jsoncpp; - sourceTree = ""; - }; - A763ED608B35AE3310251DEE /* src */ = { - isa = PBXGroup; - children = ( - 9604B925D32EE39065747725 /* ofxBaseGui.cpp */, - 87F26B4B24CBD428AD9EEBAA /* ofxBaseGui.h */, - C88333E71C9457E441C33474 /* ofxButton.cpp */, - 2834D88A62CD23F3DE2C47D1 /* ofxButton.h */, - 17E65988300FBD9AAA2CD0CA /* ofxGui.h */, - ECF8674C7975F1063C5E30CA /* ofxGuiGroup.cpp */, - 1C0DA2561397A7DE0246858B /* ofxGuiGroup.h */, - 78D67A00EB899FAC09430597 /* ofxLabel.cpp */, - B87C60311EC1FE841C1ECD89 /* ofxLabel.h */, - E112B3AEBEA2C091BF2B40AE /* ofxPanel.cpp */, - 89449E3044D456F7DE7BEA14 /* ofxPanel.h */, - 15F2C6477A769C03A56D1401 /* ofxSlider.cpp */, - 52AFA1F08C420992CAAAE648 /* ofxSlider.h */, - 802251BAF1B35B1D67B32FD0 /* ofxSliderGroup.cpp */, - C70D8946940288799E82131E /* ofxSliderGroup.h */, - 907C5B5E104864A2D3A25745 /* ofxToggle.cpp */, - 0A1DAC09F322AE313A40706D /* ofxToggle.h */, - ); - name = src; - sourceTree = ""; - }; - BB4B014C10F69532006C3DED /* addons */ = { - isa = PBXGroup; - children = ( - 480A780D8D0308AE4A368801 /* ofxGui */, - 2865DAEF86B1907A704CA70B /* ofxJSON */, - 18240ECCE4076FB0833A8578 /* ofxNetwork */, - 7CC2E9C572434BA3ED1C8079 /* ofxPiMapper */, - 1F4FB5C423662B96ADFDCC0B /* ofxXmlSettings */, - ); - name = addons; - sourceTree = ""; - }; - CCDC6F9CCF925CC402160B85 /* src */ = { - isa = PBXGroup; - children = ( - 21BDE665988474F1B1F4D302 /* jsoncpp.cpp */, - ); - name = src; - sourceTree = ""; - }; - D486FC87F063317BB47E9FAC /* include */ = { - isa = PBXGroup; - children = ( - 58AD3BD71B781D9BC25763C8 /* json */, - ); - name = include; - sourceTree = ""; - }; - DA1ABA97EBE5173F815CB449 /* Surfaces */ = { - isa = PBXGroup; - children = ( - F2C0EE541190D47BF5911C0A /* BaseSurface.cpp */, - F27EBFBACAC7B29B2B7CA500 /* BaseSurface.h */, - E47BE7E996D01B437B713B9B /* CircleSurface.cpp */, - 5F3D44140B5D476BC98E98F3 /* CircleSurface.h */, - 2D2400AC1A64EDE5E990C56C /* GridWarpSurface.cpp */, - C3E8D103B72D02E063B29082 /* GridWarpSurface.h */, - BCBB74B9531974E1D5DA019B /* HexagonSurface.cpp */, - 0B4D5D37A2AE7AB30D726C16 /* HexagonSurface.h */, - B9ECBF061BABECA9C2341372 /* QuadSurface.cpp */, - 906696B07A716E4057D32B1E /* QuadSurface.h */, - 03FA94CA9F193C816DE4253F /* SurfaceFactory.cpp */, - D58C36B60BB72C7336042FB9 /* SurfaceFactory.h */, - 836B103542A52C63B004410C /* SurfaceManager.cpp */, - 7344B3B35CD0188D1283EC59 /* SurfaceManager.h */, - 1C080561EC053F17BB86A668 /* SurfaceStack.cpp */, - 6592BB3592290B34832D7607 /* SurfaceStack.h */, - B178ED5CA7F76AAA6E49E191 /* SurfaceType.h */, - 3DF2D82EA37D8C7A5F686EA5 /* TriangleSurface.cpp */, - 23118136CC7FFA920626B6C3 /* TriangleSurface.h */, - ); - name = Surfaces; - sourceTree = ""; - }; - E4328144138ABC890047C5CB /* Products */ = { - isa = PBXGroup; - children = ( - E4328148138ABC890047C5CB /* openFrameworksDebug.a */, - ); - name = Products; - sourceTree = ""; - }; - E4B69B4A0A3A1720003C02F2 = { - isa = PBXGroup; - children = ( - E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */, - E4EB6923138AFD0F00A09F29 /* Project.xcconfig */, - E4B69E1C0A3A1BDC003C02F2 /* src */, - E4EEC9E9138DF44700A80321 /* openFrameworks */, - BB4B014C10F69532006C3DED /* addons */, - 6948EE371B920CB800B5AC1A /* local_addons */, - E4B69B5B0A3A1756003C02F2 /* example_remote-clientDebug.app */, - ); - sourceTree = ""; - }; - E4B69E1C0A3A1BDC003C02F2 /* src */ = { - isa = PBXGroup; - children = ( - E4B69E1D0A3A1BDC003C02F2 /* main.cpp */, - E4B69E1E0A3A1BDC003C02F2 /* ofApp.cpp */, - E4B69E1F0A3A1BDC003C02F2 /* ofApp.h */, - 01286517203A247C00C1DA02 /* TCPClient.cpp */, - 01286518203A247C00C1DA02 /* TCPClient.h */, - ); - path = src; - sourceTree = SOURCE_ROOT; - }; - E4EEC9E9138DF44700A80321 /* openFrameworks */ = { - isa = PBXGroup; - children = ( - E4EB691F138AFCF100A09F29 /* CoreOF.xcconfig */, - E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */, - ); - name = openFrameworks; - sourceTree = ""; - }; - E910F62B91A8365D01A66512 /* Types */ = { - isa = PBXGroup; - children = ( - 4E09343A9F13BB51BC741692 /* Vec2.cpp */, - 93C11B810D4F591A2F70C148 /* Vec2.h */, - A8558ACA2B5E9FD75C455CA2 /* Vec3.cpp */, - 18E4114EBCEA8ADD837B4207 /* Vec3.h */, - ); - name = Types; - sourceTree = ""; - }; - F19689EE10A2EC1EC429FAC7 /* Commands */ = { - isa = PBXGroup; - children = ( - 231337763726D333E0B3D56C /* AddGridColCmd.cpp */, - 1E73070DAC89F6A796BFF464 /* AddGridColCmd.h */, - 3E4A0386460638A781A7AC84 /* AddGridRowCmd.cpp */, - 775FD891C1E381F87BF33C82 /* AddGridRowCmd.h */, - B323D7489A7B26A63443444F /* AddSurfaceCmd.cpp */, - 00756183A9E41665E637AC23 /* AddSurfaceCmd.h */, - 17972C3384311464011667D9 /* BaseCmd.h */, - 962C349E8F4E59FF335AB2A6 /* ClearSurfacesCmd.cpp */, - 3074E4094F76555C299E5D8E /* ClearSurfacesCmd.h */, - BDBE053980FA01FAD543D782 /* CmdManager.cpp */, - 2F04FFB9BAC4575E214C0DED /* CmdManager.h */, - 6E80EE6FB0CC304A6CA287BB /* DeselectSurfaceCmd.cpp */, - 65DBA05D19177D2853D54196 /* DeselectSurfaceCmd.h */, - E8CE817DF3028A4345376E7D /* DeselectTexCoordCmd.cpp */, - 718E523D4BDDCFAC394B3EA5 /* DeselectTexCoordCmd.h */, - C656C28252AD5E9E09FA2162 /* DuplicateSurfaceCmd.cpp */, - EE95BF87E883491E7CC9B6EC /* DuplicateSurfaceCmd.h */, - DBAFA0B7AFEA589CA5167204 /* MvAllTexCoordsCmd.cpp */, - 25322223D3976D5F33DCCBF6 /* MvAllTexCoordsCmd.h */, - EC481BAB32B250D3EA41AF9E /* MvLayerDnCmd.cpp */, - 61481FB831430E35A18ABD02 /* MvLayerDnCmd.h */, - E52D4207C299D5886C8FD2C7 /* MvLayerUpCmd.cpp */, - 933CAE5B2DEC9DDABEA95E34 /* MvLayerUpCmd.h */, - 7D386994DF359F3BD1E66480 /* MvSelectionCmd.cpp */, - D4CFAEBB593AD070E04F106C /* MvSelectionCmd.h */, - 18041C8871E17DE3E60BFF95 /* MvSurfaceVertCmd.cpp */, - D565A612B1DF2837C94A6081 /* MvSurfaceVertCmd.h */, - 0739F09627790055C959BBF4 /* MvTexCoordCmd.cpp */, - 8F41EDB76644426680B2FA2B /* MvTexCoordCmd.h */, - A50F23D868C48DF9799BC788 /* RmGridColCmd.cpp */, - BA65337B3E631788AE2D018B /* RmGridColCmd.h */, - F3538B8AF69CAB7C215FA1EF /* RmGridRowCmd.cpp */, - 74CA4C78136F233FB90B7D3E /* RmGridRowCmd.h */, - B7C308F8B76FCB909581A580 /* RmSurfaceCmd.cpp */, - D7287CBE5600FEE9EE1B1AEA /* RmSurfaceCmd.h */, - 60F40691CD9DE4DEE1768FE9 /* SaveTexCoordPosCmd.cpp */, - D463EA9CC53D21A44CB9D6EF /* SaveTexCoordPosCmd.h */, - 34B45EB44DED0A47FBAD30F4 /* ScaleSurfaceFromToCmd.cpp */, - 62C9C3E62D4BEF04CF54C031 /* ScaleSurfaceFromToCmd.h */, - FC98A68C64BFC941D0B31EE9 /* SelNextSurfaceCmd.cpp */, - 30ED82F4A70B5B95CCEF7744 /* SelNextSurfaceCmd.h */, - 784FFEB8D108EC916343AB97 /* SelNextTexCoordCmd.cpp */, - A5CBAE57D2ADED1CAB6123AF /* SelNextTexCoordCmd.h */, - 140C0677F9F5A5D3B8A89AC4 /* SelNextVertexCmd.cpp */, - BA5B6BB795E2A24B2DBA22BD /* SelNextVertexCmd.h */, - 6DF54314CF2B45BF195B84C6 /* SelPrevSurfaceCmd.cpp */, - B5C793F4FEA3AA065347B61C /* SelPrevSurfaceCmd.h */, - F7E88D3956480E0CBAA21641 /* SelPrevTexCoordCmd.cpp */, - 1CE256C39E514ABD16FCCB87 /* SelPrevTexCoordCmd.h */, - 3B29C3846BA06080344C1D1E /* SelPrevVertexCmd.cpp */, - 47AB6134D2AB2F3EB10096A3 /* SelPrevVertexCmd.h */, - 0B691BBAB665F94F09B2C276 /* SelSurfaceCmd.cpp */, - CB4461BD6FC059D946144727 /* SelSurfaceCmd.h */, - 27453C6FAE9B674FD694508D /* SelTexCoordCmd.cpp */, - D05D5FBB2B2779B022A5DD04 /* SelTexCoordCmd.h */, - A2282B1E05458C3B2BBCE568 /* SelVertexCmd.cpp */, - 79A9ED756DB70790A67E3EF8 /* SelVertexCmd.h */, - 8D3CB0B9A827AFA479349BBE /* SetApplicationModeCmd.cpp */, - F0A9FE4B6FB6C958B72B72CD /* SetApplicationModeCmd.h */, - 4FFBE499412CC8DD07163E91 /* SetNextSourceCmd.cpp */, - FA2E4E947E8D358C28D903C0 /* SetNextSourceCmd.h */, - 15C9B02F2CF08112845CD074 /* SetPresetCmd.cpp */, - BCB571865BB25BC586CF80EC /* SetPresetCmd.h */, - 7F58FFED7FBFC49573FF65E4 /* SetSourceCmd.cpp */, - 56A68D8E68FF141B5EB1ADF6 /* SetSourceCmd.h */, - 49BE2D8F2A2A57F4EBF83FF4 /* SetTexMapDrawModeCmd.cpp */, - 912C6A870E22496CEA43AC85 /* SetTexMapDrawModeCmd.h */, - E8DA47AF2B265F778E74D4DA /* StartDragSurfaceCmd.cpp */, - 5EBDBF5E7887C574E1FCC1B5 /* StartDragSurfaceCmd.h */, - 5D020B9B28609D071E21BB76 /* ToggleAnimatedSourceCmd.cpp */, - 21167F26AF957606289D4A4A /* ToggleAnimatedSourceCmd.h */, - 655142313A378162E3929785 /* TogglePerspectiveCmd.cpp */, - 4244A1B9B55BD7BA7ED2F547 /* TogglePerspectiveCmd.h */, - 03FCF5559C2A6AB79D947767 /* TranslateCanvasCmd.cpp */, - 5AB104FC7812B4F42B8E1540 /* TranslateCanvasCmd.h */, - ); - name = Commands; - sourceTree = ""; - }; - F40E80CB2D443CBA9581DD03 /* libs */ = { - isa = PBXGroup; - children = ( - 977A836DD2C489CCC5E330FF /* jsoncpp */, - ); - name = libs; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - E4B69B5A0A3A1756003C02F2 /* example_remote-client */ = { - isa = PBXNativeTarget; - buildConfigurationList = E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "example_remote-client" */; - buildPhases = ( - E4B69B580A3A1756003C02F2 /* Sources */, - E4B69B590A3A1756003C02F2 /* Frameworks */, - E4B6FFFD0C3F9AB9008CF71C /* ShellScript */, - E4C2427710CC5ABF004149E2 /* CopyFiles */, - ); - buildRules = ( - ); - dependencies = ( - E4EEB9AC138B136A00A80321 /* PBXTargetDependency */, - ); - name = "example_remote-client"; - productName = myOFApp; - productReference = E4B69B5B0A3A1756003C02F2 /* example_remote-clientDebug.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - E4B69B4C0A3A1720003C02F2 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0600; - }; - buildConfigurationList = E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "example_remote-client" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - English, - Japanese, - French, - German, - ); - mainGroup = E4B69B4A0A3A1720003C02F2; - productRefGroup = E4B69B4A0A3A1720003C02F2; - projectDirPath = ""; - projectReferences = ( - { - ProductGroup = E4328144138ABC890047C5CB /* Products */; - ProjectRef = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */; - }, - ); - projectRoot = ""; - targets = ( - E4B69B5A0A3A1756003C02F2 /* example_remote-client */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXReferenceProxy section */ - E4328148138ABC890047C5CB /* openFrameworksDebug.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = openFrameworksDebug.a; - remoteRef = E4328147138ABC890047C5CB /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; -/* End PBXReferenceProxy section */ - -/* Begin PBXShellScriptBuildPhase section */ - E4B6FFFD0C3F9AB9008CF71C /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "mkdir -p \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Resources/\"\n# Copy default icon file into App/Resources\nrsync -aved \"$ICON_FILE\" \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Resources/\"\n# Copy libfmod and change install directory for fmod to run\nrsync -aved ../../../libs/fmodex/lib/osx/libfmodex.dylib \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Frameworks/\";\ninstall_name_tool -change @executable_path/libfmodex.dylib @executable_path/../Frameworks/libfmodex.dylib \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/$PRODUCT_NAME\";\n# Copy GLUT framework (must remove for AppStore submissions)\nrsync -aved ../../../libs/glut/lib/osx/GLUT.framework \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Frameworks/\"\n"; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - E4B69B580A3A1756003C02F2 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */, - E4B69E210A3A1BDC003C02F2 /* ofApp.cpp in Sources */, - 856AA354D08AB4B323081444 /* ofxBaseGui.cpp in Sources */, - 5CBB2AB3A60F65431D7B555D /* ofxButton.cpp in Sources */, - B266578FC55D23BFEBC042E7 /* ofxGuiGroup.cpp in Sources */, - 483908258D00B98B4BE69F07 /* ofxLabel.cpp in Sources */, - F285EB3169F1566CA3D93C20 /* ofxPanel.cpp in Sources */, - 837220E80EB56CD44AD27F2A /* ofxSlider.cpp in Sources */, - B56FE57CC35806596D38118C /* ofxSliderGroup.cpp in Sources */, - 1CD33E884D9E3358252E82A1 /* ofxToggle.cpp in Sources */, - BEDFEE7400C58EA4E412B757 /* ofxJSONElement.cpp in Sources */, - FB84AAF8D1B7A95266DB5C09 /* jsoncpp.cpp in Sources */, - 960D20B191346612D5C05A6A /* ofxTCPClient.cpp in Sources */, - 01286519203A247C00C1DA02 /* TCPClient.cpp in Sources */, - 125506CD3E5F428AAFE5CC65 /* ofxTCPManager.cpp in Sources */, - 66CA411C5A9664E27326BF36 /* ofxTCPServer.cpp in Sources */, - E2564CF7DDB3713772BB682E /* ofxUDPManager.cpp in Sources */, - 401140F3B7FA4412935BB121 /* Application.cpp in Sources */, - C4D6DA9B890E612343FD059F /* ApplicationBaseMode.cpp in Sources */, - 4A53BFBA57F4AD16FB9D2D24 /* PresentationMode.cpp in Sources */, - 42AB7CD7DFB89209AB951942 /* ProjectionMappingMode.cpp in Sources */, - AA98F23DF9897F2241EF3968 /* SourceSelectionMode.cpp in Sources */, - 21B18AC78EBFC1FD28C614D5 /* TextureMappingMode.cpp in Sources */, - 2E9E05C9FFCE15172A701335 /* SettingsLoader.cpp in Sources */, - 580602DA874A9CF9E850DEEE /* AddGridColCmd.cpp in Sources */, - D88BA6D139757ED4E1669796 /* AddGridRowCmd.cpp in Sources */, - B1EEE5A7EC1876072BF8F7FE /* AddSurfaceCmd.cpp in Sources */, - F9A6B58165791682416A1685 /* ClearSurfacesCmd.cpp in Sources */, - 93760FE8B10EBD4081251E10 /* CmdManager.cpp in Sources */, - C8D7FA44AA0565654A681157 /* DeselectSurfaceCmd.cpp in Sources */, - 973F560586CB3735581265E7 /* DeselectTexCoordCmd.cpp in Sources */, - D61A46C1800537BA43C7884F /* DuplicateSurfaceCmd.cpp in Sources */, - 8CA6C92E3D4F91750BC469FF /* MvAllTexCoordsCmd.cpp in Sources */, - A75658250711ADE2C05FC781 /* MvLayerDnCmd.cpp in Sources */, - C34B66987F4DA38C21AF325B /* MvLayerUpCmd.cpp in Sources */, - 6056983B92E88B475FF04299 /* MvSelectionCmd.cpp in Sources */, - 845DC872C79A75F7B5FABC02 /* MvSurfaceVertCmd.cpp in Sources */, - 25F5CD753AF35B53464E56AE /* MvTexCoordCmd.cpp in Sources */, - 82643E358DF270B9EC939699 /* RmGridColCmd.cpp in Sources */, - 5826FF4F63DC430E90AFDA5E /* RmGridRowCmd.cpp in Sources */, - B01F972DDDA5F21EF4C8B99D /* RmSurfaceCmd.cpp in Sources */, - 36A98A331EAE1D0A19998A59 /* SaveTexCoordPosCmd.cpp in Sources */, - E327ACE85A208BAFACD1B7C7 /* ScaleSurfaceFromToCmd.cpp in Sources */, - 67FF225B68ECC1942C833BFE /* SelNextSurfaceCmd.cpp in Sources */, - 60C8089351E49CF344577098 /* SelNextTexCoordCmd.cpp in Sources */, - E6D82F5A7B22E9FB46DEEF15 /* SelNextVertexCmd.cpp in Sources */, - 7DAB7D546F81A93336034BF7 /* SelPrevSurfaceCmd.cpp in Sources */, - 800748EF057A284D9DA82F60 /* SelPrevTexCoordCmd.cpp in Sources */, - B9654D0EF43BCA228B330ED7 /* SelPrevVertexCmd.cpp in Sources */, - E5D631612E039E04B1736E76 /* SelSurfaceCmd.cpp in Sources */, - 14566DCD28D35A80428886C4 /* SelTexCoordCmd.cpp in Sources */, - 7002E598586957E5F20E69A7 /* SelVertexCmd.cpp in Sources */, - 90DE06EA59944C1BEA539719 /* SetApplicationModeCmd.cpp in Sources */, - 4BF21A290FA6FE26B87B8971 /* SetNextSourceCmd.cpp in Sources */, - 84172554824F6959BA431E33 /* SetPresetCmd.cpp in Sources */, - 6500BFD07CA93EFD8A162B25 /* SetSourceCmd.cpp in Sources */, - A6EE8D8F3CA590EF6D7FAFA6 /* SetTexMapDrawModeCmd.cpp in Sources */, - 06765053D7BFBBEB43E77B23 /* StartDragSurfaceCmd.cpp in Sources */, - 6438655B2AE4DDA2743241EC /* ToggleAnimatedSourceCmd.cpp in Sources */, - 23963D6D8F0085D5DD2DF394 /* TogglePerspectiveCmd.cpp in Sources */, - 28F5415281F8D09BBC098355 /* TranslateCanvasCmd.cpp in Sources */, - EA700B09626C8413C92EF860 /* Gui.cpp in Sources */, - 8E8F94DC506856A4E92FBA8A /* LayerPanelWidget.cpp in Sources */, - 274AEF0299D77E27C0C5B205 /* ProjectionEditorWidget.cpp in Sources */, - F06AE014F869282B7F7CE84C /* ScaleWidget.cpp in Sources */, - FB03F0A6D7866DFC55F519EB /* SourcesEditorWidget.cpp in Sources */, - 8A3D6CE0A4338871766366B6 /* SurfaceHighlightWidget.cpp in Sources */, - 4D2D4455339FC8C955091C88 /* TextureEditorWidget.cpp in Sources */, - 9CAA3B0DFD59840998C832DA /* TextureHighlightWidget.cpp in Sources */, - F3EACD31EE5E141FF66C48BD /* Info.cpp in Sources */, - DB8FC60C7512DB810C92625B /* DirectoryWatcher.cpp in Sources */, - 92527EF632E7EC0E96BC329C /* MediaServer.cpp in Sources */, - 3B90107DB9BF4857E357FCA8 /* ofxPiMapper.cpp in Sources */, - 892923A127FC7C57469FD078 /* BaseSource.cpp in Sources */, - 7702233BBFB6E8D9E8B93CBC /* FboSource.cpp in Sources */, - 95CB0A22296B3DB402835DCF /* ImageSource.cpp in Sources */, - 588E33B9B0BD6F5A2E4DF31D /* OMXPlayerCache.cpp in Sources */, - A0C1CAB7B9C59DDDC960EB62 /* VideoSource.cpp in Sources */, - 9F968AD3A115328F4BFE5D71 /* BaseSurface.cpp in Sources */, - D0758B5E19E04C33E9BF7193 /* CircleSurface.cpp in Sources */, - 63DB0907B2ACDF9E6F2D9925 /* GridWarpSurface.cpp in Sources */, - 9C194C9F4ACD67CD61FBD30D /* HexagonSurface.cpp in Sources */, - 2A9AFA74E0EF07E58AC11382 /* QuadSurface.cpp in Sources */, - B27F2ADC894A4C463E892AFE /* SurfaceFactory.cpp in Sources */, - 85649EB44DE8F0A3BF8430F9 /* SurfaceManager.cpp in Sources */, - C3A616FB3A463C17E327F395 /* SurfaceStack.cpp in Sources */, - C0EB2D2E383BA9DE417ADB38 /* TriangleSurface.cpp in Sources */, - 5FB2E2349349B93011671206 /* Vec2.cpp in Sources */, - 2E088EDC6E32D190998D8241 /* Vec3.cpp in Sources */, - 868F230C6074263277ED9B07 /* BaseJoint.cpp in Sources */, - 42BCE929D520D8872171239A /* CircleJoint.cpp in Sources */, - 1F4453EA1589AD79F4B34493 /* RadioList.cpp in Sources */, - 83CACB24937919003F2F9B63 /* HomographyHelper.cpp in Sources */, - 63B57AC5BF4EF088491E0317 /* ofxXmlSettings.cpp in Sources */, - 933A2227713C720CEFF80FD9 /* tinyxml.cpp in Sources */, - 9D44DC88EF9E7991B4A09951 /* tinyxmlerror.cpp in Sources */, - 5A4349E9754D6FA14C0F2A3A /* tinyxmlparser.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - E4EEB9AC138B136A00A80321 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = openFrameworks; - targetProxy = E4EEB9AB138B136A00A80321 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - E4B69B4E0A3A1720003C02F2 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */; - buildSettings = { - CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/"; - COPY_PHASE_STRIP = NO; - DEAD_CODE_STRIPPING = YES; - GCC_AUTO_VECTORIZATION = YES; - GCC_ENABLE_SSE3_EXTENSIONS = YES; - GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES; - GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO; - GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO; - GCC_WARN_UNINITIALIZED_AUTOS = NO; - GCC_WARN_UNUSED_VALUE = NO; - GCC_WARN_UNUSED_VARIABLE = NO; - HEADER_SEARCH_PATHS = ( - "$(OF_CORE_HEADERS)", - ../../../addons/ofxGui/src, - ../../../addons/ofxJSON/libs, - ../../../addons/ofxJSON/libs/jsoncpp, - ../../../addons/ofxJSON/libs/jsoncpp/include, - ../../../addons/ofxJSON/libs/jsoncpp/include/json, - ../../../addons/ofxJSON/libs/jsoncpp/src, - ../../../addons/ofxJSON/src, - ../../../addons/ofxNetwork/src, - ../../../addons/ofxPiMapper/src, - ../../../addons/ofxPiMapper/src/Application, - ../../../addons/ofxPiMapper/src/Application/Modes, - ../../../addons/ofxPiMapper/src/Commands, - ../../../addons/ofxPiMapper/src/Gui, - ../../../addons/ofxPiMapper/src/Gui/Widgets, - ../../../addons/ofxPiMapper/src/Info, - ../../../addons/ofxPiMapper/src/MediaServer, - ../../../addons/ofxPiMapper/src/Sources, - ../../../addons/ofxPiMapper/src/Surfaces, - ../../../addons/ofxPiMapper/src/Types, - ../../../addons/ofxPiMapper/src/UserInterface, - ../../../addons/ofxPiMapper/src/Utils, - ../../../addons/ofxXmlSettings/libs, - ../../../addons/ofxXmlSettings/src, - ); - MACOSX_DEPLOYMENT_TARGET = 10.8; - ONLY_ACTIVE_ARCH = YES; - OTHER_CPLUSPLUSFLAGS = ( - "-D__MACOSX_CORE__", - "-mtune=native", - ); - SDKROOT = macosx; - }; - name = Debug; - }; - E4B69B4F0A3A1720003C02F2 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */; - buildSettings = { - CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/"; - COPY_PHASE_STRIP = YES; - DEAD_CODE_STRIPPING = YES; - GCC_AUTO_VECTORIZATION = YES; - GCC_ENABLE_SSE3_EXTENSIONS = YES; - GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 3; - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_UNROLL_LOOPS = YES; - GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES; - GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO; - GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO; - GCC_WARN_UNINITIALIZED_AUTOS = NO; - GCC_WARN_UNUSED_VALUE = NO; - GCC_WARN_UNUSED_VARIABLE = NO; - HEADER_SEARCH_PATHS = ( - "$(OF_CORE_HEADERS)", - ../../../addons/ofxGui/src, - ../../../addons/ofxJSON/libs, - ../../../addons/ofxJSON/libs/jsoncpp, - ../../../addons/ofxJSON/libs/jsoncpp/include, - ../../../addons/ofxJSON/libs/jsoncpp/include/json, - ../../../addons/ofxJSON/libs/jsoncpp/src, - ../../../addons/ofxJSON/src, - ../../../addons/ofxNetwork/src, - ../../../addons/ofxPiMapper/src, - ../../../addons/ofxPiMapper/src/Application, - ../../../addons/ofxPiMapper/src/Application/Modes, - ../../../addons/ofxPiMapper/src/Commands, - ../../../addons/ofxPiMapper/src/Gui, - ../../../addons/ofxPiMapper/src/Gui/Widgets, - ../../../addons/ofxPiMapper/src/Info, - ../../../addons/ofxPiMapper/src/MediaServer, - ../../../addons/ofxPiMapper/src/Sources, - ../../../addons/ofxPiMapper/src/Surfaces, - ../../../addons/ofxPiMapper/src/Types, - ../../../addons/ofxPiMapper/src/UserInterface, - ../../../addons/ofxPiMapper/src/Utils, - ../../../addons/ofxXmlSettings/libs, - ../../../addons/ofxXmlSettings/src, - ); - MACOSX_DEPLOYMENT_TARGET = 10.8; - OTHER_CPLUSPLUSFLAGS = ( - "-D__MACOSX_CORE__", - "-mtune=native", - ); - SDKROOT = macosx; - }; - name = Release; - }; - E4B69B600A3A1757003C02F2 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = NO; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)", - ); - FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../../libs/glut/lib/osx\""; - GCC_DYNAMIC_NO_PIC = NO; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_MODEL_TUNING = NONE; - HEADER_SEARCH_PATHS = ( - "$(OF_CORE_HEADERS)", - ../../../addons/ofxGui/src, - ../../../addons/ofxJSON/libs, - ../../../addons/ofxJSON/libs/jsoncpp, - ../../../addons/ofxJSON/libs/jsoncpp/include, - ../../../addons/ofxJSON/libs/jsoncpp/include/json, - ../../../addons/ofxJSON/libs/jsoncpp/src, - ../../../addons/ofxJSON/src, - ../../../addons/ofxNetwork/src, - ../../../addons/ofxPiMapper/src, - ../../../addons/ofxPiMapper/src/Application, - ../../../addons/ofxPiMapper/src/Application/Modes, - ../../../addons/ofxPiMapper/src/Commands, - ../../../addons/ofxPiMapper/src/Gui, - ../../../addons/ofxPiMapper/src/Gui/Widgets, - ../../../addons/ofxPiMapper/src/Info, - ../../../addons/ofxPiMapper/src/MediaServer, - ../../../addons/ofxPiMapper/src/Sources, - ../../../addons/ofxPiMapper/src/Surfaces, - ../../../addons/ofxPiMapper/src/Types, - ../../../addons/ofxPiMapper/src/UserInterface, - ../../../addons/ofxPiMapper/src/Utils, - ../../../addons/ofxXmlSettings/libs, - ../../../addons/ofxXmlSettings/src, - ); - ICON = "$(ICON_NAME_DEBUG)"; - ICON_FILE = "$(ICON_FILE_PATH)$(ICON)"; - INFOPLIST_FILE = "openFrameworks-Info.plist"; - INSTALL_PATH = /Applications; - LIBRARY_SEARCH_PATHS = "$(inherited)"; - PRODUCT_NAME = "$(TARGET_NAME)Debug"; - WRAPPER_EXTENSION = app; - }; - name = Debug; - }; - E4B69B610A3A1757003C02F2 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)", - ); - FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../../libs/glut/lib/osx\""; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_MODEL_TUNING = NONE; - HEADER_SEARCH_PATHS = ( - "$(OF_CORE_HEADERS)", - ../../../addons/ofxGui/src, - ../../../addons/ofxJSON/libs, - ../../../addons/ofxJSON/libs/jsoncpp, - ../../../addons/ofxJSON/libs/jsoncpp/include, - ../../../addons/ofxJSON/libs/jsoncpp/include/json, - ../../../addons/ofxJSON/libs/jsoncpp/src, - ../../../addons/ofxJSON/src, - ../../../addons/ofxNetwork/src, - ../../../addons/ofxPiMapper/src, - ../../../addons/ofxPiMapper/src/Application, - ../../../addons/ofxPiMapper/src/Application/Modes, - ../../../addons/ofxPiMapper/src/Commands, - ../../../addons/ofxPiMapper/src/Gui, - ../../../addons/ofxPiMapper/src/Gui/Widgets, - ../../../addons/ofxPiMapper/src/Info, - ../../../addons/ofxPiMapper/src/MediaServer, - ../../../addons/ofxPiMapper/src/Sources, - ../../../addons/ofxPiMapper/src/Surfaces, - ../../../addons/ofxPiMapper/src/Types, - ../../../addons/ofxPiMapper/src/UserInterface, - ../../../addons/ofxPiMapper/src/Utils, - ../../../addons/ofxXmlSettings/libs, - ../../../addons/ofxXmlSettings/src, - ); - ICON = "$(ICON_NAME_RELEASE)"; - ICON_FILE = "$(ICON_FILE_PATH)$(ICON)"; - INFOPLIST_FILE = "openFrameworks-Info.plist"; - INSTALL_PATH = /Applications; - LIBRARY_SEARCH_PATHS = "$(inherited)"; - PRODUCT_NAME = "$(TARGET_NAME)"; - WRAPPER_EXTENSION = app; - baseConfigurationReference = E4EB6923138AFD0F00A09F29; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "example_remote-client" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E4B69B4E0A3A1720003C02F2 /* Debug */, - E4B69B4F0A3A1720003C02F2 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "example_remote-client" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E4B69B600A3A1757003C02F2 /* Debug */, - E4B69B610A3A1757003C02F2 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = E4B69B4C0A3A1720003C02F2 /* Project object */; -} diff --git a/example_remote-client/example_remote-client.xcodeproj/xcshareddata/xcschemes/example_remote-client Debug.xcscheme b/example_remote-client/example_remote-client.xcodeproj/xcshareddata/xcschemes/example_remote-client Debug.xcscheme deleted file mode 100644 index 8071d6f..0000000 --- a/example_remote-client/example_remote-client.xcodeproj/xcshareddata/xcschemes/example_remote-client Debug.xcscheme +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example_remote-client/example_remote-client.xcodeproj/xcshareddata/xcschemes/example_remote-client Release.xcscheme b/example_remote-client/example_remote-client.xcodeproj/xcshareddata/xcschemes/example_remote-client Release.xcscheme deleted file mode 100644 index d119013..0000000 --- a/example_remote-client/example_remote-client.xcodeproj/xcshareddata/xcschemes/example_remote-client Release.xcscheme +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example_remote-client/openFrameworks-Info.plist b/example_remote-client/openFrameworks-Info.plist deleted file mode 100644 index 8d64d2b..0000000 --- a/example_remote-client/openFrameworks-Info.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - cc.openFrameworks.ofapp - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - APPL - CFBundleSignature - ???? - CFBundleVersion - 1.0 - CFBundleIconFile - ${ICON} - - diff --git a/example_remote-server/Project.xcconfig b/example_remote-server/Project.xcconfig deleted file mode 100644 index e570b15..0000000 --- a/example_remote-server/Project.xcconfig +++ /dev/null @@ -1,17 +0,0 @@ -//THE PATH TO THE ROOT OF OUR OF PATH RELATIVE TO THIS PROJECT. -//THIS NEEDS TO BE DEFINED BEFORE CoreOF.xcconfig IS INCLUDED -OF_PATH = ../../.. - -//THIS HAS ALL THE HEADER AND LIBS FOR OF CORE -#include "../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig" - -//ICONS - NEW IN 0072 -ICON_NAME_DEBUG = icon-debug.icns -ICON_NAME_RELEASE = icon.icns -ICON_FILE_PATH = $(OF_PATH)/libs/openFrameworksCompiled/project/osx/ - -//IF YOU WANT AN APP TO HAVE A CUSTOM ICON - PUT THEM IN YOUR DATA FOLDER AND CHANGE ICON_FILE_PATH to: -//ICON_FILE_PATH = bin/data/ - -OTHER_LDFLAGS = $(OF_CORE_LIBS) $(OF_CORE_FRAMEWORKS) -HEADER_SEARCH_PATHS = $(OF_CORE_HEADERS) diff --git a/example_remote-server/example_remote-server.xcodeproj/project.pbxproj b/example_remote-server/example_remote-server.xcodeproj/project.pbxproj deleted file mode 100644 index 1f8eea1..0000000 --- a/example_remote-server/example_remote-server.xcodeproj/project.pbxproj +++ /dev/null @@ -1,1422 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 06765053D7BFBBEB43E77B23 /* StartDragSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8DA47AF2B265F778E74D4DA /* StartDragSurfaceCmd.cpp */; }; - 125506CD3E5F428AAFE5CC65 /* ofxTCPManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F399B91E98DC31CDA6DDACB4 /* ofxTCPManager.cpp */; }; - 14566DCD28D35A80428886C4 /* SelTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 27453C6FAE9B674FD694508D /* SelTexCoordCmd.cpp */; }; - 1CD33E884D9E3358252E82A1 /* ofxToggle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 907C5B5E104864A2D3A25745 /* ofxToggle.cpp */; }; - 1F4453EA1589AD79F4B34493 /* RadioList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4048CA09E6AAB5F673CBD2F0 /* RadioList.cpp */; }; - 21B18AC78EBFC1FD28C614D5 /* TextureMappingMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B16277019B0C4B684E1B063E /* TextureMappingMode.cpp */; }; - 23963D6D8F0085D5DD2DF394 /* TogglePerspectiveCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 655142313A378162E3929785 /* TogglePerspectiveCmd.cpp */; }; - 25F5CD753AF35B53464E56AE /* MvTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0739F09627790055C959BBF4 /* MvTexCoordCmd.cpp */; }; - 274AEF0299D77E27C0C5B205 /* ProjectionEditorWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18DA1B30717C876AA19CEEC0 /* ProjectionEditorWidget.cpp */; }; - 28F5415281F8D09BBC098355 /* TranslateCanvasCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03FCF5559C2A6AB79D947767 /* TranslateCanvasCmd.cpp */; }; - 2A9AFA74E0EF07E58AC11382 /* QuadSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B9ECBF061BABECA9C2341372 /* QuadSurface.cpp */; }; - 2E088EDC6E32D190998D8241 /* Vec3.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8558ACA2B5E9FD75C455CA2 /* Vec3.cpp */; }; - 2E9E05C9FFCE15172A701335 /* SettingsLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33DD6E4350FD51C68B7E65F0 /* SettingsLoader.cpp */; }; - 36A98A331EAE1D0A19998A59 /* SaveTexCoordPosCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 60F40691CD9DE4DEE1768FE9 /* SaveTexCoordPosCmd.cpp */; }; - 3B90107DB9BF4857E357FCA8 /* ofxPiMapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16DB3860ECC0D672B08DE71C /* ofxPiMapper.cpp */; }; - 401140F3B7FA4412935BB121 /* Application.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1B3B1807E9CFC3FFBA4DBBEF /* Application.cpp */; }; - 42AB7CD7DFB89209AB951942 /* ProjectionMappingMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1BCA96396113AAF56D66C844 /* ProjectionMappingMode.cpp */; }; - 42BCE929D520D8872171239A /* CircleJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 62F01592304CB7995200EF7B /* CircleJoint.cpp */; }; - 483908258D00B98B4BE69F07 /* ofxLabel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 78D67A00EB899FAC09430597 /* ofxLabel.cpp */; }; - 4A53BFBA57F4AD16FB9D2D24 /* PresentationMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 64156CB2D856E4CE0FBBED96 /* PresentationMode.cpp */; }; - 4BF21A290FA6FE26B87B8971 /* SetNextSourceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4FFBE499412CC8DD07163E91 /* SetNextSourceCmd.cpp */; }; - 4D2D4455339FC8C955091C88 /* TextureEditorWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 413E846B881CCADC897A8A40 /* TextureEditorWidget.cpp */; }; - 580602DA874A9CF9E850DEEE /* AddGridColCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 231337763726D333E0B3D56C /* AddGridColCmd.cpp */; }; - 5826FF4F63DC430E90AFDA5E /* RmGridRowCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F3538B8AF69CAB7C215FA1EF /* RmGridRowCmd.cpp */; }; - 588E33B9B0BD6F5A2E4DF31D /* OMXPlayerCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7B0806EEA8012D629BE363C /* OMXPlayerCache.cpp */; }; - 5A4349E9754D6FA14C0F2A3A /* tinyxmlparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FC5DA1C87211D4F6377DA719 /* tinyxmlparser.cpp */; }; - 5CBB2AB3A60F65431D7B555D /* ofxButton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C88333E71C9457E441C33474 /* ofxButton.cpp */; }; - 5FB2E2349349B93011671206 /* Vec2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4E09343A9F13BB51BC741692 /* Vec2.cpp */; }; - 6056983B92E88B475FF04299 /* MvSelectionCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7D386994DF359F3BD1E66480 /* MvSelectionCmd.cpp */; }; - 60C8089351E49CF344577098 /* SelNextTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 784FFEB8D108EC916343AB97 /* SelNextTexCoordCmd.cpp */; }; - 63B57AC5BF4EF088491E0317 /* ofxXmlSettings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 50DF87D612C5AAE17AAFA6C0 /* ofxXmlSettings.cpp */; }; - 63DB0907B2ACDF9E6F2D9925 /* GridWarpSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2D2400AC1A64EDE5E990C56C /* GridWarpSurface.cpp */; }; - 6438655B2AE4DDA2743241EC /* ToggleAnimatedSourceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D020B9B28609D071E21BB76 /* ToggleAnimatedSourceCmd.cpp */; }; - 6500BFD07CA93EFD8A162B25 /* SetSourceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7F58FFED7FBFC49573FF65E4 /* SetSourceCmd.cpp */; }; - 66CA411C5A9664E27326BF36 /* ofxTCPServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1C085E327DAB912CFA2A443D /* ofxTCPServer.cpp */; }; - 67FF225B68ECC1942C833BFE /* SelNextSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FC98A68C64BFC941D0B31EE9 /* SelNextSurfaceCmd.cpp */; }; - 7002E598586957E5F20E69A7 /* SelVertexCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A2282B1E05458C3B2BBCE568 /* SelVertexCmd.cpp */; }; - 7702233BBFB6E8D9E8B93CBC /* FboSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C61C1F4F1A1ED2660B1D6EDC /* FboSource.cpp */; }; - 7DAB7D546F81A93336034BF7 /* SelPrevSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6DF54314CF2B45BF195B84C6 /* SelPrevSurfaceCmd.cpp */; }; - 800748EF057A284D9DA82F60 /* SelPrevTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7E88D3956480E0CBAA21641 /* SelPrevTexCoordCmd.cpp */; }; - 82643E358DF270B9EC939699 /* RmGridColCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A50F23D868C48DF9799BC788 /* RmGridColCmd.cpp */; }; - 837220E80EB56CD44AD27F2A /* ofxSlider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15F2C6477A769C03A56D1401 /* ofxSlider.cpp */; }; - 83CACB24937919003F2F9B63 /* HomographyHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E2333CF877EE99EBE86F4B0F /* HomographyHelper.cpp */; }; - 84172554824F6959BA431E33 /* SetPresetCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15C9B02F2CF08112845CD074 /* SetPresetCmd.cpp */; }; - 845DC872C79A75F7B5FABC02 /* MvSurfaceVertCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18041C8871E17DE3E60BFF95 /* MvSurfaceVertCmd.cpp */; }; - 85649EB44DE8F0A3BF8430F9 /* SurfaceManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 836B103542A52C63B004410C /* SurfaceManager.cpp */; }; - 856AA354D08AB4B323081444 /* ofxBaseGui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9604B925D32EE39065747725 /* ofxBaseGui.cpp */; }; - 868F230C6074263277ED9B07 /* BaseJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7E78D1B2A6DB0856BF8ED1FE /* BaseJoint.cpp */; }; - 892923A127FC7C57469FD078 /* BaseSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB4132974E14024E74E320F5 /* BaseSource.cpp */; }; - 8A3D6CE0A4338871766366B6 /* SurfaceHighlightWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 69A4D26FC0AD01A86571540D /* SurfaceHighlightWidget.cpp */; }; - 8CA6C92E3D4F91750BC469FF /* MvAllTexCoordsCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DBAFA0B7AFEA589CA5167204 /* MvAllTexCoordsCmd.cpp */; }; - 8E8F94DC506856A4E92FBA8A /* LayerPanelWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 57990D37D728C5711AACBA9F /* LayerPanelWidget.cpp */; }; - 90DE06EA59944C1BEA539719 /* SetApplicationModeCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8D3CB0B9A827AFA479349BBE /* SetApplicationModeCmd.cpp */; }; - 92527EF632E7EC0E96BC329C /* MediaServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18385A4F4BC87806616D4F7F /* MediaServer.cpp */; }; - 933A2227713C720CEFF80FD9 /* tinyxml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2B40EDA85BEB63E46785BC29 /* tinyxml.cpp */; }; - 93760FE8B10EBD4081251E10 /* CmdManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BDBE053980FA01FAD543D782 /* CmdManager.cpp */; }; - 95CB0A22296B3DB402835DCF /* ImageSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61291E56B7882C9E9B8F119B /* ImageSource.cpp */; }; - 960D20B191346612D5C05A6A /* ofxTCPClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF88F02779DD820913ACEA06 /* ofxTCPClient.cpp */; }; - 973F560586CB3735581265E7 /* DeselectTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8CE817DF3028A4345376E7D /* DeselectTexCoordCmd.cpp */; }; - 9C194C9F4ACD67CD61FBD30D /* HexagonSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCBB74B9531974E1D5DA019B /* HexagonSurface.cpp */; }; - 9CAA3B0DFD59840998C832DA /* TextureHighlightWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 941AD8B39C28D08B9F31077A /* TextureHighlightWidget.cpp */; }; - 9D44DC88EF9E7991B4A09951 /* tinyxmlerror.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 832BDC407620CDBA568B713D /* tinyxmlerror.cpp */; }; - 9F968AD3A115328F4BFE5D71 /* BaseSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F2C0EE541190D47BF5911C0A /* BaseSurface.cpp */; }; - A0C1CAB7B9C59DDDC960EB62 /* VideoSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5407451FA68C27B2AAE644A6 /* VideoSource.cpp */; }; - A6EE8D8F3CA590EF6D7FAFA6 /* SetTexMapDrawModeCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49BE2D8F2A2A57F4EBF83FF4 /* SetTexMapDrawModeCmd.cpp */; }; - A75658250711ADE2C05FC781 /* MvLayerDnCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC481BAB32B250D3EA41AF9E /* MvLayerDnCmd.cpp */; }; - AA98F23DF9897F2241EF3968 /* SourceSelectionMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4245228145B1AA737F49CF14 /* SourceSelectionMode.cpp */; }; - B01F972DDDA5F21EF4C8B99D /* RmSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B7C308F8B76FCB909581A580 /* RmSurfaceCmd.cpp */; }; - B1EEE5A7EC1876072BF8F7FE /* AddSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B323D7489A7B26A63443444F /* AddSurfaceCmd.cpp */; }; - B266578FC55D23BFEBC042E7 /* ofxGuiGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECF8674C7975F1063C5E30CA /* ofxGuiGroup.cpp */; }; - B27F2ADC894A4C463E892AFE /* SurfaceFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03FA94CA9F193C816DE4253F /* SurfaceFactory.cpp */; }; - B56FE57CC35806596D38118C /* ofxSliderGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 802251BAF1B35B1D67B32FD0 /* ofxSliderGroup.cpp */; }; - B9654D0EF43BCA228B330ED7 /* SelPrevVertexCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3B29C3846BA06080344C1D1E /* SelPrevVertexCmd.cpp */; }; - BEB6494CF066DE11AAF90C9C /* TCPServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 243FFB66CB697A42C5397069 /* TCPServer.cpp */; }; - BEDFEE7400C58EA4E412B757 /* ofxJSONElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F2B099E6BD1199664C48B177 /* ofxJSONElement.cpp */; }; - C0EB2D2E383BA9DE417ADB38 /* TriangleSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3DF2D82EA37D8C7A5F686EA5 /* TriangleSurface.cpp */; }; - C34B66987F4DA38C21AF325B /* MvLayerUpCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E52D4207C299D5886C8FD2C7 /* MvLayerUpCmd.cpp */; }; - C3A616FB3A463C17E327F395 /* SurfaceStack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1C080561EC053F17BB86A668 /* SurfaceStack.cpp */; }; - C4D6DA9B890E612343FD059F /* ApplicationBaseMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9631F04A0875ADEB45970DE8 /* ApplicationBaseMode.cpp */; }; - C8D7FA44AA0565654A681157 /* DeselectSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6E80EE6FB0CC304A6CA287BB /* DeselectSurfaceCmd.cpp */; }; - D0758B5E19E04C33E9BF7193 /* CircleSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E47BE7E996D01B437B713B9B /* CircleSurface.cpp */; }; - D61A46C1800537BA43C7884F /* DuplicateSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C656C28252AD5E9E09FA2162 /* DuplicateSurfaceCmd.cpp */; }; - D88BA6D139757ED4E1669796 /* AddGridRowCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E4A0386460638A781A7AC84 /* AddGridRowCmd.cpp */; }; - DB8FC60C7512DB810C92625B /* DirectoryWatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 20F9951441118A70E8D55E13 /* DirectoryWatcher.cpp */; }; - E2564CF7DDB3713772BB682E /* ofxUDPManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 35BB9BB90DBABFD3B39F8DB6 /* ofxUDPManager.cpp */; }; - E327ACE85A208BAFACD1B7C7 /* ScaleSurfaceFromToCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34B45EB44DED0A47FBAD30F4 /* ScaleSurfaceFromToCmd.cpp */; }; - E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E4328148138ABC890047C5CB /* openFrameworksDebug.a */; }; - E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1D0A3A1BDC003C02F2 /* main.cpp */; }; - E4B69E210A3A1BDC003C02F2 /* ofApp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4B69E1E0A3A1BDC003C02F2 /* ofApp.cpp */; }; - E5D631612E039E04B1736E76 /* SelSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B691BBAB665F94F09B2C276 /* SelSurfaceCmd.cpp */; }; - E6D82F5A7B22E9FB46DEEF15 /* SelNextVertexCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 140C0677F9F5A5D3B8A89AC4 /* SelNextVertexCmd.cpp */; }; - EA700B09626C8413C92EF860 /* Gui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DCC24025AD26B4554B000385 /* Gui.cpp */; }; - F06AE014F869282B7F7CE84C /* ScaleWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4EDCDF597954EF25E7AD416 /* ScaleWidget.cpp */; }; - F285EB3169F1566CA3D93C20 /* ofxPanel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E112B3AEBEA2C091BF2B40AE /* ofxPanel.cpp */; }; - F3EACD31EE5E141FF66C48BD /* Info.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EEF2CEBAFFABCFED915AFCE1 /* Info.cpp */; }; - F9A6B58165791682416A1685 /* ClearSurfacesCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 962C349E8F4E59FF335AB2A6 /* ClearSurfacesCmd.cpp */; }; - FB03F0A6D7866DFC55F519EB /* SourcesEditorWidget.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36F59D2F886152DF4115A218 /* SourcesEditorWidget.cpp */; }; - FB84AAF8D1B7A95266DB5C09 /* jsoncpp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 21BDE665988474F1B1F4D302 /* jsoncpp.cpp */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - E4328147138ABC890047C5CB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = E4B27C1510CBEB8E00536013; - remoteInfo = openFrameworks; - }; - E4EEB9AB138B136A00A80321 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = E4B27C1410CBEB8E00536013; - remoteInfo = openFrameworks; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXCopyFilesBuildPhase section */ - E4C2427710CC5ABF004149E2 /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 00756183A9E41665E637AC23 /* AddSurfaceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = AddSurfaceCmd.h; path = ../src/Commands/AddSurfaceCmd.h; sourceTree = SOURCE_ROOT; }; - 01DCC0911400F9ACF5B65578 /* ofxXmlSettings.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxXmlSettings.h; path = ../../ofxXmlSettings/src/ofxXmlSettings.h; sourceTree = SOURCE_ROOT; }; - 03FA94CA9F193C816DE4253F /* SurfaceFactory.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SurfaceFactory.cpp; path = ../src/Surfaces/SurfaceFactory.cpp; sourceTree = SOURCE_ROOT; }; - 03FCF5559C2A6AB79D947767 /* TranslateCanvasCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = TranslateCanvasCmd.cpp; path = ../src/Commands/TranslateCanvasCmd.cpp; sourceTree = SOURCE_ROOT; }; - 0739F09627790055C959BBF4 /* MvTexCoordCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = MvTexCoordCmd.cpp; path = ../src/Commands/MvTexCoordCmd.cpp; sourceTree = SOURCE_ROOT; }; - 0A1DAC09F322AE313A40706D /* ofxToggle.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxToggle.h; path = ../../ofxGui/src/ofxToggle.h; sourceTree = SOURCE_ROOT; }; - 0B4D5D37A2AE7AB30D726C16 /* HexagonSurface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = HexagonSurface.h; path = ../src/Surfaces/HexagonSurface.h; sourceTree = SOURCE_ROOT; }; - 0B691BBAB665F94F09B2C276 /* SelSurfaceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SelSurfaceCmd.cpp; path = ../src/Commands/SelSurfaceCmd.cpp; sourceTree = SOURCE_ROOT; }; - 140C0677F9F5A5D3B8A89AC4 /* SelNextVertexCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SelNextVertexCmd.cpp; path = ../src/Commands/SelNextVertexCmd.cpp; sourceTree = SOURCE_ROOT; }; - 15C9B02F2CF08112845CD074 /* SetPresetCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SetPresetCmd.cpp; path = ../src/Commands/SetPresetCmd.cpp; sourceTree = SOURCE_ROOT; }; - 15F2C6477A769C03A56D1401 /* ofxSlider.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxSlider.cpp; path = ../../ofxGui/src/ofxSlider.cpp; sourceTree = SOURCE_ROOT; }; - 1645F56257269CD0356320BD /* ofxJSON.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxJSON.h; path = ../../ofxJSON/src/ofxJSON.h; sourceTree = SOURCE_ROOT; }; - 16DB3860ECC0D672B08DE71C /* ofxPiMapper.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxPiMapper.cpp; path = ../src/ofxPiMapper.cpp; sourceTree = SOURCE_ROOT; }; - 17972C3384311464011667D9 /* BaseCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = BaseCmd.h; path = ../src/Commands/BaseCmd.h; sourceTree = SOURCE_ROOT; }; - 17E65988300FBD9AAA2CD0CA /* ofxGui.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxGui.h; path = ../../ofxGui/src/ofxGui.h; sourceTree = SOURCE_ROOT; }; - 18041C8871E17DE3E60BFF95 /* MvSurfaceVertCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = MvSurfaceVertCmd.cpp; path = ../src/Commands/MvSurfaceVertCmd.cpp; sourceTree = SOURCE_ROOT; }; - 18385A4F4BC87806616D4F7F /* MediaServer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = MediaServer.cpp; path = ../src/MediaServer/MediaServer.cpp; sourceTree = SOURCE_ROOT; }; - 18DA1B30717C876AA19CEEC0 /* ProjectionEditorWidget.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ProjectionEditorWidget.cpp; path = ../src/Gui/Widgets/ProjectionEditorWidget.cpp; sourceTree = SOURCE_ROOT; }; - 18E4114EBCEA8ADD837B4207 /* Vec3.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = Vec3.h; path = ../src/Types/Vec3.h; sourceTree = SOURCE_ROOT; }; - 1B3B1807E9CFC3FFBA4DBBEF /* Application.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = Application.cpp; path = ../src/Application/Application.cpp; sourceTree = SOURCE_ROOT; }; - 1BCA96396113AAF56D66C844 /* ProjectionMappingMode.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ProjectionMappingMode.cpp; path = ../src/Application/Modes/ProjectionMappingMode.cpp; sourceTree = SOURCE_ROOT; }; - 1C080561EC053F17BB86A668 /* SurfaceStack.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SurfaceStack.cpp; path = ../src/Surfaces/SurfaceStack.cpp; sourceTree = SOURCE_ROOT; }; - 1C085E327DAB912CFA2A443D /* ofxTCPServer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTCPServer.cpp; path = ../../ofxNetwork/src/ofxTCPServer.cpp; sourceTree = SOURCE_ROOT; }; - 1C0DA2561397A7DE0246858B /* ofxGuiGroup.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxGuiGroup.h; path = ../../ofxGui/src/ofxGuiGroup.h; sourceTree = SOURCE_ROOT; }; - 1CE256C39E514ABD16FCCB87 /* SelPrevTexCoordCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SelPrevTexCoordCmd.h; path = ../src/Commands/SelPrevTexCoordCmd.h; sourceTree = SOURCE_ROOT; }; - 1DFA26F2C6BBD1B8AC24C0B1 /* ofxNetworkUtils.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxNetworkUtils.h; path = ../../ofxNetwork/src/ofxNetworkUtils.h; sourceTree = SOURCE_ROOT; }; - 1E73070DAC89F6A796BFF464 /* AddGridColCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = AddGridColCmd.h; path = ../src/Commands/AddGridColCmd.h; sourceTree = SOURCE_ROOT; }; - 20F9951441118A70E8D55E13 /* DirectoryWatcher.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = DirectoryWatcher.cpp; path = ../src/MediaServer/DirectoryWatcher.cpp; sourceTree = SOURCE_ROOT; }; - 21167F26AF957606289D4A4A /* ToggleAnimatedSourceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ToggleAnimatedSourceCmd.h; path = ../src/Commands/ToggleAnimatedSourceCmd.h; sourceTree = SOURCE_ROOT; }; - 21BDE665988474F1B1F4D302 /* jsoncpp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = jsoncpp.cpp; path = ../../ofxJSON/libs/jsoncpp/src/jsoncpp.cpp; sourceTree = SOURCE_ROOT; }; - 229A71F0ABA8739386CDA1B9 /* TCPServer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = TCPServer.h; path = src/TCPServer.h; sourceTree = SOURCE_ROOT; }; - 23118136CC7FFA920626B6C3 /* TriangleSurface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = TriangleSurface.h; path = ../src/Surfaces/TriangleSurface.h; sourceTree = SOURCE_ROOT; }; - 231337763726D333E0B3D56C /* AddGridColCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = AddGridColCmd.cpp; path = ../src/Commands/AddGridColCmd.cpp; sourceTree = SOURCE_ROOT; }; - 23A4F0C9DE47BA73B3E49EDE /* ScaleWidget.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ScaleWidget.h; path = ../src/Gui/Widgets/ScaleWidget.h; sourceTree = SOURCE_ROOT; }; - 243FFB66CB697A42C5397069 /* TCPServer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = TCPServer.cpp; path = src/TCPServer.cpp; sourceTree = SOURCE_ROOT; }; - 25322223D3976D5F33DCCBF6 /* MvAllTexCoordsCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = MvAllTexCoordsCmd.h; path = ../src/Commands/MvAllTexCoordsCmd.h; sourceTree = SOURCE_ROOT; }; - 26A541233BC6F736E758F718 /* ofxJSONElement.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxJSONElement.h; path = ../../ofxJSON/src/ofxJSONElement.h; sourceTree = SOURCE_ROOT; }; - 26EF3E71A07C6948EAF6709E /* ofxTCPManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTCPManager.h; path = ../../ofxNetwork/src/ofxTCPManager.h; sourceTree = SOURCE_ROOT; }; - 27453C6FAE9B674FD694508D /* SelTexCoordCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SelTexCoordCmd.cpp; path = ../src/Commands/SelTexCoordCmd.cpp; sourceTree = SOURCE_ROOT; }; - 2834D88A62CD23F3DE2C47D1 /* ofxButton.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxButton.h; path = ../../ofxGui/src/ofxButton.h; sourceTree = SOURCE_ROOT; }; - 2B40EDA85BEB63E46785BC29 /* tinyxml.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = tinyxml.cpp; path = ../../ofxXmlSettings/libs/tinyxml.cpp; sourceTree = SOURCE_ROOT; }; - 2C7CF000B7B4F782C187C353 /* json.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = json.h; path = ../../ofxJSON/libs/jsoncpp/include/json/json.h; sourceTree = SOURCE_ROOT; }; - 2D2400AC1A64EDE5E990C56C /* GridWarpSurface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = GridWarpSurface.cpp; path = ../src/Surfaces/GridWarpSurface.cpp; sourceTree = SOURCE_ROOT; }; - 2F04FFB9BAC4575E214C0DED /* CmdManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = CmdManager.h; path = ../src/Commands/CmdManager.h; sourceTree = SOURCE_ROOT; }; - 2F519EB3B0DCD7378FB86ABE /* ofxUDPManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxUDPManager.h; path = ../../ofxNetwork/src/ofxUDPManager.h; sourceTree = SOURCE_ROOT; }; - 3074E4094F76555C299E5D8E /* ClearSurfacesCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ClearSurfacesCmd.h; path = ../src/Commands/ClearSurfacesCmd.h; sourceTree = SOURCE_ROOT; }; - 30841703B7AC8487D16FB4AA /* ofxTCPServer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTCPServer.h; path = ../../ofxNetwork/src/ofxTCPServer.h; sourceTree = SOURCE_ROOT; }; - 30ED82F4A70B5B95CCEF7744 /* SelNextSurfaceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SelNextSurfaceCmd.h; path = ../src/Commands/SelNextSurfaceCmd.h; sourceTree = SOURCE_ROOT; }; - 3157007392BD114EAB99F470 /* TextureMappingMode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = TextureMappingMode.h; path = ../src/Application/Modes/TextureMappingMode.h; sourceTree = SOURCE_ROOT; }; - 33DD6E4350FD51C68B7E65F0 /* SettingsLoader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SettingsLoader.cpp; path = ../src/Application/SettingsLoader.cpp; sourceTree = SOURCE_ROOT; }; - 34B45EB44DED0A47FBAD30F4 /* ScaleSurfaceFromToCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ScaleSurfaceFromToCmd.cpp; path = ../src/Commands/ScaleSurfaceFromToCmd.cpp; sourceTree = SOURCE_ROOT; }; - 35BB9BB90DBABFD3B39F8DB6 /* ofxUDPManager.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxUDPManager.cpp; path = ../../ofxNetwork/src/ofxUDPManager.cpp; sourceTree = SOURCE_ROOT; }; - 36F59D2F886152DF4115A218 /* SourcesEditorWidget.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SourcesEditorWidget.cpp; path = ../src/Gui/Widgets/SourcesEditorWidget.cpp; sourceTree = SOURCE_ROOT; }; - 378C962CF2DB945F38DE674A /* ofxPiMapper.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxPiMapper.h; path = ../src/ofxPiMapper.h; sourceTree = SOURCE_ROOT; }; - 37E7F66B151AB6A0AB6FC244 /* Info.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = Info.h; path = ../src/Info/Info.h; sourceTree = SOURCE_ROOT; }; - 3B043509B19E37C383D7CA87 /* PresentationMode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = PresentationMode.h; path = ../src/Application/Modes/PresentationMode.h; sourceTree = SOURCE_ROOT; }; - 3B29C3846BA06080344C1D1E /* SelPrevVertexCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SelPrevVertexCmd.cpp; path = ../src/Commands/SelPrevVertexCmd.cpp; sourceTree = SOURCE_ROOT; }; - 3BD72CBAFD427FC6E9F164D2 /* OMXPlayerCache.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = OMXPlayerCache.h; path = ../src/Sources/OMXPlayerCache.h; sourceTree = SOURCE_ROOT; }; - 3BD822DBD11904D1D6E27E76 /* TextureHighlightWidget.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = TextureHighlightWidget.h; path = ../src/Gui/Widgets/TextureHighlightWidget.h; sourceTree = SOURCE_ROOT; }; - 3DF2D82EA37D8C7A5F686EA5 /* TriangleSurface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = TriangleSurface.cpp; path = ../src/Surfaces/TriangleSurface.cpp; sourceTree = SOURCE_ROOT; }; - 3E4A0386460638A781A7AC84 /* AddGridRowCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = AddGridRowCmd.cpp; path = ../src/Commands/AddGridRowCmd.cpp; sourceTree = SOURCE_ROOT; }; - 4048CA09E6AAB5F673CBD2F0 /* RadioList.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = RadioList.cpp; path = ../src/UserInterface/RadioList.cpp; sourceTree = SOURCE_ROOT; }; - 4130052A043CF3D3C2BA943A /* EditorType.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = EditorType.h; path = ../src/UserInterface/EditorType.h; sourceTree = SOURCE_ROOT; }; - 413E846B881CCADC897A8A40 /* TextureEditorWidget.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = TextureEditorWidget.cpp; path = ../src/Gui/Widgets/TextureEditorWidget.cpp; sourceTree = SOURCE_ROOT; }; - 4244A1B9B55BD7BA7ED2F547 /* TogglePerspectiveCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = TogglePerspectiveCmd.h; path = ../src/Commands/TogglePerspectiveCmd.h; sourceTree = SOURCE_ROOT; }; - 4245228145B1AA737F49CF14 /* SourceSelectionMode.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SourceSelectionMode.cpp; path = ../src/Application/Modes/SourceSelectionMode.cpp; sourceTree = SOURCE_ROOT; }; - 438B20A2C548E18384498186 /* LayerPanelWidget.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = LayerPanelWidget.h; path = ../src/Gui/Widgets/LayerPanelWidget.h; sourceTree = SOURCE_ROOT; }; - 47AB6134D2AB2F3EB10096A3 /* SelPrevVertexCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SelPrevVertexCmd.h; path = ../src/Commands/SelPrevVertexCmd.h; sourceTree = SOURCE_ROOT; }; - 49BE2D8F2A2A57F4EBF83FF4 /* SetTexMapDrawModeCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SetTexMapDrawModeCmd.cpp; path = ../src/Commands/SetTexMapDrawModeCmd.cpp; sourceTree = SOURCE_ROOT; }; - 4E09343A9F13BB51BC741692 /* Vec2.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = Vec2.cpp; path = ../src/Types/Vec2.cpp; sourceTree = SOURCE_ROOT; }; - 4FFBE499412CC8DD07163E91 /* SetNextSourceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SetNextSourceCmd.cpp; path = ../src/Commands/SetNextSourceCmd.cpp; sourceTree = SOURCE_ROOT; }; - 50DF87D612C5AAE17AAFA6C0 /* ofxXmlSettings.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxXmlSettings.cpp; path = ../../ofxXmlSettings/src/ofxXmlSettings.cpp; sourceTree = SOURCE_ROOT; }; - 5235D939D249EAF47F9A5EB5 /* SettingsLoader.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SettingsLoader.h; path = ../src/Application/SettingsLoader.h; sourceTree = SOURCE_ROOT; }; - 52AFA1F08C420992CAAAE648 /* ofxSlider.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxSlider.h; path = ../../ofxGui/src/ofxSlider.h; sourceTree = SOURCE_ROOT; }; - 5407451FA68C27B2AAE644A6 /* VideoSource.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = VideoSource.cpp; path = ../src/Sources/VideoSource.cpp; sourceTree = SOURCE_ROOT; }; - 56A68D8E68FF141B5EB1ADF6 /* SetSourceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SetSourceCmd.h; path = ../src/Commands/SetSourceCmd.h; sourceTree = SOURCE_ROOT; }; - 57990D37D728C5711AACBA9F /* LayerPanelWidget.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = LayerPanelWidget.cpp; path = ../src/Gui/Widgets/LayerPanelWidget.cpp; sourceTree = SOURCE_ROOT; }; - 57D73BCD8A871590F140EFF6 /* ApplicationBaseMode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ApplicationBaseMode.h; path = ../src/Application/Modes/ApplicationBaseMode.h; sourceTree = SOURCE_ROOT; }; - 5AB104FC7812B4F42B8E1540 /* TranslateCanvasCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = TranslateCanvasCmd.h; path = ../src/Commands/TranslateCanvasCmd.h; sourceTree = SOURCE_ROOT; }; - 5D020B9B28609D071E21BB76 /* ToggleAnimatedSourceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ToggleAnimatedSourceCmd.cpp; path = ../src/Commands/ToggleAnimatedSourceCmd.cpp; sourceTree = SOURCE_ROOT; }; - 5EBDBF5E7887C574E1FCC1B5 /* StartDragSurfaceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = StartDragSurfaceCmd.h; path = ../src/Commands/StartDragSurfaceCmd.h; sourceTree = SOURCE_ROOT; }; - 5F3D44140B5D476BC98E98F3 /* CircleSurface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = CircleSurface.h; path = ../src/Surfaces/CircleSurface.h; sourceTree = SOURCE_ROOT; }; - 60F40691CD9DE4DEE1768FE9 /* SaveTexCoordPosCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SaveTexCoordPosCmd.cpp; path = ../src/Commands/SaveTexCoordPosCmd.cpp; sourceTree = SOURCE_ROOT; }; - 61291E56B7882C9E9B8F119B /* ImageSource.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ImageSource.cpp; path = ../src/Sources/ImageSource.cpp; sourceTree = SOURCE_ROOT; }; - 61313493CDB52744E22A604D /* json-forwards.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = "json-forwards.h"; path = "../../ofxJSON/libs/jsoncpp/include/json/json-forwards.h"; sourceTree = SOURCE_ROOT; }; - 61481FB831430E35A18ABD02 /* MvLayerDnCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = MvLayerDnCmd.h; path = ../src/Commands/MvLayerDnCmd.h; sourceTree = SOURCE_ROOT; }; - 62C9C3E62D4BEF04CF54C031 /* ScaleSurfaceFromToCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ScaleSurfaceFromToCmd.h; path = ../src/Commands/ScaleSurfaceFromToCmd.h; sourceTree = SOURCE_ROOT; }; - 62F01592304CB7995200EF7B /* CircleJoint.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = CircleJoint.cpp; path = ../src/UserInterface/CircleJoint.cpp; sourceTree = SOURCE_ROOT; }; - 64156CB2D856E4CE0FBBED96 /* PresentationMode.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = PresentationMode.cpp; path = ../src/Application/Modes/PresentationMode.cpp; sourceTree = SOURCE_ROOT; }; - 655142313A378162E3929785 /* TogglePerspectiveCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = TogglePerspectiveCmd.cpp; path = ../src/Commands/TogglePerspectiveCmd.cpp; sourceTree = SOURCE_ROOT; }; - 6592BB3592290B34832D7607 /* SurfaceStack.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SurfaceStack.h; path = ../src/Surfaces/SurfaceStack.h; sourceTree = SOURCE_ROOT; }; - 6595C215972AFFC7EE685F5A /* SourceType.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SourceType.h; path = ../src/Sources/SourceType.h; sourceTree = SOURCE_ROOT; }; - 65DBA05D19177D2853D54196 /* DeselectSurfaceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = DeselectSurfaceCmd.h; path = ../src/Commands/DeselectSurfaceCmd.h; sourceTree = SOURCE_ROOT; }; - 69A4D26FC0AD01A86571540D /* SurfaceHighlightWidget.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SurfaceHighlightWidget.cpp; path = ../src/Gui/Widgets/SurfaceHighlightWidget.cpp; sourceTree = SOURCE_ROOT; }; - 6DF54314CF2B45BF195B84C6 /* SelPrevSurfaceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SelPrevSurfaceCmd.cpp; path = ../src/Commands/SelPrevSurfaceCmd.cpp; sourceTree = SOURCE_ROOT; }; - 6E80EE6FB0CC304A6CA287BB /* DeselectSurfaceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = DeselectSurfaceCmd.cpp; path = ../src/Commands/DeselectSurfaceCmd.cpp; sourceTree = SOURCE_ROOT; }; - 718E523D4BDDCFAC394B3EA5 /* DeselectTexCoordCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = DeselectTexCoordCmd.h; path = ../src/Commands/DeselectTexCoordCmd.h; sourceTree = SOURCE_ROOT; }; - 7344B3B35CD0188D1283EC59 /* SurfaceManager.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SurfaceManager.h; path = ../src/Surfaces/SurfaceManager.h; sourceTree = SOURCE_ROOT; }; - 74CA4C78136F233FB90B7D3E /* RmGridRowCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = RmGridRowCmd.h; path = ../src/Commands/RmGridRowCmd.h; sourceTree = SOURCE_ROOT; }; - 775FD891C1E381F87BF33C82 /* AddGridRowCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = AddGridRowCmd.h; path = ../src/Commands/AddGridRowCmd.h; sourceTree = SOURCE_ROOT; }; - 784FFEB8D108EC916343AB97 /* SelNextTexCoordCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SelNextTexCoordCmd.cpp; path = ../src/Commands/SelNextTexCoordCmd.cpp; sourceTree = SOURCE_ROOT; }; - 78D67A00EB899FAC09430597 /* ofxLabel.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxLabel.cpp; path = ../../ofxGui/src/ofxLabel.cpp; sourceTree = SOURCE_ROOT; }; - 79A9ED756DB70790A67E3EF8 /* SelVertexCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SelVertexCmd.h; path = ../src/Commands/SelVertexCmd.h; sourceTree = SOURCE_ROOT; }; - 7A3290FC65714D0C4D02B8BA /* Gui.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = Gui.h; path = ../src/Gui/Gui.h; sourceTree = SOURCE_ROOT; }; - 7C89C324499F9541394245C9 /* DirectoryWatcher.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = DirectoryWatcher.h; path = ../src/MediaServer/DirectoryWatcher.h; sourceTree = SOURCE_ROOT; }; - 7D386994DF359F3BD1E66480 /* MvSelectionCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = MvSelectionCmd.cpp; path = ../src/Commands/MvSelectionCmd.cpp; sourceTree = SOURCE_ROOT; }; - 7E78D1B2A6DB0856BF8ED1FE /* BaseJoint.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = BaseJoint.cpp; path = ../src/UserInterface/BaseJoint.cpp; sourceTree = SOURCE_ROOT; }; - 7F58FFED7FBFC49573FF65E4 /* SetSourceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SetSourceCmd.cpp; path = ../src/Commands/SetSourceCmd.cpp; sourceTree = SOURCE_ROOT; }; - 7FD330C204479B5A5021D286 /* SourceSelectionMode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SourceSelectionMode.h; path = ../src/Application/Modes/SourceSelectionMode.h; sourceTree = SOURCE_ROOT; }; - 802251BAF1B35B1D67B32FD0 /* ofxSliderGroup.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxSliderGroup.cpp; path = ../../ofxGui/src/ofxSliderGroup.cpp; sourceTree = SOURCE_ROOT; }; - 832BDC407620CDBA568B713D /* tinyxmlerror.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = tinyxmlerror.cpp; path = ../../ofxXmlSettings/libs/tinyxmlerror.cpp; sourceTree = SOURCE_ROOT; }; - 836B103542A52C63B004410C /* SurfaceManager.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SurfaceManager.cpp; path = ../src/Surfaces/SurfaceManager.cpp; sourceTree = SOURCE_ROOT; }; - 851AF875A70187105CA91C1A /* BaseJoint.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = BaseJoint.h; path = ../src/UserInterface/BaseJoint.h; sourceTree = SOURCE_ROOT; }; - 87F26B4B24CBD428AD9EEBAA /* ofxBaseGui.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxBaseGui.h; path = ../../ofxGui/src/ofxBaseGui.h; sourceTree = SOURCE_ROOT; }; - 89449E3044D456F7DE7BEA14 /* ofxPanel.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxPanel.h; path = ../../ofxGui/src/ofxPanel.h; sourceTree = SOURCE_ROOT; }; - 8D3CB0B9A827AFA479349BBE /* SetApplicationModeCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SetApplicationModeCmd.cpp; path = ../src/Commands/SetApplicationModeCmd.cpp; sourceTree = SOURCE_ROOT; }; - 8F41EDB76644426680B2FA2B /* MvTexCoordCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = MvTexCoordCmd.h; path = ../src/Commands/MvTexCoordCmd.h; sourceTree = SOURCE_ROOT; }; - 906696B07A716E4057D32B1E /* QuadSurface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = QuadSurface.h; path = ../src/Surfaces/QuadSurface.h; sourceTree = SOURCE_ROOT; }; - 907C5B5E104864A2D3A25745 /* ofxToggle.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxToggle.cpp; path = ../../ofxGui/src/ofxToggle.cpp; sourceTree = SOURCE_ROOT; }; - 912C6A870E22496CEA43AC85 /* SetTexMapDrawModeCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SetTexMapDrawModeCmd.h; path = ../src/Commands/SetTexMapDrawModeCmd.h; sourceTree = SOURCE_ROOT; }; - 928068952444E81EF818B25C /* Application.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = Application.h; path = ../src/Application/Application.h; sourceTree = SOURCE_ROOT; }; - 933CAE5B2DEC9DDABEA95E34 /* MvLayerUpCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = MvLayerUpCmd.h; path = ../src/Commands/MvLayerUpCmd.h; sourceTree = SOURCE_ROOT; }; - 93C11B810D4F591A2F70C148 /* Vec2.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = Vec2.h; path = ../src/Types/Vec2.h; sourceTree = SOURCE_ROOT; }; - 941AD8B39C28D08B9F31077A /* TextureHighlightWidget.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = TextureHighlightWidget.cpp; path = ../src/Gui/Widgets/TextureHighlightWidget.cpp; sourceTree = SOURCE_ROOT; }; - 94DC897871B221F060A6A70F /* GuiBaseWidget.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = GuiBaseWidget.h; path = ../src/Gui/Widgets/GuiBaseWidget.h; sourceTree = SOURCE_ROOT; }; - 9604B925D32EE39065747725 /* ofxBaseGui.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxBaseGui.cpp; path = ../../ofxGui/src/ofxBaseGui.cpp; sourceTree = SOURCE_ROOT; }; - 962C349E8F4E59FF335AB2A6 /* ClearSurfacesCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ClearSurfacesCmd.cpp; path = ../src/Commands/ClearSurfacesCmd.cpp; sourceTree = SOURCE_ROOT; }; - 9631F04A0875ADEB45970DE8 /* ApplicationBaseMode.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ApplicationBaseMode.cpp; path = ../src/Application/Modes/ApplicationBaseMode.cpp; sourceTree = SOURCE_ROOT; }; - 9B4D98CCBAB57278C96169D4 /* CircleJoint.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = CircleJoint.h; path = ../src/UserInterface/CircleJoint.h; sourceTree = SOURCE_ROOT; }; - 9F39733296358C3B0F85BB15 /* SurfaceHighlightWidget.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SurfaceHighlightWidget.h; path = ../src/Gui/Widgets/SurfaceHighlightWidget.h; sourceTree = SOURCE_ROOT; }; - A2282B1E05458C3B2BBCE568 /* SelVertexCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SelVertexCmd.cpp; path = ../src/Commands/SelVertexCmd.cpp; sourceTree = SOURCE_ROOT; }; - A50F23D868C48DF9799BC788 /* RmGridColCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = RmGridColCmd.cpp; path = ../src/Commands/RmGridColCmd.cpp; sourceTree = SOURCE_ROOT; }; - A5CBAE57D2ADED1CAB6123AF /* SelNextTexCoordCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SelNextTexCoordCmd.h; path = ../src/Commands/SelNextTexCoordCmd.h; sourceTree = SOURCE_ROOT; }; - A8558ACA2B5E9FD75C455CA2 /* Vec3.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = Vec3.cpp; path = ../src/Types/Vec3.cpp; sourceTree = SOURCE_ROOT; }; - AB4132974E14024E74E320F5 /* BaseSource.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = BaseSource.cpp; path = ../src/Sources/BaseSource.cpp; sourceTree = SOURCE_ROOT; }; - AB96773D1B378AE8018EA33E /* TextureEditorWidget.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = TextureEditorWidget.h; path = ../src/Gui/Widgets/TextureEditorWidget.h; sourceTree = SOURCE_ROOT; }; - B16277019B0C4B684E1B063E /* TextureMappingMode.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = TextureMappingMode.cpp; path = ../src/Application/Modes/TextureMappingMode.cpp; sourceTree = SOURCE_ROOT; }; - B178ED5CA7F76AAA6E49E191 /* SurfaceType.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SurfaceType.h; path = ../src/Surfaces/SurfaceType.h; sourceTree = SOURCE_ROOT; }; - B21E7E5F548EEA92F368040B /* tinyxml.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = tinyxml.h; path = ../../ofxXmlSettings/libs/tinyxml.h; sourceTree = SOURCE_ROOT; }; - B323D7489A7B26A63443444F /* AddSurfaceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = AddSurfaceCmd.cpp; path = ../src/Commands/AddSurfaceCmd.cpp; sourceTree = SOURCE_ROOT; }; - B390802358C73D3757AC9B4E /* BaseSource.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = BaseSource.h; path = ../src/Sources/BaseSource.h; sourceTree = SOURCE_ROOT; }; - B562DE1EEC28EE801EB4F483 /* SourcesEditorWidget.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SourcesEditorWidget.h; path = ../src/Gui/Widgets/SourcesEditorWidget.h; sourceTree = SOURCE_ROOT; }; - B5C793F4FEA3AA065347B61C /* SelPrevSurfaceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SelPrevSurfaceCmd.h; path = ../src/Commands/SelPrevSurfaceCmd.h; sourceTree = SOURCE_ROOT; }; - B7C308F8B76FCB909581A580 /* RmSurfaceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = RmSurfaceCmd.cpp; path = ../src/Commands/RmSurfaceCmd.cpp; sourceTree = SOURCE_ROOT; }; - B7DD3DE526EF824DDAF42B09 /* GuiMode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = GuiMode.h; path = ../src/UserInterface/GuiMode.h; sourceTree = SOURCE_ROOT; }; - B87C60311EC1FE841C1ECD89 /* ofxLabel.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxLabel.h; path = ../../ofxGui/src/ofxLabel.h; sourceTree = SOURCE_ROOT; }; - B9ECBF061BABECA9C2341372 /* QuadSurface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = QuadSurface.cpp; path = ../src/Surfaces/QuadSurface.cpp; sourceTree = SOURCE_ROOT; }; - BA5B6BB795E2A24B2DBA22BD /* SelNextVertexCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SelNextVertexCmd.h; path = ../src/Commands/SelNextVertexCmd.h; sourceTree = SOURCE_ROOT; }; - BA65337B3E631788AE2D018B /* RmGridColCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = RmGridColCmd.h; path = ../src/Commands/RmGridColCmd.h; sourceTree = SOURCE_ROOT; }; - BCB571865BB25BC586CF80EC /* SetPresetCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SetPresetCmd.h; path = ../src/Commands/SetPresetCmd.h; sourceTree = SOURCE_ROOT; }; - BCBB74B9531974E1D5DA019B /* HexagonSurface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = HexagonSurface.cpp; path = ../src/Surfaces/HexagonSurface.cpp; sourceTree = SOURCE_ROOT; }; - BDBE053980FA01FAD543D782 /* CmdManager.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = CmdManager.cpp; path = ../src/Commands/CmdManager.cpp; sourceTree = SOURCE_ROOT; }; - BF88F02779DD820913ACEA06 /* ofxTCPClient.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTCPClient.cpp; path = ../../ofxNetwork/src/ofxTCPClient.cpp; sourceTree = SOURCE_ROOT; }; - C27244405258CD6DF424D0F3 /* ProjectionEditorWidget.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ProjectionEditorWidget.h; path = ../src/Gui/Widgets/ProjectionEditorWidget.h; sourceTree = SOURCE_ROOT; }; - C2D03F683EE589F55D47CFFD /* VideoSource.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = VideoSource.h; path = ../src/Sources/VideoSource.h; sourceTree = SOURCE_ROOT; }; - C2E5DC1692A11AF5D981F8FA /* Mode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = Mode.h; path = ../src/Mode.h; sourceTree = SOURCE_ROOT; }; - C3E8D103B72D02E063B29082 /* GridWarpSurface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = GridWarpSurface.h; path = ../src/Surfaces/GridWarpSurface.h; sourceTree = SOURCE_ROOT; }; - C61C1F4F1A1ED2660B1D6EDC /* FboSource.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = FboSource.cpp; path = ../src/Sources/FboSource.cpp; sourceTree = SOURCE_ROOT; }; - C656C28252AD5E9E09FA2162 /* DuplicateSurfaceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = DuplicateSurfaceCmd.cpp; path = ../src/Commands/DuplicateSurfaceCmd.cpp; sourceTree = SOURCE_ROOT; }; - C70D8946940288799E82131E /* ofxSliderGroup.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxSliderGroup.h; path = ../../ofxGui/src/ofxSliderGroup.h; sourceTree = SOURCE_ROOT; }; - C88333E71C9457E441C33474 /* ofxButton.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxButton.cpp; path = ../../ofxGui/src/ofxButton.cpp; sourceTree = SOURCE_ROOT; }; - C8C9B823D7872F9CBF03A813 /* ofxTCPClient.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxTCPClient.h; path = ../../ofxNetwork/src/ofxTCPClient.h; sourceTree = SOURCE_ROOT; }; - CB4461BD6FC059D946144727 /* SelSurfaceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SelSurfaceCmd.h; path = ../src/Commands/SelSurfaceCmd.h; sourceTree = SOURCE_ROOT; }; - D05D5FBB2B2779B022A5DD04 /* SelTexCoordCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SelTexCoordCmd.h; path = ../src/Commands/SelTexCoordCmd.h; sourceTree = SOURCE_ROOT; }; - D463EA9CC53D21A44CB9D6EF /* SaveTexCoordPosCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SaveTexCoordPosCmd.h; path = ../src/Commands/SaveTexCoordPosCmd.h; sourceTree = SOURCE_ROOT; }; - D4CFAEBB593AD070E04F106C /* MvSelectionCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = MvSelectionCmd.h; path = ../src/Commands/MvSelectionCmd.h; sourceTree = SOURCE_ROOT; }; - D565A612B1DF2837C94A6081 /* MvSurfaceVertCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = MvSurfaceVertCmd.h; path = ../src/Commands/MvSurfaceVertCmd.h; sourceTree = SOURCE_ROOT; }; - D58C36B60BB72C7336042FB9 /* SurfaceFactory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SurfaceFactory.h; path = ../src/Surfaces/SurfaceFactory.h; sourceTree = SOURCE_ROOT; }; - D627BF76B06B3FF4F1516C5E /* HomographyHelper.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = HomographyHelper.h; path = ../src/Utils/HomographyHelper.h; sourceTree = SOURCE_ROOT; }; - D7287CBE5600FEE9EE1B1AEA /* RmSurfaceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = RmSurfaceCmd.h; path = ../src/Commands/RmSurfaceCmd.h; sourceTree = SOURCE_ROOT; }; - DBAFA0B7AFEA589CA5167204 /* MvAllTexCoordsCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = MvAllTexCoordsCmd.cpp; path = ../src/Commands/MvAllTexCoordsCmd.cpp; sourceTree = SOURCE_ROOT; }; - DC69ACA83F14B8A2AE20197B /* RadioList.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = RadioList.h; path = ../src/UserInterface/RadioList.h; sourceTree = SOURCE_ROOT; }; - DC8107E8E56AFFB933FE8962 /* ProjectionMappingMode.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ProjectionMappingMode.h; path = ../src/Application/Modes/ProjectionMappingMode.h; sourceTree = SOURCE_ROOT; }; - DCC24025AD26B4554B000385 /* Gui.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = Gui.cpp; path = ../src/Gui/Gui.cpp; sourceTree = SOURCE_ROOT; }; - E112B3AEBEA2C091BF2B40AE /* ofxPanel.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxPanel.cpp; path = ../../ofxGui/src/ofxPanel.cpp; sourceTree = SOURCE_ROOT; }; - E2333CF877EE99EBE86F4B0F /* HomographyHelper.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = HomographyHelper.cpp; path = ../src/Utils/HomographyHelper.cpp; sourceTree = SOURCE_ROOT; }; - E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = openFrameworksLib.xcodeproj; path = ../../../libs/openFrameworksCompiled/project/osx/openFrameworksLib.xcodeproj; sourceTree = SOURCE_ROOT; }; - E47BE7E996D01B437B713B9B /* CircleSurface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = CircleSurface.cpp; path = ../src/Surfaces/CircleSurface.cpp; sourceTree = SOURCE_ROOT; }; - E4B69B5B0A3A1756003C02F2 /* example_remote-serverDebug.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "example_remote-serverDebug.app"; sourceTree = BUILT_PRODUCTS_DIR; }; - E4B69E1D0A3A1BDC003C02F2 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = src/main.cpp; sourceTree = SOURCE_ROOT; }; - E4B69E1E0A3A1BDC003C02F2 /* ofApp.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofApp.cpp; path = src/ofApp.cpp; sourceTree = SOURCE_ROOT; }; - E4B69E1F0A3A1BDC003C02F2 /* ofApp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ofApp.h; path = src/ofApp.h; sourceTree = SOURCE_ROOT; }; - E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = "openFrameworks-Info.plist"; sourceTree = ""; }; - E4EB691F138AFCF100A09F29 /* CoreOF.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = CoreOF.xcconfig; path = ../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig; sourceTree = SOURCE_ROOT; }; - E4EB6923138AFD0F00A09F29 /* Project.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Project.xcconfig; sourceTree = ""; }; - E52D4207C299D5886C8FD2C7 /* MvLayerUpCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = MvLayerUpCmd.cpp; path = ../src/Commands/MvLayerUpCmd.cpp; sourceTree = SOURCE_ROOT; }; - E5949E35CC6642F2FDFFAAE5 /* ImageSource.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ImageSource.h; path = ../src/Sources/ImageSource.h; sourceTree = SOURCE_ROOT; }; - E8CE817DF3028A4345376E7D /* DeselectTexCoordCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = DeselectTexCoordCmd.cpp; path = ../src/Commands/DeselectTexCoordCmd.cpp; sourceTree = SOURCE_ROOT; }; - E8DA47AF2B265F778E74D4DA /* StartDragSurfaceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = StartDragSurfaceCmd.cpp; path = ../src/Commands/StartDragSurfaceCmd.cpp; sourceTree = SOURCE_ROOT; }; - EC481BAB32B250D3EA41AF9E /* MvLayerDnCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = MvLayerDnCmd.cpp; path = ../src/Commands/MvLayerDnCmd.cpp; sourceTree = SOURCE_ROOT; }; - ECF8674C7975F1063C5E30CA /* ofxGuiGroup.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxGuiGroup.cpp; path = ../../ofxGui/src/ofxGuiGroup.cpp; sourceTree = SOURCE_ROOT; }; - EE95BF87E883491E7CC9B6EC /* DuplicateSurfaceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = DuplicateSurfaceCmd.h; path = ../src/Commands/DuplicateSurfaceCmd.h; sourceTree = SOURCE_ROOT; }; - EEF2CEBAFFABCFED915AFCE1 /* Info.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = Info.cpp; path = ../src/Info/Info.cpp; sourceTree = SOURCE_ROOT; }; - EFB1537A5DBC298C759BFC62 /* SourceTypeHelper.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SourceTypeHelper.h; path = ../src/Sources/SourceTypeHelper.h; sourceTree = SOURCE_ROOT; }; - F05CE9A6503C7CBCC46403C4 /* FboSource.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = FboSource.h; path = ../src/Sources/FboSource.h; sourceTree = SOURCE_ROOT; }; - F0A9FE4B6FB6C958B72B72CD /* SetApplicationModeCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SetApplicationModeCmd.h; path = ../src/Commands/SetApplicationModeCmd.h; sourceTree = SOURCE_ROOT; }; - F27EBFBACAC7B29B2B7CA500 /* BaseSurface.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = BaseSurface.h; path = ../src/Surfaces/BaseSurface.h; sourceTree = SOURCE_ROOT; }; - F2B099E6BD1199664C48B177 /* ofxJSONElement.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxJSONElement.cpp; path = ../../ofxJSON/src/ofxJSONElement.cpp; sourceTree = SOURCE_ROOT; }; - F2C0EE541190D47BF5911C0A /* BaseSurface.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = BaseSurface.cpp; path = ../src/Surfaces/BaseSurface.cpp; sourceTree = SOURCE_ROOT; }; - F3538B8AF69CAB7C215FA1EF /* RmGridRowCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = RmGridRowCmd.cpp; path = ../src/Commands/RmGridRowCmd.cpp; sourceTree = SOURCE_ROOT; }; - F399B91E98DC31CDA6DDACB4 /* ofxTCPManager.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ofxTCPManager.cpp; path = ../../ofxNetwork/src/ofxTCPManager.cpp; sourceTree = SOURCE_ROOT; }; - F4EDCDF597954EF25E7AD416 /* ScaleWidget.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = ScaleWidget.cpp; path = ../src/Gui/Widgets/ScaleWidget.cpp; sourceTree = SOURCE_ROOT; }; - F66993296A3AEEC70FD444F5 /* ofxNetwork.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxNetwork.h; path = ../../ofxNetwork/src/ofxNetwork.h; sourceTree = SOURCE_ROOT; }; - F7B0806EEA8012D629BE363C /* OMXPlayerCache.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = OMXPlayerCache.cpp; path = ../src/Sources/OMXPlayerCache.cpp; sourceTree = SOURCE_ROOT; }; - F7E88D3956480E0CBAA21641 /* SelPrevTexCoordCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SelPrevTexCoordCmd.cpp; path = ../src/Commands/SelPrevTexCoordCmd.cpp; sourceTree = SOURCE_ROOT; }; - FA2E4E947E8D358C28D903C0 /* SetNextSourceCmd.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = SetNextSourceCmd.h; path = ../src/Commands/SetNextSourceCmd.h; sourceTree = SOURCE_ROOT; }; - FC5DA1C87211D4F6377DA719 /* tinyxmlparser.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = tinyxmlparser.cpp; path = ../../ofxXmlSettings/libs/tinyxmlparser.cpp; sourceTree = SOURCE_ROOT; }; - FC98A68C64BFC941D0B31EE9 /* SelNextSurfaceCmd.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SelNextSurfaceCmd.cpp; path = ../src/Commands/SelNextSurfaceCmd.cpp; sourceTree = SOURCE_ROOT; }; - FCB5A622161B43A8154687F8 /* MediaServer.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = MediaServer.h; path = ../src/MediaServer/MediaServer.h; sourceTree = SOURCE_ROOT; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - E4B69B590A3A1756003C02F2 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 0775EF7214A04F1C3C936CCE /* Widgets */ = { - isa = PBXGroup; - children = ( - 94DC897871B221F060A6A70F /* GuiBaseWidget.h */, - 57990D37D728C5711AACBA9F /* LayerPanelWidget.cpp */, - 438B20A2C548E18384498186 /* LayerPanelWidget.h */, - 18DA1B30717C876AA19CEEC0 /* ProjectionEditorWidget.cpp */, - C27244405258CD6DF424D0F3 /* ProjectionEditorWidget.h */, - F4EDCDF597954EF25E7AD416 /* ScaleWidget.cpp */, - 23A4F0C9DE47BA73B3E49EDE /* ScaleWidget.h */, - 36F59D2F886152DF4115A218 /* SourcesEditorWidget.cpp */, - B562DE1EEC28EE801EB4F483 /* SourcesEditorWidget.h */, - 69A4D26FC0AD01A86571540D /* SurfaceHighlightWidget.cpp */, - 9F39733296358C3B0F85BB15 /* SurfaceHighlightWidget.h */, - 413E846B881CCADC897A8A40 /* TextureEditorWidget.cpp */, - AB96773D1B378AE8018EA33E /* TextureEditorWidget.h */, - 941AD8B39C28D08B9F31077A /* TextureHighlightWidget.cpp */, - 3BD822DBD11904D1D6E27E76 /* TextureHighlightWidget.h */, - ); - name = Widgets; - sourceTree = ""; - }; - 18240ECCE4076FB0833A8578 /* ofxNetwork */ = { - isa = PBXGroup; - children = ( - 219374A14594D121F27FED3A /* src */, - ); - name = ofxNetwork; - sourceTree = ""; - }; - 1F4FB5C423662B96ADFDCC0B /* ofxXmlSettings */ = { - isa = PBXGroup; - children = ( - 6ECEF0D76BC33727823EADFF /* src */, - 6E54289412D2D94F45A05113 /* libs */, - ); - name = ofxXmlSettings; - sourceTree = ""; - }; - 219374A14594D121F27FED3A /* src */ = { - isa = PBXGroup; - children = ( - F66993296A3AEEC70FD444F5 /* ofxNetwork.h */, - 1DFA26F2C6BBD1B8AC24C0B1 /* ofxNetworkUtils.h */, - BF88F02779DD820913ACEA06 /* ofxTCPClient.cpp */, - C8C9B823D7872F9CBF03A813 /* ofxTCPClient.h */, - F399B91E98DC31CDA6DDACB4 /* ofxTCPManager.cpp */, - 26EF3E71A07C6948EAF6709E /* ofxTCPManager.h */, - 1C085E327DAB912CFA2A443D /* ofxTCPServer.cpp */, - 30841703B7AC8487D16FB4AA /* ofxTCPServer.h */, - 35BB9BB90DBABFD3B39F8DB6 /* ofxUDPManager.cpp */, - 2F519EB3B0DCD7378FB86ABE /* ofxUDPManager.h */, - ); - name = src; - sourceTree = ""; - }; - 2865DAEF86B1907A704CA70B /* ofxJSON */ = { - isa = PBXGroup; - children = ( - 292AF6148769654D0DF26018 /* src */, - F40E80CB2D443CBA9581DD03 /* libs */, - ); - name = ofxJSON; - sourceTree = ""; - }; - 292AF6148769654D0DF26018 /* src */ = { - isa = PBXGroup; - children = ( - 1645F56257269CD0356320BD /* ofxJSON.h */, - F2B099E6BD1199664C48B177 /* ofxJSONElement.cpp */, - 26A541233BC6F736E758F718 /* ofxJSONElement.h */, - ); - name = src; - sourceTree = ""; - }; - 3D6840E4DBCF2DED6C755B76 /* Utils */ = { - isa = PBXGroup; - children = ( - E2333CF877EE99EBE86F4B0F /* HomographyHelper.cpp */, - D627BF76B06B3FF4F1516C5E /* HomographyHelper.h */, - ); - name = Utils; - sourceTree = ""; - }; - 43844FF975EC3DB9B9DDAD73 /* Application */ = { - isa = PBXGroup; - children = ( - 1B3B1807E9CFC3FFBA4DBBEF /* Application.cpp */, - 928068952444E81EF818B25C /* Application.h */, - 783422EB3B2FDA36D11DC9CF /* Modes */, - 33DD6E4350FD51C68B7E65F0 /* SettingsLoader.cpp */, - 5235D939D249EAF47F9A5EB5 /* SettingsLoader.h */, - ); - name = Application; - sourceTree = ""; - }; - 480A780D8D0308AE4A368801 /* ofxGui */ = { - isa = PBXGroup; - children = ( - A763ED608B35AE3310251DEE /* src */, - ); - name = ofxGui; - sourceTree = ""; - }; - 49237A8A4935FFC7A690CBD7 /* MediaServer */ = { - isa = PBXGroup; - children = ( - 20F9951441118A70E8D55E13 /* DirectoryWatcher.cpp */, - 7C89C324499F9541394245C9 /* DirectoryWatcher.h */, - 18385A4F4BC87806616D4F7F /* MediaServer.cpp */, - FCB5A622161B43A8154687F8 /* MediaServer.h */, - ); - name = MediaServer; - sourceTree = ""; - }; - 57113A603B123D17EBD5D0D1 /* src */ = { - isa = PBXGroup; - children = ( - 43844FF975EC3DB9B9DDAD73 /* Application */, - F19689EE10A2EC1EC429FAC7 /* Commands */, - 783C34304FF450D0CB244879 /* Gui */, - 922DC4E8A53315BB0C983902 /* Info */, - 49237A8A4935FFC7A690CBD7 /* MediaServer */, - C2E5DC1692A11AF5D981F8FA /* Mode.h */, - 16DB3860ECC0D672B08DE71C /* ofxPiMapper.cpp */, - 378C962CF2DB945F38DE674A /* ofxPiMapper.h */, - 77B40894B404D46E0B9438E0 /* Sources */, - DA1ABA97EBE5173F815CB449 /* Surfaces */, - E910F62B91A8365D01A66512 /* Types */, - 925C888869704DBDF0BE6D0B /* UserInterface */, - 3D6840E4DBCF2DED6C755B76 /* Utils */, - ); - name = src; - sourceTree = ""; - }; - 58AD3BD71B781D9BC25763C8 /* json */ = { - isa = PBXGroup; - children = ( - 61313493CDB52744E22A604D /* json-forwards.h */, - 2C7CF000B7B4F782C187C353 /* json.h */, - ); - name = json; - sourceTree = ""; - }; - 6948EE371B920CB800B5AC1A /* local_addons */ = { - isa = PBXGroup; - children = ( - ); - name = local_addons; - sourceTree = ""; - }; - 6E54289412D2D94F45A05113 /* libs */ = { - isa = PBXGroup; - children = ( - 2B40EDA85BEB63E46785BC29 /* tinyxml.cpp */, - B21E7E5F548EEA92F368040B /* tinyxml.h */, - 832BDC407620CDBA568B713D /* tinyxmlerror.cpp */, - FC5DA1C87211D4F6377DA719 /* tinyxmlparser.cpp */, - ); - name = libs; - sourceTree = ""; - }; - 6ECEF0D76BC33727823EADFF /* src */ = { - isa = PBXGroup; - children = ( - 50DF87D612C5AAE17AAFA6C0 /* ofxXmlSettings.cpp */, - 01DCC0911400F9ACF5B65578 /* ofxXmlSettings.h */, - ); - name = src; - sourceTree = ""; - }; - 77B40894B404D46E0B9438E0 /* Sources */ = { - isa = PBXGroup; - children = ( - AB4132974E14024E74E320F5 /* BaseSource.cpp */, - B390802358C73D3757AC9B4E /* BaseSource.h */, - C61C1F4F1A1ED2660B1D6EDC /* FboSource.cpp */, - F05CE9A6503C7CBCC46403C4 /* FboSource.h */, - 61291E56B7882C9E9B8F119B /* ImageSource.cpp */, - E5949E35CC6642F2FDFFAAE5 /* ImageSource.h */, - F7B0806EEA8012D629BE363C /* OMXPlayerCache.cpp */, - 3BD72CBAFD427FC6E9F164D2 /* OMXPlayerCache.h */, - 6595C215972AFFC7EE685F5A /* SourceType.h */, - EFB1537A5DBC298C759BFC62 /* SourceTypeHelper.h */, - 5407451FA68C27B2AAE644A6 /* VideoSource.cpp */, - C2D03F683EE589F55D47CFFD /* VideoSource.h */, - ); - name = Sources; - sourceTree = ""; - }; - 783422EB3B2FDA36D11DC9CF /* Modes */ = { - isa = PBXGroup; - children = ( - 9631F04A0875ADEB45970DE8 /* ApplicationBaseMode.cpp */, - 57D73BCD8A871590F140EFF6 /* ApplicationBaseMode.h */, - 64156CB2D856E4CE0FBBED96 /* PresentationMode.cpp */, - 3B043509B19E37C383D7CA87 /* PresentationMode.h */, - 1BCA96396113AAF56D66C844 /* ProjectionMappingMode.cpp */, - DC8107E8E56AFFB933FE8962 /* ProjectionMappingMode.h */, - 4245228145B1AA737F49CF14 /* SourceSelectionMode.cpp */, - 7FD330C204479B5A5021D286 /* SourceSelectionMode.h */, - B16277019B0C4B684E1B063E /* TextureMappingMode.cpp */, - 3157007392BD114EAB99F470 /* TextureMappingMode.h */, - ); - name = Modes; - sourceTree = ""; - }; - 783C34304FF450D0CB244879 /* Gui */ = { - isa = PBXGroup; - children = ( - DCC24025AD26B4554B000385 /* Gui.cpp */, - 7A3290FC65714D0C4D02B8BA /* Gui.h */, - 0775EF7214A04F1C3C936CCE /* Widgets */, - ); - name = Gui; - sourceTree = ""; - }; - 7CC2E9C572434BA3ED1C8079 /* ofxPiMapper */ = { - isa = PBXGroup; - children = ( - 57113A603B123D17EBD5D0D1 /* src */, - ); - name = ofxPiMapper; - sourceTree = ""; - }; - 922DC4E8A53315BB0C983902 /* Info */ = { - isa = PBXGroup; - children = ( - EEF2CEBAFFABCFED915AFCE1 /* Info.cpp */, - 37E7F66B151AB6A0AB6FC244 /* Info.h */, - ); - name = Info; - sourceTree = ""; - }; - 925C888869704DBDF0BE6D0B /* UserInterface */ = { - isa = PBXGroup; - children = ( - 7E78D1B2A6DB0856BF8ED1FE /* BaseJoint.cpp */, - 851AF875A70187105CA91C1A /* BaseJoint.h */, - 62F01592304CB7995200EF7B /* CircleJoint.cpp */, - 9B4D98CCBAB57278C96169D4 /* CircleJoint.h */, - 4130052A043CF3D3C2BA943A /* EditorType.h */, - B7DD3DE526EF824DDAF42B09 /* GuiMode.h */, - 4048CA09E6AAB5F673CBD2F0 /* RadioList.cpp */, - DC69ACA83F14B8A2AE20197B /* RadioList.h */, - ); - name = UserInterface; - sourceTree = ""; - }; - 977A836DD2C489CCC5E330FF /* jsoncpp */ = { - isa = PBXGroup; - children = ( - D486FC87F063317BB47E9FAC /* include */, - CCDC6F9CCF925CC402160B85 /* src */, - ); - name = jsoncpp; - sourceTree = ""; - }; - A763ED608B35AE3310251DEE /* src */ = { - isa = PBXGroup; - children = ( - 9604B925D32EE39065747725 /* ofxBaseGui.cpp */, - 87F26B4B24CBD428AD9EEBAA /* ofxBaseGui.h */, - C88333E71C9457E441C33474 /* ofxButton.cpp */, - 2834D88A62CD23F3DE2C47D1 /* ofxButton.h */, - 17E65988300FBD9AAA2CD0CA /* ofxGui.h */, - ECF8674C7975F1063C5E30CA /* ofxGuiGroup.cpp */, - 1C0DA2561397A7DE0246858B /* ofxGuiGroup.h */, - 78D67A00EB899FAC09430597 /* ofxLabel.cpp */, - B87C60311EC1FE841C1ECD89 /* ofxLabel.h */, - E112B3AEBEA2C091BF2B40AE /* ofxPanel.cpp */, - 89449E3044D456F7DE7BEA14 /* ofxPanel.h */, - 15F2C6477A769C03A56D1401 /* ofxSlider.cpp */, - 52AFA1F08C420992CAAAE648 /* ofxSlider.h */, - 802251BAF1B35B1D67B32FD0 /* ofxSliderGroup.cpp */, - C70D8946940288799E82131E /* ofxSliderGroup.h */, - 907C5B5E104864A2D3A25745 /* ofxToggle.cpp */, - 0A1DAC09F322AE313A40706D /* ofxToggle.h */, - ); - name = src; - sourceTree = ""; - }; - BB4B014C10F69532006C3DED /* addons */ = { - isa = PBXGroup; - children = ( - 480A780D8D0308AE4A368801 /* ofxGui */, - 2865DAEF86B1907A704CA70B /* ofxJSON */, - 18240ECCE4076FB0833A8578 /* ofxNetwork */, - 7CC2E9C572434BA3ED1C8079 /* ofxPiMapper */, - 1F4FB5C423662B96ADFDCC0B /* ofxXmlSettings */, - ); - name = addons; - sourceTree = ""; - }; - CCDC6F9CCF925CC402160B85 /* src */ = { - isa = PBXGroup; - children = ( - 21BDE665988474F1B1F4D302 /* jsoncpp.cpp */, - ); - name = src; - sourceTree = ""; - }; - D486FC87F063317BB47E9FAC /* include */ = { - isa = PBXGroup; - children = ( - 58AD3BD71B781D9BC25763C8 /* json */, - ); - name = include; - sourceTree = ""; - }; - DA1ABA97EBE5173F815CB449 /* Surfaces */ = { - isa = PBXGroup; - children = ( - F2C0EE541190D47BF5911C0A /* BaseSurface.cpp */, - F27EBFBACAC7B29B2B7CA500 /* BaseSurface.h */, - E47BE7E996D01B437B713B9B /* CircleSurface.cpp */, - 5F3D44140B5D476BC98E98F3 /* CircleSurface.h */, - 2D2400AC1A64EDE5E990C56C /* GridWarpSurface.cpp */, - C3E8D103B72D02E063B29082 /* GridWarpSurface.h */, - BCBB74B9531974E1D5DA019B /* HexagonSurface.cpp */, - 0B4D5D37A2AE7AB30D726C16 /* HexagonSurface.h */, - B9ECBF061BABECA9C2341372 /* QuadSurface.cpp */, - 906696B07A716E4057D32B1E /* QuadSurface.h */, - 03FA94CA9F193C816DE4253F /* SurfaceFactory.cpp */, - D58C36B60BB72C7336042FB9 /* SurfaceFactory.h */, - 836B103542A52C63B004410C /* SurfaceManager.cpp */, - 7344B3B35CD0188D1283EC59 /* SurfaceManager.h */, - 1C080561EC053F17BB86A668 /* SurfaceStack.cpp */, - 6592BB3592290B34832D7607 /* SurfaceStack.h */, - B178ED5CA7F76AAA6E49E191 /* SurfaceType.h */, - 3DF2D82EA37D8C7A5F686EA5 /* TriangleSurface.cpp */, - 23118136CC7FFA920626B6C3 /* TriangleSurface.h */, - ); - name = Surfaces; - sourceTree = ""; - }; - E4328144138ABC890047C5CB /* Products */ = { - isa = PBXGroup; - children = ( - E4328148138ABC890047C5CB /* openFrameworksDebug.a */, - ); - name = Products; - sourceTree = ""; - }; - E4B69B4A0A3A1720003C02F2 = { - isa = PBXGroup; - children = ( - E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */, - E4EB6923138AFD0F00A09F29 /* Project.xcconfig */, - E4B69E1C0A3A1BDC003C02F2 /* src */, - E4EEC9E9138DF44700A80321 /* openFrameworks */, - BB4B014C10F69532006C3DED /* addons */, - 6948EE371B920CB800B5AC1A /* local_addons */, - E4B69B5B0A3A1756003C02F2 /* example_remote-serverDebug.app */, - ); - sourceTree = ""; - }; - E4B69E1C0A3A1BDC003C02F2 /* src */ = { - isa = PBXGroup; - children = ( - E4B69E1D0A3A1BDC003C02F2 /* main.cpp */, - E4B69E1E0A3A1BDC003C02F2 /* ofApp.cpp */, - E4B69E1F0A3A1BDC003C02F2 /* ofApp.h */, - 243FFB66CB697A42C5397069 /* TCPServer.cpp */, - 229A71F0ABA8739386CDA1B9 /* TCPServer.h */, - ); - path = src; - sourceTree = SOURCE_ROOT; - }; - E4EEC9E9138DF44700A80321 /* openFrameworks */ = { - isa = PBXGroup; - children = ( - E4EB691F138AFCF100A09F29 /* CoreOF.xcconfig */, - E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */, - ); - name = openFrameworks; - sourceTree = ""; - }; - E910F62B91A8365D01A66512 /* Types */ = { - isa = PBXGroup; - children = ( - 4E09343A9F13BB51BC741692 /* Vec2.cpp */, - 93C11B810D4F591A2F70C148 /* Vec2.h */, - A8558ACA2B5E9FD75C455CA2 /* Vec3.cpp */, - 18E4114EBCEA8ADD837B4207 /* Vec3.h */, - ); - name = Types; - sourceTree = ""; - }; - F19689EE10A2EC1EC429FAC7 /* Commands */ = { - isa = PBXGroup; - children = ( - 231337763726D333E0B3D56C /* AddGridColCmd.cpp */, - 1E73070DAC89F6A796BFF464 /* AddGridColCmd.h */, - 3E4A0386460638A781A7AC84 /* AddGridRowCmd.cpp */, - 775FD891C1E381F87BF33C82 /* AddGridRowCmd.h */, - B323D7489A7B26A63443444F /* AddSurfaceCmd.cpp */, - 00756183A9E41665E637AC23 /* AddSurfaceCmd.h */, - 17972C3384311464011667D9 /* BaseCmd.h */, - 962C349E8F4E59FF335AB2A6 /* ClearSurfacesCmd.cpp */, - 3074E4094F76555C299E5D8E /* ClearSurfacesCmd.h */, - BDBE053980FA01FAD543D782 /* CmdManager.cpp */, - 2F04FFB9BAC4575E214C0DED /* CmdManager.h */, - 6E80EE6FB0CC304A6CA287BB /* DeselectSurfaceCmd.cpp */, - 65DBA05D19177D2853D54196 /* DeselectSurfaceCmd.h */, - E8CE817DF3028A4345376E7D /* DeselectTexCoordCmd.cpp */, - 718E523D4BDDCFAC394B3EA5 /* DeselectTexCoordCmd.h */, - C656C28252AD5E9E09FA2162 /* DuplicateSurfaceCmd.cpp */, - EE95BF87E883491E7CC9B6EC /* DuplicateSurfaceCmd.h */, - DBAFA0B7AFEA589CA5167204 /* MvAllTexCoordsCmd.cpp */, - 25322223D3976D5F33DCCBF6 /* MvAllTexCoordsCmd.h */, - EC481BAB32B250D3EA41AF9E /* MvLayerDnCmd.cpp */, - 61481FB831430E35A18ABD02 /* MvLayerDnCmd.h */, - E52D4207C299D5886C8FD2C7 /* MvLayerUpCmd.cpp */, - 933CAE5B2DEC9DDABEA95E34 /* MvLayerUpCmd.h */, - 7D386994DF359F3BD1E66480 /* MvSelectionCmd.cpp */, - D4CFAEBB593AD070E04F106C /* MvSelectionCmd.h */, - 18041C8871E17DE3E60BFF95 /* MvSurfaceVertCmd.cpp */, - D565A612B1DF2837C94A6081 /* MvSurfaceVertCmd.h */, - 0739F09627790055C959BBF4 /* MvTexCoordCmd.cpp */, - 8F41EDB76644426680B2FA2B /* MvTexCoordCmd.h */, - A50F23D868C48DF9799BC788 /* RmGridColCmd.cpp */, - BA65337B3E631788AE2D018B /* RmGridColCmd.h */, - F3538B8AF69CAB7C215FA1EF /* RmGridRowCmd.cpp */, - 74CA4C78136F233FB90B7D3E /* RmGridRowCmd.h */, - B7C308F8B76FCB909581A580 /* RmSurfaceCmd.cpp */, - D7287CBE5600FEE9EE1B1AEA /* RmSurfaceCmd.h */, - 60F40691CD9DE4DEE1768FE9 /* SaveTexCoordPosCmd.cpp */, - D463EA9CC53D21A44CB9D6EF /* SaveTexCoordPosCmd.h */, - 34B45EB44DED0A47FBAD30F4 /* ScaleSurfaceFromToCmd.cpp */, - 62C9C3E62D4BEF04CF54C031 /* ScaleSurfaceFromToCmd.h */, - FC98A68C64BFC941D0B31EE9 /* SelNextSurfaceCmd.cpp */, - 30ED82F4A70B5B95CCEF7744 /* SelNextSurfaceCmd.h */, - 784FFEB8D108EC916343AB97 /* SelNextTexCoordCmd.cpp */, - A5CBAE57D2ADED1CAB6123AF /* SelNextTexCoordCmd.h */, - 140C0677F9F5A5D3B8A89AC4 /* SelNextVertexCmd.cpp */, - BA5B6BB795E2A24B2DBA22BD /* SelNextVertexCmd.h */, - 6DF54314CF2B45BF195B84C6 /* SelPrevSurfaceCmd.cpp */, - B5C793F4FEA3AA065347B61C /* SelPrevSurfaceCmd.h */, - F7E88D3956480E0CBAA21641 /* SelPrevTexCoordCmd.cpp */, - 1CE256C39E514ABD16FCCB87 /* SelPrevTexCoordCmd.h */, - 3B29C3846BA06080344C1D1E /* SelPrevVertexCmd.cpp */, - 47AB6134D2AB2F3EB10096A3 /* SelPrevVertexCmd.h */, - 0B691BBAB665F94F09B2C276 /* SelSurfaceCmd.cpp */, - CB4461BD6FC059D946144727 /* SelSurfaceCmd.h */, - 27453C6FAE9B674FD694508D /* SelTexCoordCmd.cpp */, - D05D5FBB2B2779B022A5DD04 /* SelTexCoordCmd.h */, - A2282B1E05458C3B2BBCE568 /* SelVertexCmd.cpp */, - 79A9ED756DB70790A67E3EF8 /* SelVertexCmd.h */, - 8D3CB0B9A827AFA479349BBE /* SetApplicationModeCmd.cpp */, - F0A9FE4B6FB6C958B72B72CD /* SetApplicationModeCmd.h */, - 4FFBE499412CC8DD07163E91 /* SetNextSourceCmd.cpp */, - FA2E4E947E8D358C28D903C0 /* SetNextSourceCmd.h */, - 15C9B02F2CF08112845CD074 /* SetPresetCmd.cpp */, - BCB571865BB25BC586CF80EC /* SetPresetCmd.h */, - 7F58FFED7FBFC49573FF65E4 /* SetSourceCmd.cpp */, - 56A68D8E68FF141B5EB1ADF6 /* SetSourceCmd.h */, - 49BE2D8F2A2A57F4EBF83FF4 /* SetTexMapDrawModeCmd.cpp */, - 912C6A870E22496CEA43AC85 /* SetTexMapDrawModeCmd.h */, - E8DA47AF2B265F778E74D4DA /* StartDragSurfaceCmd.cpp */, - 5EBDBF5E7887C574E1FCC1B5 /* StartDragSurfaceCmd.h */, - 5D020B9B28609D071E21BB76 /* ToggleAnimatedSourceCmd.cpp */, - 21167F26AF957606289D4A4A /* ToggleAnimatedSourceCmd.h */, - 655142313A378162E3929785 /* TogglePerspectiveCmd.cpp */, - 4244A1B9B55BD7BA7ED2F547 /* TogglePerspectiveCmd.h */, - 03FCF5559C2A6AB79D947767 /* TranslateCanvasCmd.cpp */, - 5AB104FC7812B4F42B8E1540 /* TranslateCanvasCmd.h */, - ); - name = Commands; - sourceTree = ""; - }; - F40E80CB2D443CBA9581DD03 /* libs */ = { - isa = PBXGroup; - children = ( - 977A836DD2C489CCC5E330FF /* jsoncpp */, - ); - name = libs; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - E4B69B5A0A3A1756003C02F2 /* example_remote-server */ = { - isa = PBXNativeTarget; - buildConfigurationList = E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "example_remote-server" */; - buildPhases = ( - E4B69B580A3A1756003C02F2 /* Sources */, - E4B69B590A3A1756003C02F2 /* Frameworks */, - E4B6FFFD0C3F9AB9008CF71C /* ShellScript */, - E4C2427710CC5ABF004149E2 /* CopyFiles */, - ); - buildRules = ( - ); - dependencies = ( - E4EEB9AC138B136A00A80321 /* PBXTargetDependency */, - ); - name = "example_remote-server"; - productName = myOFApp; - productReference = E4B69B5B0A3A1756003C02F2 /* example_remote-serverDebug.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - E4B69B4C0A3A1720003C02F2 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0600; - }; - buildConfigurationList = E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "example_remote-server" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - English, - Japanese, - French, - German, - ); - mainGroup = E4B69B4A0A3A1720003C02F2; - productRefGroup = E4B69B4A0A3A1720003C02F2; - projectDirPath = ""; - projectReferences = ( - { - ProductGroup = E4328144138ABC890047C5CB /* Products */; - ProjectRef = E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */; - }, - ); - projectRoot = ""; - targets = ( - E4B69B5A0A3A1756003C02F2 /* example_remote-server */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXReferenceProxy section */ - E4328148138ABC890047C5CB /* openFrameworksDebug.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = openFrameworksDebug.a; - remoteRef = E4328147138ABC890047C5CB /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; -/* End PBXReferenceProxy section */ - -/* Begin PBXShellScriptBuildPhase section */ - E4B6FFFD0C3F9AB9008CF71C /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "mkdir -p \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Resources/\"\n# Copy default icon file into App/Resources\nrsync -aved \"$ICON_FILE\" \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Resources/\"\n# Copy libfmod and change install directory for fmod to run\nrsync -aved ../../../libs/fmodex/lib/osx/libfmodex.dylib \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Frameworks/\";\ninstall_name_tool -change @executable_path/libfmodex.dylib @executable_path/../Frameworks/libfmodex.dylib \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/$PRODUCT_NAME\";\n# Copy GLUT framework (must remove for AppStore submissions)\nrsync -aved ../../../libs/glut/lib/osx/GLUT.framework \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/Frameworks/\"\n"; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - E4B69B580A3A1756003C02F2 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */, - E4B69E210A3A1BDC003C02F2 /* ofApp.cpp in Sources */, - BEB6494CF066DE11AAF90C9C /* TCPServer.cpp in Sources */, - 856AA354D08AB4B323081444 /* ofxBaseGui.cpp in Sources */, - 5CBB2AB3A60F65431D7B555D /* ofxButton.cpp in Sources */, - B266578FC55D23BFEBC042E7 /* ofxGuiGroup.cpp in Sources */, - 483908258D00B98B4BE69F07 /* ofxLabel.cpp in Sources */, - F285EB3169F1566CA3D93C20 /* ofxPanel.cpp in Sources */, - 837220E80EB56CD44AD27F2A /* ofxSlider.cpp in Sources */, - B56FE57CC35806596D38118C /* ofxSliderGroup.cpp in Sources */, - 1CD33E884D9E3358252E82A1 /* ofxToggle.cpp in Sources */, - BEDFEE7400C58EA4E412B757 /* ofxJSONElement.cpp in Sources */, - FB84AAF8D1B7A95266DB5C09 /* jsoncpp.cpp in Sources */, - 960D20B191346612D5C05A6A /* ofxTCPClient.cpp in Sources */, - 125506CD3E5F428AAFE5CC65 /* ofxTCPManager.cpp in Sources */, - 66CA411C5A9664E27326BF36 /* ofxTCPServer.cpp in Sources */, - E2564CF7DDB3713772BB682E /* ofxUDPManager.cpp in Sources */, - 401140F3B7FA4412935BB121 /* Application.cpp in Sources */, - C4D6DA9B890E612343FD059F /* ApplicationBaseMode.cpp in Sources */, - 4A53BFBA57F4AD16FB9D2D24 /* PresentationMode.cpp in Sources */, - 42AB7CD7DFB89209AB951942 /* ProjectionMappingMode.cpp in Sources */, - AA98F23DF9897F2241EF3968 /* SourceSelectionMode.cpp in Sources */, - 21B18AC78EBFC1FD28C614D5 /* TextureMappingMode.cpp in Sources */, - 2E9E05C9FFCE15172A701335 /* SettingsLoader.cpp in Sources */, - 580602DA874A9CF9E850DEEE /* AddGridColCmd.cpp in Sources */, - D88BA6D139757ED4E1669796 /* AddGridRowCmd.cpp in Sources */, - B1EEE5A7EC1876072BF8F7FE /* AddSurfaceCmd.cpp in Sources */, - F9A6B58165791682416A1685 /* ClearSurfacesCmd.cpp in Sources */, - 93760FE8B10EBD4081251E10 /* CmdManager.cpp in Sources */, - C8D7FA44AA0565654A681157 /* DeselectSurfaceCmd.cpp in Sources */, - 973F560586CB3735581265E7 /* DeselectTexCoordCmd.cpp in Sources */, - D61A46C1800537BA43C7884F /* DuplicateSurfaceCmd.cpp in Sources */, - 8CA6C92E3D4F91750BC469FF /* MvAllTexCoordsCmd.cpp in Sources */, - A75658250711ADE2C05FC781 /* MvLayerDnCmd.cpp in Sources */, - C34B66987F4DA38C21AF325B /* MvLayerUpCmd.cpp in Sources */, - 6056983B92E88B475FF04299 /* MvSelectionCmd.cpp in Sources */, - 845DC872C79A75F7B5FABC02 /* MvSurfaceVertCmd.cpp in Sources */, - 25F5CD753AF35B53464E56AE /* MvTexCoordCmd.cpp in Sources */, - 82643E358DF270B9EC939699 /* RmGridColCmd.cpp in Sources */, - 5826FF4F63DC430E90AFDA5E /* RmGridRowCmd.cpp in Sources */, - B01F972DDDA5F21EF4C8B99D /* RmSurfaceCmd.cpp in Sources */, - 36A98A331EAE1D0A19998A59 /* SaveTexCoordPosCmd.cpp in Sources */, - E327ACE85A208BAFACD1B7C7 /* ScaleSurfaceFromToCmd.cpp in Sources */, - 67FF225B68ECC1942C833BFE /* SelNextSurfaceCmd.cpp in Sources */, - 60C8089351E49CF344577098 /* SelNextTexCoordCmd.cpp in Sources */, - E6D82F5A7B22E9FB46DEEF15 /* SelNextVertexCmd.cpp in Sources */, - 7DAB7D546F81A93336034BF7 /* SelPrevSurfaceCmd.cpp in Sources */, - 800748EF057A284D9DA82F60 /* SelPrevTexCoordCmd.cpp in Sources */, - B9654D0EF43BCA228B330ED7 /* SelPrevVertexCmd.cpp in Sources */, - E5D631612E039E04B1736E76 /* SelSurfaceCmd.cpp in Sources */, - 14566DCD28D35A80428886C4 /* SelTexCoordCmd.cpp in Sources */, - 7002E598586957E5F20E69A7 /* SelVertexCmd.cpp in Sources */, - 90DE06EA59944C1BEA539719 /* SetApplicationModeCmd.cpp in Sources */, - 4BF21A290FA6FE26B87B8971 /* SetNextSourceCmd.cpp in Sources */, - 84172554824F6959BA431E33 /* SetPresetCmd.cpp in Sources */, - 6500BFD07CA93EFD8A162B25 /* SetSourceCmd.cpp in Sources */, - A6EE8D8F3CA590EF6D7FAFA6 /* SetTexMapDrawModeCmd.cpp in Sources */, - 06765053D7BFBBEB43E77B23 /* StartDragSurfaceCmd.cpp in Sources */, - 6438655B2AE4DDA2743241EC /* ToggleAnimatedSourceCmd.cpp in Sources */, - 23963D6D8F0085D5DD2DF394 /* TogglePerspectiveCmd.cpp in Sources */, - 28F5415281F8D09BBC098355 /* TranslateCanvasCmd.cpp in Sources */, - EA700B09626C8413C92EF860 /* Gui.cpp in Sources */, - 8E8F94DC506856A4E92FBA8A /* LayerPanelWidget.cpp in Sources */, - 274AEF0299D77E27C0C5B205 /* ProjectionEditorWidget.cpp in Sources */, - F06AE014F869282B7F7CE84C /* ScaleWidget.cpp in Sources */, - FB03F0A6D7866DFC55F519EB /* SourcesEditorWidget.cpp in Sources */, - 8A3D6CE0A4338871766366B6 /* SurfaceHighlightWidget.cpp in Sources */, - 4D2D4455339FC8C955091C88 /* TextureEditorWidget.cpp in Sources */, - 9CAA3B0DFD59840998C832DA /* TextureHighlightWidget.cpp in Sources */, - F3EACD31EE5E141FF66C48BD /* Info.cpp in Sources */, - DB8FC60C7512DB810C92625B /* DirectoryWatcher.cpp in Sources */, - 92527EF632E7EC0E96BC329C /* MediaServer.cpp in Sources */, - 3B90107DB9BF4857E357FCA8 /* ofxPiMapper.cpp in Sources */, - 892923A127FC7C57469FD078 /* BaseSource.cpp in Sources */, - 7702233BBFB6E8D9E8B93CBC /* FboSource.cpp in Sources */, - 95CB0A22296B3DB402835DCF /* ImageSource.cpp in Sources */, - 588E33B9B0BD6F5A2E4DF31D /* OMXPlayerCache.cpp in Sources */, - A0C1CAB7B9C59DDDC960EB62 /* VideoSource.cpp in Sources */, - 9F968AD3A115328F4BFE5D71 /* BaseSurface.cpp in Sources */, - D0758B5E19E04C33E9BF7193 /* CircleSurface.cpp in Sources */, - 63DB0907B2ACDF9E6F2D9925 /* GridWarpSurface.cpp in Sources */, - 9C194C9F4ACD67CD61FBD30D /* HexagonSurface.cpp in Sources */, - 2A9AFA74E0EF07E58AC11382 /* QuadSurface.cpp in Sources */, - B27F2ADC894A4C463E892AFE /* SurfaceFactory.cpp in Sources */, - 85649EB44DE8F0A3BF8430F9 /* SurfaceManager.cpp in Sources */, - C3A616FB3A463C17E327F395 /* SurfaceStack.cpp in Sources */, - C0EB2D2E383BA9DE417ADB38 /* TriangleSurface.cpp in Sources */, - 5FB2E2349349B93011671206 /* Vec2.cpp in Sources */, - 2E088EDC6E32D190998D8241 /* Vec3.cpp in Sources */, - 868F230C6074263277ED9B07 /* BaseJoint.cpp in Sources */, - 42BCE929D520D8872171239A /* CircleJoint.cpp in Sources */, - 1F4453EA1589AD79F4B34493 /* RadioList.cpp in Sources */, - 83CACB24937919003F2F9B63 /* HomographyHelper.cpp in Sources */, - 63B57AC5BF4EF088491E0317 /* ofxXmlSettings.cpp in Sources */, - 933A2227713C720CEFF80FD9 /* tinyxml.cpp in Sources */, - 9D44DC88EF9E7991B4A09951 /* tinyxmlerror.cpp in Sources */, - 5A4349E9754D6FA14C0F2A3A /* tinyxmlparser.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - E4EEB9AC138B136A00A80321 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = openFrameworks; - targetProxy = E4EEB9AB138B136A00A80321 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - E4B69B4E0A3A1720003C02F2 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */; - buildSettings = { - CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/"; - COPY_PHASE_STRIP = NO; - DEAD_CODE_STRIPPING = YES; - GCC_AUTO_VECTORIZATION = YES; - GCC_ENABLE_SSE3_EXTENSIONS = YES; - GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES; - GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO; - GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO; - GCC_WARN_UNINITIALIZED_AUTOS = NO; - GCC_WARN_UNUSED_VALUE = NO; - GCC_WARN_UNUSED_VARIABLE = NO; - HEADER_SEARCH_PATHS = ( - "$(OF_CORE_HEADERS)", - src, - ../../../addons/ofxGui/src, - ../../../addons/ofxJSON/libs, - ../../../addons/ofxJSON/libs/jsoncpp, - ../../../addons/ofxJSON/libs/jsoncpp/include, - ../../../addons/ofxJSON/libs/jsoncpp/include/json, - ../../../addons/ofxJSON/libs/jsoncpp/src, - ../../../addons/ofxJSON/src, - ../../../addons/ofxNetwork/src, - ../../../addons/ofxOpenCv/libs, - ../../../addons/ofxOpenCv/libs/opencv, - ../../../addons/ofxOpenCv/libs/opencv/include, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/calib3d, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/contrib, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/core, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/features2d, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/flann, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/gpu, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/gpu/device, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/gpu/device/detail, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/highgui, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/imgproc, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/legacy, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/ml, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/nonfree, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/objdetect, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/photo, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/stitching, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/stitching/detail, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/superres, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/ts, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/video, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/videostab, - ../../../addons/ofxOpenCv/libs/opencv/lib, - ../../../addons/ofxOpenCv/libs/opencv/lib/emscripten, - ../../../addons/ofxOpenCv/libs/opencv/lib/osx, - ../../../addons/ofxOpenCv/libs/opencv/license, - ../../../addons/ofxOpenCv/src, - ../../../addons/ofxPiMapper/src, - ../../../addons/ofxPiMapper/src/Application, - ../../../addons/ofxPiMapper/src/Application/Modes, - ../../../addons/ofxPiMapper/src/Commands, - ../../../addons/ofxPiMapper/src/Gui, - ../../../addons/ofxPiMapper/src/Gui/Widgets, - ../../../addons/ofxPiMapper/src/Info, - ../../../addons/ofxPiMapper/src/MediaServer, - ../../../addons/ofxPiMapper/src/Sources, - ../../../addons/ofxPiMapper/src/Surfaces, - ../../../addons/ofxPiMapper/src/Types, - ../../../addons/ofxPiMapper/src/UserInterface, - ../../../addons/ofxPiMapper/src/Utils, - ../../../addons/ofxXmlSettings/libs, - ../../../addons/ofxXmlSettings/src, - ); - MACOSX_DEPLOYMENT_TARGET = 10.8; - ONLY_ACTIVE_ARCH = YES; - OTHER_CPLUSPLUSFLAGS = ( - "-D__MACOSX_CORE__", - "-mtune=native", - ); - OTHER_LDFLAGS = ( - "$(OF_CORE_FRAMEWORKS)", - "$(OF_CORE_LIBS)", - ../../../addons/ofxOpenCv/libs/opencv/lib/osx/opencv.a, - ); - SDKROOT = macosx; - }; - name = Debug; - }; - E4B69B4F0A3A1720003C02F2 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */; - buildSettings = { - CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/"; - COPY_PHASE_STRIP = YES; - DEAD_CODE_STRIPPING = YES; - GCC_AUTO_VECTORIZATION = YES; - GCC_ENABLE_SSE3_EXTENSIONS = YES; - GCC_ENABLE_SUPPLEMENTAL_SSE3_INSTRUCTIONS = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 3; - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_UNROLL_LOOPS = YES; - GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES; - GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO; - GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO; - GCC_WARN_UNINITIALIZED_AUTOS = NO; - GCC_WARN_UNUSED_VALUE = NO; - GCC_WARN_UNUSED_VARIABLE = NO; - HEADER_SEARCH_PATHS = ( - "$(OF_CORE_HEADERS)", - src, - ../../../addons/ofxGui/src, - ../../../addons/ofxJSON/libs, - ../../../addons/ofxJSON/libs/jsoncpp, - ../../../addons/ofxJSON/libs/jsoncpp/include, - ../../../addons/ofxJSON/libs/jsoncpp/include/json, - ../../../addons/ofxJSON/libs/jsoncpp/src, - ../../../addons/ofxJSON/src, - ../../../addons/ofxNetwork/src, - ../../../addons/ofxOpenCv/libs, - ../../../addons/ofxOpenCv/libs/opencv, - ../../../addons/ofxOpenCv/libs/opencv/include, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/calib3d, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/contrib, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/core, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/features2d, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/flann, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/gpu, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/gpu/device, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/gpu/device/detail, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/highgui, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/imgproc, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/legacy, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/ml, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/nonfree, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/objdetect, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/photo, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/stitching, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/stitching/detail, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/superres, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/ts, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/video, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/videostab, - ../../../addons/ofxOpenCv/libs/opencv/lib, - ../../../addons/ofxOpenCv/libs/opencv/lib/emscripten, - ../../../addons/ofxOpenCv/libs/opencv/lib/osx, - ../../../addons/ofxOpenCv/libs/opencv/license, - ../../../addons/ofxOpenCv/src, - ../../../addons/ofxPiMapper/src, - ../../../addons/ofxPiMapper/src/Application, - ../../../addons/ofxPiMapper/src/Application/Modes, - ../../../addons/ofxPiMapper/src/Commands, - ../../../addons/ofxPiMapper/src/Gui, - ../../../addons/ofxPiMapper/src/Gui/Widgets, - ../../../addons/ofxPiMapper/src/Info, - ../../../addons/ofxPiMapper/src/MediaServer, - ../../../addons/ofxPiMapper/src/Sources, - ../../../addons/ofxPiMapper/src/Surfaces, - ../../../addons/ofxPiMapper/src/Types, - ../../../addons/ofxPiMapper/src/UserInterface, - ../../../addons/ofxPiMapper/src/Utils, - ../../../addons/ofxXmlSettings/libs, - ../../../addons/ofxXmlSettings/src, - ); - MACOSX_DEPLOYMENT_TARGET = 10.8; - OTHER_CPLUSPLUSFLAGS = ( - "-D__MACOSX_CORE__", - "-mtune=native", - ); - OTHER_LDFLAGS = ( - "$(OF_CORE_FRAMEWORKS)", - "$(OF_CORE_LIBS)", - ../../../addons/ofxOpenCv/libs/opencv/lib/osx/opencv.a, - ); - SDKROOT = macosx; - }; - name = Release; - }; - E4B69B600A3A1757003C02F2 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = NO; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)", - ); - FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../../libs/glut/lib/osx\""; - GCC_DYNAMIC_NO_PIC = NO; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_MODEL_TUNING = NONE; - HEADER_SEARCH_PATHS = ( - "$(OF_CORE_HEADERS)", - src, - ../../../addons/ofxGui/src, - ../../../addons/ofxJSON/libs, - ../../../addons/ofxJSON/libs/jsoncpp, - ../../../addons/ofxJSON/libs/jsoncpp/include, - ../../../addons/ofxJSON/libs/jsoncpp/include/json, - ../../../addons/ofxJSON/libs/jsoncpp/src, - ../../../addons/ofxJSON/src, - ../../../addons/ofxNetwork/src, - ../../../addons/ofxOpenCv/libs, - ../../../addons/ofxOpenCv/libs/opencv, - ../../../addons/ofxOpenCv/libs/opencv/include, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/calib3d, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/contrib, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/core, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/features2d, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/flann, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/gpu, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/gpu/device, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/gpu/device/detail, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/highgui, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/imgproc, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/legacy, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/ml, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/nonfree, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/objdetect, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/photo, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/stitching, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/stitching/detail, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/superres, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/ts, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/video, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/videostab, - ../../../addons/ofxOpenCv/libs/opencv/lib, - ../../../addons/ofxOpenCv/libs/opencv/lib/emscripten, - ../../../addons/ofxOpenCv/libs/opencv/lib/osx, - ../../../addons/ofxOpenCv/libs/opencv/license, - ../../../addons/ofxOpenCv/src, - ../../../addons/ofxPiMapper/src, - ../../../addons/ofxPiMapper/src/Application, - ../../../addons/ofxPiMapper/src/Application/Modes, - ../../../addons/ofxPiMapper/src/Commands, - ../../../addons/ofxPiMapper/src/Gui, - ../../../addons/ofxPiMapper/src/Gui/Widgets, - ../../../addons/ofxPiMapper/src/Info, - ../../../addons/ofxPiMapper/src/MediaServer, - ../../../addons/ofxPiMapper/src/Sources, - ../../../addons/ofxPiMapper/src/Surfaces, - ../../../addons/ofxPiMapper/src/Types, - ../../../addons/ofxPiMapper/src/UserInterface, - ../../../addons/ofxPiMapper/src/Utils, - ../../../addons/ofxXmlSettings/libs, - ../../../addons/ofxXmlSettings/src, - ); - ICON = "$(ICON_NAME_DEBUG)"; - ICON_FILE = "$(ICON_FILE_PATH)$(ICON)"; - INFOPLIST_FILE = "openFrameworks-Info.plist"; - INSTALL_PATH = /Applications; - LIBRARY_SEARCH_PATHS = "$(inherited)"; - OTHER_LDFLAGS = ( - "$(OF_CORE_FRAMEWORKS)", - "$(OF_CORE_LIBS)", - ../../../addons/ofxOpenCv/libs/opencv/lib/osx/opencv.a, - ); - PRODUCT_NAME = "$(TARGET_NAME)Debug"; - WRAPPER_EXTENSION = app; - }; - name = Debug; - }; - E4B69B610A3A1757003C02F2 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)", - ); - FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../../../libs/glut/lib/osx\""; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_MODEL_TUNING = NONE; - HEADER_SEARCH_PATHS = ( - "$(OF_CORE_HEADERS)", - src, - ../../../addons/ofxGui/src, - ../../../addons/ofxJSON/libs, - ../../../addons/ofxJSON/libs/jsoncpp, - ../../../addons/ofxJSON/libs/jsoncpp/include, - ../../../addons/ofxJSON/libs/jsoncpp/include/json, - ../../../addons/ofxJSON/libs/jsoncpp/src, - ../../../addons/ofxJSON/src, - ../../../addons/ofxNetwork/src, - ../../../addons/ofxOpenCv/libs, - ../../../addons/ofxOpenCv/libs/opencv, - ../../../addons/ofxOpenCv/libs/opencv/include, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/calib3d, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/contrib, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/core, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/features2d, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/flann, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/gpu, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/gpu/device, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/gpu/device/detail, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/highgui, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/imgproc, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/legacy, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/ml, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/nonfree, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/objdetect, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/photo, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/stitching, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/stitching/detail, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/superres, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/ts, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/video, - ../../../addons/ofxOpenCv/libs/opencv/include/opencv2/videostab, - ../../../addons/ofxOpenCv/libs/opencv/lib, - ../../../addons/ofxOpenCv/libs/opencv/lib/emscripten, - ../../../addons/ofxOpenCv/libs/opencv/lib/osx, - ../../../addons/ofxOpenCv/libs/opencv/license, - ../../../addons/ofxOpenCv/src, - ../../../addons/ofxPiMapper/src, - ../../../addons/ofxPiMapper/src/Application, - ../../../addons/ofxPiMapper/src/Application/Modes, - ../../../addons/ofxPiMapper/src/Commands, - ../../../addons/ofxPiMapper/src/Gui, - ../../../addons/ofxPiMapper/src/Gui/Widgets, - ../../../addons/ofxPiMapper/src/Info, - ../../../addons/ofxPiMapper/src/MediaServer, - ../../../addons/ofxPiMapper/src/Sources, - ../../../addons/ofxPiMapper/src/Surfaces, - ../../../addons/ofxPiMapper/src/Types, - ../../../addons/ofxPiMapper/src/UserInterface, - ../../../addons/ofxPiMapper/src/Utils, - ../../../addons/ofxXmlSettings/libs, - ../../../addons/ofxXmlSettings/src, - ); - ICON = "$(ICON_NAME_RELEASE)"; - ICON_FILE = "$(ICON_FILE_PATH)$(ICON)"; - INFOPLIST_FILE = "openFrameworks-Info.plist"; - INSTALL_PATH = /Applications; - LIBRARY_SEARCH_PATHS = "$(inherited)"; - OTHER_LDFLAGS = ( - "$(OF_CORE_FRAMEWORKS)", - "$(OF_CORE_LIBS)", - ../../../addons/ofxOpenCv/libs/opencv/lib/osx/opencv.a, - ); - PRODUCT_NAME = "$(TARGET_NAME)"; - WRAPPER_EXTENSION = app; - baseConfigurationReference = E4EB6923138AFD0F00A09F29; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "example_remote-server" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E4B69B4E0A3A1720003C02F2 /* Debug */, - E4B69B4F0A3A1720003C02F2 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - E4B69B5F0A3A1757003C02F2 /* Build configuration list for PBXNativeTarget "example_remote-server" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E4B69B600A3A1757003C02F2 /* Debug */, - E4B69B610A3A1757003C02F2 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = E4B69B4C0A3A1720003C02F2 /* Project object */; -} diff --git a/example_remote-server/example_remote-server.xcodeproj/xcshareddata/xcschemes/example_remote-server Debug.xcscheme b/example_remote-server/example_remote-server.xcodeproj/xcshareddata/xcschemes/example_remote-server Debug.xcscheme deleted file mode 100644 index fecdbf2..0000000 --- a/example_remote-server/example_remote-server.xcodeproj/xcshareddata/xcschemes/example_remote-server Debug.xcscheme +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example_remote-server/example_remote-server.xcodeproj/xcshareddata/xcschemes/example_remote-server Release.xcscheme b/example_remote-server/example_remote-server.xcodeproj/xcshareddata/xcschemes/example_remote-server Release.xcscheme deleted file mode 100644 index 7e24834..0000000 --- a/example_remote-server/example_remote-server.xcodeproj/xcshareddata/xcschemes/example_remote-server Release.xcscheme +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example_remote-server/openFrameworks-Info.plist b/example_remote-server/openFrameworks-Info.plist deleted file mode 100644 index 8d64d2b..0000000 --- a/example_remote-server/openFrameworks-Info.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - cc.openFrameworks.ofapp - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - APPL - CFBundleSignature - ???? - CFBundleVersion - 1.0 - CFBundleIconFile - ${ICON} - - diff --git a/example_simpler/example_simpler.qbs b/example_simpler/example_simpler.qbs deleted file mode 100644 index 2519050..0000000 --- a/example_simpler/example_simpler.qbs +++ /dev/null @@ -1,62 +0,0 @@ -import qbs -import qbs.Process -import qbs.File -import qbs.FileInfo -import qbs.TextFile -import "../../../libs/openFrameworksCompiled/project/qtcreator/ofApp.qbs" as ofApp - -Project{ - property string of_root: "../../.." - - ofApp { - name: { return FileInfo.baseName(path) } - - files: [ - "src/CustomSource.cpp", - "src/CustomSource.h", - "src/Settings.cpp", - "src/Settings.h", - "src/main.cpp", - "src/ofApp.cpp", - "src/ofApp.h", - ] - - of.addons: [ - 'ofxGui', - 'ofxPiMapper', - 'ofxXmlSettings', - ] - - // additional flags for the project. the of module sets some - // flags by default to add the core libraries, search paths... - // this flags can be augmented through the following properties: - of.pkgConfigs: [] // list of additional system pkgs to include - of.includePaths: [] // include search paths - of.cFlags: [] // flags passed to the c compiler - of.cxxFlags: [] // flags passed to the c++ compiler - of.linkerFlags: [] // flags passed to the linker - of.defines: [] // defines are passed as -D to the compiler - // and can be checked with #ifdef or #if in the code - - // other flags can be set through the cpp module: http://doc.qt.io/qbs/cpp-module.html - // eg: this will enable ccache when compiling - // - // cpp.compilerWrapper: 'ccache' - - Depends{ - name: "cpp" - } - - // common rules that parse the include search paths, core libraries... - Depends{ - name: "of" - } - - // dependency with the OF library - Depends{ - name: "openFrameworks" - } - } - - references: [FileInfo.joinPaths(of_root, "/libs/openFrameworksCompiled/project/qtcreator/openFrameworks.qbs")] -} diff --git a/example_simpler/example_simpler.qbs.user b/example_simpler/example_simpler.qbs.user deleted file mode 100644 index a187c7a..0000000 --- a/example_simpler/example_simpler.qbs.user +++ /dev/null @@ -1,245 +0,0 @@ - - - - - - EnvironmentId - {8be5f52a-5735-4165-a4b3-4f0f5d90a15e} - - - ProjectExplorer.Project.ActiveTarget - 0 - - - ProjectExplorer.Project.EditorSettings - - true - false - true - - Cpp - - CppGlobal - - - - QmlJS - - QmlJSGlobal - - - 2 - UTF-8 - false - 4 - false - 80 - true - true - 1 - true - false - 0 - true - true - 0 - 8 - true - 1 - true - true - true - false - - - - ProjectExplorer.Project.PluginSettings - - - - ProjectExplorer.Project.Target.0 - - Desktop - Desktop - {a4d26ffb-0245-4d65-8e2f-7d8767bb05ec} - 0 - 0 - 0 - - /home/theodoros/bin/of_v0.9.8_linux64_release/addons/ofxPiMapper/build-example_simpler-Desktop-Debug - - - true - - Qbs Build - Qbs.BuildStep - false - - debug - qtc_Desktop_1976aced - - false - false - true - 8 - false - false - - 1 - Build - - ProjectExplorer.BuildSteps.Build - - - - true - - Qbs Clean - Qbs.CleanStep - false - false - - 1 - Clean - - ProjectExplorer.BuildSteps.Clean - - 2 - false - - Debug - - Qbs.QbsBuildConfiguration - - - /home/theodoros/bin/of_v0.9.8_linux64_release/addons/ofxPiMapper/build-example_simpler-Desktop-Release - - - true - - Qbs Build - Qbs.BuildStep - false - - release - qtc_Desktop_1976aced - - false - false - true - 0 - false - false - - 1 - Build - - ProjectExplorer.BuildSteps.Build - - - - true - - Qbs Clean - Qbs.CleanStep - false - false - - 1 - Clean - - ProjectExplorer.BuildSteps.Clean - - 2 - false - - Release - - Qbs.QbsBuildConfiguration - - 2 - - - 0 - Deploy - - ProjectExplorer.BuildSteps.Deploy - - 1 - Deploy locally - Qbs Install - Qbs.Deploy - - 1 - - - false - false - 1000 - - true - - false - false - false - false - true - 0.01 - 10 - true - 1 - 25 - - 1 - true - false - true - valgrind - - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - - 2 - - example_simpler - - Qbs.RunConfiguration:example_simpler.qtc_Desktop_1976aced---Qbs.RC.NameSeparator---example_simpler - - - /home/theodoros/bin/of_v0.9.8_linux64_release/addons/ofxPiMapper/example_simpler/bin - 3768 - false - true - false - false - true - - 1 - - - - ProjectExplorer.Project.TargetCount - 1 - - - ProjectExplorer.Project.Updater.FileVersion - 18 - - - Version - 18 - -