diff --git a/example_pocketvj/.gitignore b/example_pocketvj/.gitignore
new file mode 100644
index 0000000..4572154
--- /dev/null
+++ b/example_pocketvj/.gitignore
@@ -0,0 +1,6 @@
+obj
+*.xcworkspace
+*.xcuserdatad
+*~
+config.make
+bin/*.app
diff --git a/example_pocketvj/Project.xcconfig b/example_pocketvj/Project.xcconfig
new file mode 100644
index 0000000..40adc89
--- /dev/null
+++ b/example_pocketvj/Project.xcconfig
@@ -0,0 +1,18 @@
+//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
new file mode 100644
index 0000000..9c6e82c
--- /dev/null
+++ b/example_pocketvj/example_pocketvj.xcodeproj/project.pbxproj
@@ -0,0 +1,5085 @@
+
+
+
+ archiveVersion
+ 1
+ classes
+
+ objectVersion
+ 46
+ objects
+
+ 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
+
+ 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
+
+ B21E7E5F548EEA92F368040B
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ tinyxml.h
+ path
+ ../../../addons/ofxXmlSettings/libs/tinyxml.h
+ sourceTree
+ SOURCE_ROOT
+
+ 6E54289412D2D94F45A05113
+
+ children
+
+ 2B40EDA85BEB63E46785BC29
+ B21E7E5F548EEA92F368040B
+ 832BDC407620CDBA568B713D
+ FC5DA1C87211D4F6377DA719
+
+ isa
+ PBXGroup
+ name
+ libs
+ sourceTree
+ <group>
+
+ 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
+
+ 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
+
+ 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
+
+ DC69ACA83F14B8A2AE20197B
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ RadioList.h
+ path
+ ../../../addons/ofxPiMapper/src/UserInterface/RadioList.h
+ 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
+
+ B7DD3DE526EF824DDAF42B09
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ GuiMode.h
+ path
+ ../../../addons/ofxPiMapper/src/UserInterface/GuiMode.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
+
+ 9B4D98CCBAB57278C96169D4
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ CircleJoint.h
+ path
+ ../../../addons/ofxPiMapper/src/UserInterface/CircleJoint.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
+
+ 851AF875A70187105CA91C1A
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ BaseJoint.h
+ path
+ ../../../addons/ofxPiMapper/src/UserInterface/BaseJoint.h
+ sourceTree
+ SOURCE_ROOT
+
+ 925C888869704DBDF0BE6D0B
+
+ children
+
+ 7E78D1B2A6DB0856BF8ED1FE
+ 851AF875A70187105CA91C1A
+ 62F01592304CB7995200EF7B
+ 9B4D98CCBAB57278C96169D4
+ 4130052A043CF3D3C2BA943A
+ B7DD3DE526EF824DDAF42B09
+ 4048CA09E6AAB5F673CBD2F0
+ DC69ACA83F14B8A2AE20197B
+
+ isa
+ PBXGroup
+ name
+ UserInterface
+ sourceTree
+ <group>
+
+ 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
+
+ 18E4114EBCEA8ADD837B4207
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ Vec3.h
+ path
+ ../../../addons/ofxPiMapper/src/Types/Vec3.h
+ 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
+
+ 93C11B810D4F591A2F70C148
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ Vec2.h
+ path
+ ../../../addons/ofxPiMapper/src/Types/Vec2.h
+ sourceTree
+ SOURCE_ROOT
+
+ E910F62B91A8365D01A66512
+
+ children
+
+ 4E09343A9F13BB51BC741692
+ 93C11B810D4F591A2F70C148
+ A8558ACA2B5E9FD75C455CA2
+ 18E4114EBCEA8ADD837B4207
+
+ isa
+ PBXGroup
+ name
+ Types
+ sourceTree
+ <group>
+
+ 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
+
+ 23118136CC7FFA920626B6C3
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ TriangleSurface.h
+ path
+ ../../../addons/ofxPiMapper/src/Surfaces/TriangleSurface.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
+
+ B178ED5CA7F76AAA6E49E191
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ SurfaceType.h
+ path
+ ../../../addons/ofxPiMapper/src/Surfaces/SurfaceType.h
+ 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
+
+ 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
+
+ 7344B3B35CD0188D1283EC59
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ SurfaceManager.h
+ path
+ ../../../addons/ofxPiMapper/src/Surfaces/SurfaceManager.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
+
+ D58C36B60BB72C7336042FB9
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ SurfaceFactory.h
+ path
+ ../../../addons/ofxPiMapper/src/Surfaces/SurfaceFactory.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
+
+ 906696B07A716E4057D32B1E
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ QuadSurface.h
+ path
+ ../../../addons/ofxPiMapper/src/Surfaces/QuadSurface.h
+ 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
+
+ 0B4D5D37A2AE7AB30D726C16
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ HexagonSurface.h
+ path
+ ../../../addons/ofxPiMapper/src/Surfaces/HexagonSurface.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
+
+ C3E8D103B72D02E063B29082
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ GridWarpSurface.h
+ path
+ ../../../addons/ofxPiMapper/src/Surfaces/GridWarpSurface.h
+ 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
+
+ 5F3D44140B5D476BC98E98F3
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ CircleSurface.h
+ path
+ ../../../addons/ofxPiMapper/src/Surfaces/CircleSurface.h
+ 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
+
+ F27EBFBACAC7B29B2B7CA500
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ BaseSurface.h
+ path
+ ../../../addons/ofxPiMapper/src/Surfaces/BaseSurface.h
+ sourceTree
+ SOURCE_ROOT
+
+ DA1ABA97EBE5173F815CB449
+
+ children
+
+ F2C0EE541190D47BF5911C0A
+ F27EBFBACAC7B29B2B7CA500
+ E47BE7E996D01B437B713B9B
+ 5F3D44140B5D476BC98E98F3
+ 2D2400AC1A64EDE5E990C56C
+ C3E8D103B72D02E063B29082
+ BCBB74B9531974E1D5DA019B
+ 0B4D5D37A2AE7AB30D726C16
+ B9ECBF061BABECA9C2341372
+ 906696B07A716E4057D32B1E
+ 03FA94CA9F193C816DE4253F
+ D58C36B60BB72C7336042FB9
+ 836B103542A52C63B004410C
+ 7344B3B35CD0188D1283EC59
+ 1C080561EC053F17BB86A668
+ 6592BB3592290B34832D7607
+ B178ED5CA7F76AAA6E49E191
+ 3DF2D82EA37D8C7A5F686EA5
+ 23118136CC7FFA920626B6C3
+
+ isa
+ PBXGroup
+ name
+ Surfaces
+ sourceTree
+ <group>
+
+ 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
+
+ C2D03F683EE589F55D47CFFD
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ VideoSource.h
+ path
+ ../../../addons/ofxPiMapper/src/Sources/VideoSource.h
+ 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
+
+ EFB1537A5DBC298C759BFC62
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ SourceTypeHelper.h
+ path
+ ../../../addons/ofxPiMapper/src/Sources/SourceTypeHelper.h
+ 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
+
+ 3BD72CBAFD427FC6E9F164D2
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ OMXPlayerCache.h
+ path
+ ../../../addons/ofxPiMapper/src/Sources/OMXPlayerCache.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
+
+ 38683A925FBE28339A8BDBC0
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ magSlideTransitionFactory.h
+ path
+ ../../../addons/ofxPiMapper/src/Sources/magSlideTransitionFactory.h
+ sourceTree
+ SOURCE_ROOT
+
+ 582BDA35793B6C5F719AFFB6
+
+ fileRef
+ 8219246B2D3DCA07840E8006
+ isa
+ PBXBuildFile
+
+ 8219246B2D3DCA07840E8006
+
+ explicitFileType
+ sourcecode.cpp.cpp
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ magSlideTransitionFactory.cpp
+ path
+ ../../../addons/ofxPiMapper/src/Sources/magSlideTransitionFactory.cpp
+ sourceTree
+ SOURCE_ROOT
+
+ 9401251DD4C51CCD32270579
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ magSlideTransition.h
+ path
+ ../../../addons/ofxPiMapper/src/Sources/magSlideTransition.h
+ sourceTree
+ SOURCE_ROOT
+
+ 2375406EEFFBF32FC848BCF0
+
+ fileRef
+ 237BC60FA935F4D2EF7333B8
+ isa
+ PBXBuildFile
+
+ 237BC60FA935F4D2EF7333B8
+
+ explicitFileType
+ sourcecode.cpp.cpp
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ magSlideTransition.cpp
+ path
+ ../../../addons/ofxPiMapper/src/Sources/magSlideTransition.cpp
+ sourceTree
+ SOURCE_ROOT
+
+ 8F9A0B3E8F65E3A01D5F598C
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ magSlideShowSource.h
+ path
+ ../../../addons/ofxPiMapper/src/Sources/magSlideShowSource.h
+ sourceTree
+ SOURCE_ROOT
+
+ DBD3C91431A9ACF2F980B702
+
+ fileRef
+ 35097CC7BE3F0F1C9474F901
+ isa
+ PBXBuildFile
+
+ 35097CC7BE3F0F1C9474F901
+
+ explicitFileType
+ sourcecode.cpp.cpp
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ magSlideShowSource.cpp
+ path
+ ../../../addons/ofxPiMapper/src/Sources/magSlideShowSource.cpp
+ sourceTree
+ SOURCE_ROOT
+
+ 2EEB35CE3E4992705F95E2E3
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ magSlide.h
+ path
+ ../../../addons/ofxPiMapper/src/Sources/magSlide.h
+ sourceTree
+ SOURCE_ROOT
+
+ D2B8EB6B80117D2235CD85FE
+
+ fileRef
+ 2382B6BE80F965EC5CD2E817
+ isa
+ PBXBuildFile
+
+ 2382B6BE80F965EC5CD2E817
+
+ explicitFileType
+ sourcecode.cpp.cpp
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ magSlide.cpp
+ path
+ ../../../addons/ofxPiMapper/src/Sources/magSlide.cpp
+ 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
+
+ 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
+
+ F05CE9A6503C7CBCC46403C4
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ FboSource.h
+ path
+ ../../../addons/ofxPiMapper/src/Sources/FboSource.h
+ sourceTree
+ SOURCE_ROOT
+
+ 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
+
+ B390802358C73D3757AC9B4E
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ BaseSource.h
+ path
+ ../../../addons/ofxPiMapper/src/Sources/BaseSource.h
+ sourceTree
+ SOURCE_ROOT
+
+ 77B40894B404D46E0B9438E0
+
+ children
+
+ AB4132974E14024E74E320F5
+ B390802358C73D3757AC9B4E
+ C61C1F4F1A1ED2660B1D6EDC
+ F05CE9A6503C7CBCC46403C4
+ 61291E56B7882C9E9B8F119B
+ E5949E35CC6642F2FDFFAAE5
+ 2382B6BE80F965EC5CD2E817
+ 2EEB35CE3E4992705F95E2E3
+ 35097CC7BE3F0F1C9474F901
+ 8F9A0B3E8F65E3A01D5F598C
+ 237BC60FA935F4D2EF7333B8
+ 9401251DD4C51CCD32270579
+ 8219246B2D3DCA07840E8006
+ 38683A925FBE28339A8BDBC0
+ F7B0806EEA8012D629BE363C
+ 3BD72CBAFD427FC6E9F164D2
+ 6595C215972AFFC7EE685F5A
+ EFB1537A5DBC298C759BFC62
+ 5407451FA68C27B2AAE644A6
+ C2D03F683EE589F55D47CFFD
+
+ isa
+ PBXGroup
+ name
+ Sources
+ sourceTree
+ <group>
+
+ 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
+
+ 378C962CF2DB945F38DE674A
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ ofxPiMapper.h
+ path
+ ../../../addons/ofxPiMapper/src/ofxPiMapper.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
+
+ C2E5DC1692A11AF5D981F8FA
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ Mode.h
+ path
+ ../../../addons/ofxPiMapper/src/Mode.h
+ 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
+
+ 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
+
+ 7C89C324499F9541394245C9
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ DirectoryWatcher.h
+ path
+ ../../../addons/ofxPiMapper/src/MediaServer/DirectoryWatcher.h
+ sourceTree
+ SOURCE_ROOT
+
+ 49237A8A4935FFC7A690CBD7
+
+ children
+
+ 20F9951441118A70E8D55E13
+ 7C89C324499F9541394245C9
+ 18385A4F4BC87806616D4F7F
+ FCB5A622161B43A8154687F8
+
+ isa
+ PBXGroup
+ name
+ MediaServer
+ sourceTree
+ <group>
+
+ 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
+
+ 37E7F66B151AB6A0AB6FC244
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ Info.h
+ path
+ ../../../addons/ofxPiMapper/src/Info/Info.h
+ sourceTree
+ SOURCE_ROOT
+
+ 922DC4E8A53315BB0C983902
+
+ children
+
+ EEF2CEBAFFABCFED915AFCE1
+ 37E7F66B151AB6A0AB6FC244
+
+ isa
+ PBXGroup
+ name
+ Info
+ sourceTree
+ <group>
+
+ 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
+
+ 3BD822DBD11904D1D6E27E76
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ TextureHighlightWidget.h
+ path
+ ../../../addons/ofxPiMapper/src/Gui/Widgets/TextureHighlightWidget.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
+
+ AB96773D1B378AE8018EA33E
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ TextureEditorWidget.h
+ path
+ ../../../addons/ofxPiMapper/src/Gui/Widgets/TextureEditorWidget.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
+
+ 9F39733296358C3B0F85BB15
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ SurfaceHighlightWidget.h
+ path
+ ../../../addons/ofxPiMapper/src/Gui/Widgets/SurfaceHighlightWidget.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
+
+ B562DE1EEC28EE801EB4F483
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ SourcesEditorWidget.h
+ path
+ ../../../addons/ofxPiMapper/src/Gui/Widgets/SourcesEditorWidget.h
+ 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
+
+ 23A4F0C9DE47BA73B3E49EDE
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ ScaleWidget.h
+ path
+ ../../../addons/ofxPiMapper/src/Gui/Widgets/ScaleWidget.h
+ 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
+
+ C27244405258CD6DF424D0F3
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ ProjectionEditorWidget.h
+ path
+ ../../../addons/ofxPiMapper/src/Gui/Widgets/ProjectionEditorWidget.h
+ 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
+
+ 438B20A2C548E18384498186
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ LayerPanelWidget.h
+ path
+ ../../../addons/ofxPiMapper/src/Gui/Widgets/LayerPanelWidget.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
+
+ 0775EF7214A04F1C3C936CCE
+
+ children
+
+ 94DC897871B221F060A6A70F
+ 57990D37D728C5711AACBA9F
+ 438B20A2C548E18384498186
+ 18DA1B30717C876AA19CEEC0
+ C27244405258CD6DF424D0F3
+ F4EDCDF597954EF25E7AD416
+ 23A4F0C9DE47BA73B3E49EDE
+ 36F59D2F886152DF4115A218
+ B562DE1EEC28EE801EB4F483
+ 69A4D26FC0AD01A86571540D
+ 9F39733296358C3B0F85BB15
+ 413E846B881CCADC897A8A40
+ AB96773D1B378AE8018EA33E
+ 941AD8B39C28D08B9F31077A
+ 3BD822DBD11904D1D6E27E76
+
+ isa
+ PBXGroup
+ name
+ Widgets
+ sourceTree
+ <group>
+
+ 94DC897871B221F060A6A70F
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ GuiBaseWidget.h
+ path
+ ../../../addons/ofxPiMapper/src/Gui/Widgets/GuiBaseWidget.h
+ sourceTree
+ SOURCE_ROOT
+
+ 7A3290FC65714D0C4D02B8BA
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ Gui.h
+ path
+ ../../../addons/ofxPiMapper/src/Gui/Gui.h
+ sourceTree
+ SOURCE_ROOT
+
+ 783C34304FF450D0CB244879
+
+ children
+
+ DCC24025AD26B4554B000385
+ 7A3290FC65714D0C4D02B8BA
+ 0775EF7214A04F1C3C936CCE
+
+ isa
+ PBXGroup
+ name
+ Gui
+ sourceTree
+ <group>
+
+ 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
+
+ 5AB104FC7812B4F42B8E1540
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ TranslateCanvasCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/TranslateCanvasCmd.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
+
+ 4244A1B9B55BD7BA7ED2F547
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ TogglePerspectiveCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/TogglePerspectiveCmd.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
+
+ 21167F26AF957606289D4A4A
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ ToggleAnimatedSourceCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/ToggleAnimatedSourceCmd.h
+ 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
+
+ 5EBDBF5E7887C574E1FCC1B5
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ StartDragSurfaceCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/StartDragSurfaceCmd.h
+ 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
+
+ 912C6A870E22496CEA43AC85
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ SetTexMapDrawModeCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/SetTexMapDrawModeCmd.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
+
+ 56A68D8E68FF141B5EB1ADF6
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ SetSourceCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/SetSourceCmd.h
+ 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
+
+ BCB571865BB25BC586CF80EC
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ SetPresetCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/SetPresetCmd.h
+ 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
+
+ FA2E4E947E8D358C28D903C0
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ SetNextSourceCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/SetNextSourceCmd.h
+ 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
+
+ F0A9FE4B6FB6C958B72B72CD
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ SetApplicationModeCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/SetApplicationModeCmd.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
+
+ 79A9ED756DB70790A67E3EF8
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ SelVertexCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/SelVertexCmd.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
+
+ D05D5FBB2B2779B022A5DD04
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ SelTexCoordCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/SelTexCoordCmd.h
+ 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
+
+ CB4461BD6FC059D946144727
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ SelSurfaceCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/SelSurfaceCmd.h
+ 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
+
+ 47AB6134D2AB2F3EB10096A3
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ SelPrevVertexCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/SelPrevVertexCmd.h
+ 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
+
+ 1CE256C39E514ABD16FCCB87
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ SelPrevTexCoordCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/SelPrevTexCoordCmd.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
+
+ B5C793F4FEA3AA065347B61C
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ SelPrevSurfaceCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/SelPrevSurfaceCmd.h
+ 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
+
+ BA5B6BB795E2A24B2DBA22BD
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ SelNextVertexCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/SelNextVertexCmd.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
+
+ A5CBAE57D2ADED1CAB6123AF
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ SelNextTexCoordCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/SelNextTexCoordCmd.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
+
+ 30ED82F4A70B5B95CCEF7744
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ SelNextSurfaceCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/SelNextSurfaceCmd.h
+ 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
+
+ 62C9C3E62D4BEF04CF54C031
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ ScaleSurfaceFromToCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/ScaleSurfaceFromToCmd.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
+
+ D463EA9CC53D21A44CB9D6EF
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ SaveTexCoordPosCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/SaveTexCoordPosCmd.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
+
+ D7287CBE5600FEE9EE1B1AEA
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ RmSurfaceCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/RmSurfaceCmd.h
+ 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
+
+ 74CA4C78136F233FB90B7D3E
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ RmGridRowCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/RmGridRowCmd.h
+ 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
+
+ BA65337B3E631788AE2D018B
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ RmGridColCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/RmGridColCmd.h
+ 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
+
+ 8F41EDB76644426680B2FA2B
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ MvTexCoordCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/MvTexCoordCmd.h
+ 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
+
+ D565A612B1DF2837C94A6081
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ MvSurfaceVertCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/MvSurfaceVertCmd.h
+ 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
+
+ D4CFAEBB593AD070E04F106C
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ MvSelectionCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/MvSelectionCmd.h
+ 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
+
+ 933CAE5B2DEC9DDABEA95E34
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ MvLayerUpCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/MvLayerUpCmd.h
+ 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
+
+ 61481FB831430E35A18ABD02
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ MvLayerDnCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/MvLayerDnCmd.h
+ 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
+
+ 25322223D3976D5F33DCCBF6
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ MvAllTexCoordsCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/MvAllTexCoordsCmd.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
+
+ EE95BF87E883491E7CC9B6EC
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ DuplicateSurfaceCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/DuplicateSurfaceCmd.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
+
+ 718E523D4BDDCFAC394B3EA5
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ DeselectTexCoordCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/DeselectTexCoordCmd.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
+
+ 65DBA05D19177D2853D54196
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ DeselectSurfaceCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/DeselectSurfaceCmd.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
+
+ 2F04FFB9BAC4575E214C0DED
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ CmdManager.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/CmdManager.h
+ 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
+
+ 3074E4094F76555C299E5D8E
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ ClearSurfacesCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/ClearSurfacesCmd.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
+
+ 17972C3384311464011667D9
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ BaseCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/BaseCmd.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
+
+ 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
+
+ 775FD891C1E381F87BF33C82
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ AddGridRowCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/AddGridRowCmd.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
+
+ 1E73070DAC89F6A796BFF464
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ AddGridColCmd.h
+ path
+ ../../../addons/ofxPiMapper/src/Commands/AddGridColCmd.h
+ sourceTree
+ SOURCE_ROOT
+
+ F19689EE10A2EC1EC429FAC7
+
+ children
+
+ 231337763726D333E0B3D56C
+ 1E73070DAC89F6A796BFF464
+ 3E4A0386460638A781A7AC84
+ 775FD891C1E381F87BF33C82
+ B323D7489A7B26A63443444F
+ 00756183A9E41665E637AC23
+ 17972C3384311464011667D9
+ 962C349E8F4E59FF335AB2A6
+ 3074E4094F76555C299E5D8E
+ BDBE053980FA01FAD543D782
+ 2F04FFB9BAC4575E214C0DED
+ 6E80EE6FB0CC304A6CA287BB
+ 65DBA05D19177D2853D54196
+ E8CE817DF3028A4345376E7D
+ 718E523D4BDDCFAC394B3EA5
+ C656C28252AD5E9E09FA2162
+ EE95BF87E883491E7CC9B6EC
+ DBAFA0B7AFEA589CA5167204
+ 25322223D3976D5F33DCCBF6
+ EC481BAB32B250D3EA41AF9E
+ 61481FB831430E35A18ABD02
+ E52D4207C299D5886C8FD2C7
+ 933CAE5B2DEC9DDABEA95E34
+ 7D386994DF359F3BD1E66480
+ D4CFAEBB593AD070E04F106C
+ 18041C8871E17DE3E60BFF95
+ D565A612B1DF2837C94A6081
+ 0739F09627790055C959BBF4
+ 8F41EDB76644426680B2FA2B
+ A50F23D868C48DF9799BC788
+ BA65337B3E631788AE2D018B
+ F3538B8AF69CAB7C215FA1EF
+ 74CA4C78136F233FB90B7D3E
+ B7C308F8B76FCB909581A580
+ D7287CBE5600FEE9EE1B1AEA
+ 60F40691CD9DE4DEE1768FE9
+ D463EA9CC53D21A44CB9D6EF
+ 34B45EB44DED0A47FBAD30F4
+ 62C9C3E62D4BEF04CF54C031
+ FC98A68C64BFC941D0B31EE9
+ 30ED82F4A70B5B95CCEF7744
+ 784FFEB8D108EC916343AB97
+ A5CBAE57D2ADED1CAB6123AF
+ 140C0677F9F5A5D3B8A89AC4
+ BA5B6BB795E2A24B2DBA22BD
+ 6DF54314CF2B45BF195B84C6
+ B5C793F4FEA3AA065347B61C
+ F7E88D3956480E0CBAA21641
+ 1CE256C39E514ABD16FCCB87
+ 3B29C3846BA06080344C1D1E
+ 47AB6134D2AB2F3EB10096A3
+ 0B691BBAB665F94F09B2C276
+ CB4461BD6FC059D946144727
+ 27453C6FAE9B674FD694508D
+ D05D5FBB2B2779B022A5DD04
+ A2282B1E05458C3B2BBCE568
+ 79A9ED756DB70790A67E3EF8
+ 8D3CB0B9A827AFA479349BBE
+ F0A9FE4B6FB6C958B72B72CD
+ 4FFBE499412CC8DD07163E91
+ FA2E4E947E8D358C28D903C0
+ 15C9B02F2CF08112845CD074
+ BCB571865BB25BC586CF80EC
+ 7F58FFED7FBFC49573FF65E4
+ 56A68D8E68FF141B5EB1ADF6
+ 49BE2D8F2A2A57F4EBF83FF4
+ 912C6A870E22496CEA43AC85
+ E8DA47AF2B265F778E74D4DA
+ 5EBDBF5E7887C574E1FCC1B5
+ 5D020B9B28609D071E21BB76
+ 21167F26AF957606289D4A4A
+ 655142313A378162E3929785
+ 4244A1B9B55BD7BA7ED2F547
+ 03FCF5559C2A6AB79D947767
+ 5AB104FC7812B4F42B8E1540
+
+ isa
+ PBXGroup
+ name
+ Commands
+ sourceTree
+ <group>
+
+ 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
+
+ 5235D939D249EAF47F9A5EB5
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ SettingsLoader.h
+ path
+ ../../../addons/ofxPiMapper/src/Application/SettingsLoader.h
+ 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
+
+ 3157007392BD114EAB99F470
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ TextureMappingMode.h
+ path
+ ../../../addons/ofxPiMapper/src/Application/Modes/TextureMappingMode.h
+ sourceTree
+ SOURCE_ROOT
+
+ 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
+
+ 7FD330C204479B5A5021D286
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ SourceSelectionMode.h
+ path
+ ../../../addons/ofxPiMapper/src/Application/Modes/SourceSelectionMode.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
+
+ DC8107E8E56AFFB933FE8962
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ ProjectionMappingMode.h
+ path
+ ../../../addons/ofxPiMapper/src/Application/Modes/ProjectionMappingMode.h
+ 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
+
+ 3B043509B19E37C383D7CA87
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ PresentationMode.h
+ path
+ ../../../addons/ofxPiMapper/src/Application/Modes/PresentationMode.h
+ 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
+
+ 57D73BCD8A871590F140EFF6
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ ApplicationBaseMode.h
+ path
+ ../../../addons/ofxPiMapper/src/Application/Modes/ApplicationBaseMode.h
+ sourceTree
+ SOURCE_ROOT
+
+ 783422EB3B2FDA36D11DC9CF
+
+ children
+
+ 9631F04A0875ADEB45970DE8
+ 57D73BCD8A871590F140EFF6
+ 64156CB2D856E4CE0FBBED96
+ 3B043509B19E37C383D7CA87
+ 1BCA96396113AAF56D66C844
+ DC8107E8E56AFFB933FE8962
+ 4245228145B1AA737F49CF14
+ 7FD330C204479B5A5021D286
+ B16277019B0C4B684E1B063E
+ 3157007392BD114EAB99F470
+
+ isa
+ PBXGroup
+ name
+ Modes
+ sourceTree
+ <group>
+
+ 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
+
+ 928068952444E81EF818B25C
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ Application.h
+ path
+ ../../../addons/ofxPiMapper/src/Application/Application.h
+ sourceTree
+ SOURCE_ROOT
+
+ 43844FF975EC3DB9B9DDAD73
+
+ children
+
+ 1B3B1807E9CFC3FFBA4DBBEF
+ 928068952444E81EF818B25C
+ 783422EB3B2FDA36D11DC9CF
+ 33DD6E4350FD51C68B7E65F0
+ 5235D939D249EAF47F9A5EB5
+
+ isa
+ PBXGroup
+ name
+ Application
+ sourceTree
+ <group>
+
+ 57113A603B123D17EBD5D0D1
+
+ children
+
+ 43844FF975EC3DB9B9DDAD73
+ F19689EE10A2EC1EC429FAC7
+ 783C34304FF450D0CB244879
+ 922DC4E8A53315BB0C983902
+ 49237A8A4935FFC7A690CBD7
+ C2E5DC1692A11AF5D981F8FA
+ 16DB3860ECC0D672B08DE71C
+ 378C962CF2DB945F38DE674A
+ 77B40894B404D46E0B9438E0
+ DA1ABA97EBE5173F815CB449
+ E910F62B91A8365D01A66512
+ 925C888869704DBDF0BE6D0B
+ 3D6840E4DBCF2DED6C755B76
+
+ isa
+ PBXGroup
+ name
+ src
+ sourceTree
+ <group>
+
+ 7CC2E9C572434BA3ED1C8079
+
+ children
+
+ 57113A603B123D17EBD5D0D1
+
+ isa
+ PBXGroup
+ name
+ ofxPiMapper
+ sourceTree
+ <group>
+
+ 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
+
+ 0A1DAC09F322AE313A40706D
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ ofxToggle.h
+ path
+ ../../../addons/ofxGui/src/ofxToggle.h
+ 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
+
+ C70D8946940288799E82131E
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ ofxSliderGroup.h
+ path
+ ../../../addons/ofxGui/src/ofxSliderGroup.h
+ 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
+
+ 52AFA1F08C420992CAAAE648
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ ofxSlider.h
+ path
+ ../../../addons/ofxGui/src/ofxSlider.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
+
+ 89449E3044D456F7DE7BEA14
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ ofxPanel.h
+ path
+ ../../../addons/ofxGui/src/ofxPanel.h
+ 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
+
+ B87C60311EC1FE841C1ECD89
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ ofxLabel.h
+ path
+ ../../../addons/ofxGui/src/ofxLabel.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
+
+ AE68B54581BE4A1DAE853180
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ ofxInputField.h
+ path
+ ../../../addons/ofxGui/src/ofxInputField.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
+
+ 1C0DA2561397A7DE0246858B
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ ofxGuiGroup.h
+ path
+ ../../../addons/ofxGui/src/ofxGuiGroup.h
+ 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
+
+ 17E65988300FBD9AAA2CD0CA
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ ofxGui.h
+ path
+ ../../../addons/ofxGui/src/ofxGui.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
+
+ 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
+
+ 2834D88A62CD23F3DE2C47D1
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ ofxButton.h
+ path
+ ../../../addons/ofxGui/src/ofxButton.h
+ 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
+
+ 87F26B4B24CBD428AD9EEBAA
+
+ explicitFileType
+ sourcecode.c.h
+ fileEncoding
+ 4
+ isa
+ PBXFileReference
+ name
+ ofxBaseGui.h
+ path
+ ../../../addons/ofxGui/src/ofxBaseGui.h
+ sourceTree
+ SOURCE_ROOT
+
+ A763ED608B35AE3310251DEE
+
+ children
+
+ 9604B925D32EE39065747725
+ 87F26B4B24CBD428AD9EEBAA
+ C88333E71C9457E441C33474
+ 2834D88A62CD23F3DE2C47D1
+ 181D363B6DD54D1FA6309C43
+ 489B196944B06ADC2A071076
+ 17E65988300FBD9AAA2CD0CA
+ ECF8674C7975F1063C5E30CA
+ 1C0DA2561397A7DE0246858B
+ 44B351490B620D04E1E7C52D
+ AE68B54581BE4A1DAE853180
+ 78D67A00EB899FAC09430597
+ B87C60311EC1FE841C1ECD89
+ E112B3AEBEA2C091BF2B40AE
+ 89449E3044D456F7DE7BEA14
+ 15F2C6477A769C03A56D1401
+ 52AFA1F08C420992CAAAE648
+ 802251BAF1B35B1D67B32FD0
+ C70D8946940288799E82131E
+ 907C5B5E104864A2D3A25745
+ 0A1DAC09F322AE313A40706D
+
+ isa
+ PBXGroup
+ name
+ src
+ sourceTree
+ <group>
+
+ 480A780D8D0308AE4A368801
+
+ children
+
+ A763ED608B35AE3310251DEE
+
+ isa
+ PBXGroup
+ name
+ ofxGui
+ sourceTree
+ <group>
+
+ 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
+
+ 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
+ 5CBB2AB3A60F65431D7B555D
+ 853E0BA2F448076739446874
+ B266578FC55D23BFEBC042E7
+ 852E0891794923EE7583C621
+ 483908258D00B98B4BE69F07
+ F285EB3169F1566CA3D93C20
+ 837220E80EB56CD44AD27F2A
+ B56FE57CC35806596D38118C
+ 1CD33E884D9E3358252E82A1
+ 401140F3B7FA4412935BB121
+ C4D6DA9B890E612343FD059F
+ 4A53BFBA57F4AD16FB9D2D24
+ 42AB7CD7DFB89209AB951942
+ AA98F23DF9897F2241EF3968
+ 21B18AC78EBFC1FD28C614D5
+ 2E9E05C9FFCE15172A701335
+ 580602DA874A9CF9E850DEEE
+ D88BA6D139757ED4E1669796
+ B1EEE5A7EC1876072BF8F7FE
+ F9A6B58165791682416A1685
+ 93760FE8B10EBD4081251E10
+ C8D7FA44AA0565654A681157
+ 973F560586CB3735581265E7
+ D61A46C1800537BA43C7884F
+ 8CA6C92E3D4F91750BC469FF
+ A75658250711ADE2C05FC781
+ C34B66987F4DA38C21AF325B
+ 6056983B92E88B475FF04299
+ 845DC872C79A75F7B5FABC02
+ 25F5CD753AF35B53464E56AE
+ 82643E358DF270B9EC939699
+ 5826FF4F63DC430E90AFDA5E
+ B01F972DDDA5F21EF4C8B99D
+ 36A98A331EAE1D0A19998A59
+ E327ACE85A208BAFACD1B7C7
+ 67FF225B68ECC1942C833BFE
+ 60C8089351E49CF344577098
+ E6D82F5A7B22E9FB46DEEF15
+ 7DAB7D546F81A93336034BF7
+ 800748EF057A284D9DA82F60
+ B9654D0EF43BCA228B330ED7
+ E5D631612E039E04B1736E76
+ 14566DCD28D35A80428886C4
+ 7002E598586957E5F20E69A7
+ 90DE06EA59944C1BEA539719
+ 4BF21A290FA6FE26B87B8971
+ 84172554824F6959BA431E33
+ 6500BFD07CA93EFD8A162B25
+ A6EE8D8F3CA590EF6D7FAFA6
+ 06765053D7BFBBEB43E77B23
+ 6438655B2AE4DDA2743241EC
+ 23963D6D8F0085D5DD2DF394
+ 28F5415281F8D09BBC098355
+ EA700B09626C8413C92EF860
+ 8E8F94DC506856A4E92FBA8A
+ 274AEF0299D77E27C0C5B205
+ F06AE014F869282B7F7CE84C
+ FB03F0A6D7866DFC55F519EB
+ 8A3D6CE0A4338871766366B6
+ 4D2D4455339FC8C955091C88
+ 9CAA3B0DFD59840998C832DA
+ F3EACD31EE5E141FF66C48BD
+ DB8FC60C7512DB810C92625B
+ 92527EF632E7EC0E96BC329C
+ 3B90107DB9BF4857E357FCA8
+ 892923A127FC7C57469FD078
+ 7702233BBFB6E8D9E8B93CBC
+ 95CB0A22296B3DB402835DCF
+ D2B8EB6B80117D2235CD85FE
+ DBD3C91431A9ACF2F980B702
+ 2375406EEFFBF32FC848BCF0
+ 582BDA35793B6C5F719AFFB6
+ 588E33B9B0BD6F5A2E4DF31D
+ A0C1CAB7B9C59DDDC960EB62
+ 9F968AD3A115328F4BFE5D71
+ D0758B5E19E04C33E9BF7193
+ 63DB0907B2ACDF9E6F2D9925
+ 9C194C9F4ACD67CD61FBD30D
+ 2A9AFA74E0EF07E58AC11382
+ B27F2ADC894A4C463E892AFE
+ 85649EB44DE8F0A3BF8430F9
+ C3A616FB3A463C17E327F395
+ C0EB2D2E383BA9DE417ADB38
+ 5FB2E2349349B93011671206
+ 2E088EDC6E32D190998D8241
+ 868F230C6074263277ED9B07
+ 42BCE929D520D8872171239A
+ 1F4453EA1589AD79F4B34493
+ 83CACB24937919003F2F9B63
+ 63B57AC5BF4EF088491E0317
+ 933A2227713C720CEFF80FD9
+ 9D44DC88EF9E7991B4A09951
+ 5A4349E9754D6FA14C0F2A3A
+
+ 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_pocketvj
+ productName
+ myOFApp
+ productReference
+ E4B69B5B0A3A1756003C02F2
+ productType
+ com.apple.product-type.application
+
+ E4B69B5B0A3A1756003C02F2
+
+ explicitFileType
+ wrapper.application
+ includeInIndex
+ 0
+ isa
+ PBXFileReference
+ path
+ example_pocketvjDebug.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_pocketvj/example_pocketvj.xcodeproj/xcshareddata/xcschemes/example_pocketvj Debug.xcscheme b/example_pocketvj/example_pocketvj.xcodeproj/xcshareddata/xcschemes/example_pocketvj Debug.xcscheme
new file mode 100644
index 0000000..1fd4166
--- /dev/null
+++ b/example_pocketvj/example_pocketvj.xcodeproj/xcshareddata/xcschemes/example_pocketvj Debug.xcscheme
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
new file mode 100644
index 0000000..f166528
--- /dev/null
+++ b/example_pocketvj/example_pocketvj.xcodeproj/xcshareddata/xcschemes/example_pocketvj Release.xcscheme
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/example_pocketvj/openFrameworks-Info.plist b/example_pocketvj/openFrameworks-Info.plist
new file mode 100644
index 0000000..8d64d2b
--- /dev/null
+++ b/example_pocketvj/openFrameworks-Info.plist
@@ -0,0 +1,22 @@
+
+
+
+
+ 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/src/ofApp.cpp b/example_pocketvj/src/ofApp.cpp
index 229ae4b..d623a1e 100644
--- a/example_pocketvj/src/ofApp.cpp
+++ b/example_pocketvj/src/ofApp.cpp
@@ -73,7 +73,7 @@ void ofApp::keyPressed(int key){
}else if(key == 's'){
mapper.saveProject();
}else if(key == 'y'){
- // Toggle layer panel
+ mapper.toggleLayerPanel();
}else if(key == 'z'){
mapper.undo();
}else if(key == 'd'){