From 6d2b224bea3105c5bbf5fa29e8692bcfeb1a2438 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sat, 31 Mar 2018 00:56:46 +0200 Subject: [PATCH] Update Xcode projects for Slide Show Source changes --- .../example_camera.xcodeproj/project.pbxproj | 36 - .../example_gamepad.xcodeproj/project.pbxproj | 36 - .../project.pbxproj | 6284 ++++------------- .../project.pbxproj | 24 - .../project.pbxproj | 24 - 5 files changed, 1213 insertions(+), 5191 deletions(-) diff --git a/example_camera/example_camera.xcodeproj/project.pbxproj b/example_camera/example_camera.xcodeproj/project.pbxproj index 9d273fb..6a60919 100644 --- a/example_camera/example_camera.xcodeproj/project.pbxproj +++ b/example_camera/example_camera.xcodeproj/project.pbxproj @@ -66,10 +66,6 @@ 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 */; }; - 012CB7C61FFF89C200F8F880 /* magSlide.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7581FFF893D00F8F880 /* magSlide.cpp */; }; - 012CB7C71FFF89C200F8F880 /* magSlideShowSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB75A1FFF893D00F8F880 /* magSlideShowSource.cpp */; }; - 012CB7C81FFF89C200F8F880 /* magSlideTransition.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB75C1FFF893D00F8F880 /* magSlideTransition.cpp */; }; - 012CB7C91FFF89C200F8F880 /* magSlideTransitionFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB75E1FFF893D00F8F880 /* magSlideTransitionFactory.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 */; }; @@ -89,9 +85,7 @@ 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 */; }; - 012CB7F31FFF8A9700F8F880 /* ofxColorPicker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7E01FFF8A8200F8F880 /* ofxColorPicker.cpp */; }; 012CB7F41FFF8A9700F8F880 /* ofxGuiGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7E31FFF8A8200F8F880 /* ofxGuiGroup.cpp */; }; - 012CB7F51FFF8A9700F8F880 /* ofxInputField.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB7E51FFF8A8200F8F880 /* ofxInputField.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 */; }; @@ -273,14 +267,6 @@ 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 = ""; }; - 012CB7581FFF893D00F8F880 /* magSlide.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = magSlide.cpp; sourceTree = ""; }; - 012CB7591FFF893D00F8F880 /* magSlide.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = magSlide.h; sourceTree = ""; }; - 012CB75A1FFF893D00F8F880 /* magSlideShowSource.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = magSlideShowSource.cpp; sourceTree = ""; }; - 012CB75B1FFF893D00F8F880 /* magSlideShowSource.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = magSlideShowSource.h; sourceTree = ""; }; - 012CB75C1FFF893D00F8F880 /* magSlideTransition.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = magSlideTransition.cpp; sourceTree = ""; }; - 012CB75D1FFF893D00F8F880 /* magSlideTransition.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = magSlideTransition.h; sourceTree = ""; }; - 012CB75E1FFF893D00F8F880 /* magSlideTransitionFactory.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = magSlideTransitionFactory.cpp; sourceTree = ""; }; - 012CB75F1FFF893D00F8F880 /* magSlideTransitionFactory.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = magSlideTransitionFactory.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 = ""; }; @@ -324,13 +310,9 @@ 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 = ""; }; - 012CB7E01FFF8A8200F8F880 /* ofxColorPicker.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxColorPicker.cpp; sourceTree = ""; }; - 012CB7E11FFF8A8200F8F880 /* ofxColorPicker.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxColorPicker.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 = ""; }; - 012CB7E51FFF8A8200F8F880 /* ofxInputField.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxInputField.cpp; sourceTree = ""; }; - 012CB7E61FFF8A8200F8F880 /* ofxInputField.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxInputField.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 = ""; }; @@ -594,14 +576,6 @@ 012CB7551FFF893D00F8F880 /* FboSource.h */, 012CB7561FFF893D00F8F880 /* ImageSource.cpp */, 012CB7571FFF893D00F8F880 /* ImageSource.h */, - 012CB7581FFF893D00F8F880 /* magSlide.cpp */, - 012CB7591FFF893D00F8F880 /* magSlide.h */, - 012CB75A1FFF893D00F8F880 /* magSlideShowSource.cpp */, - 012CB75B1FFF893D00F8F880 /* magSlideShowSource.h */, - 012CB75C1FFF893D00F8F880 /* magSlideTransition.cpp */, - 012CB75D1FFF893D00F8F880 /* magSlideTransition.h */, - 012CB75E1FFF893D00F8F880 /* magSlideTransitionFactory.cpp */, - 012CB75F1FFF893D00F8F880 /* magSlideTransitionFactory.h */, 012CB7601FFF893D00F8F880 /* OMXPlayerCache.cpp */, 012CB7611FFF893D00F8F880 /* OMXPlayerCache.h */, 012CB7621FFF893D00F8F880 /* SourceType.h */, @@ -680,13 +654,9 @@ 012CB7DD1FFF8A8200F8F880 /* ofxBaseGui.h */, 012CB7DE1FFF8A8200F8F880 /* ofxButton.cpp */, 012CB7DF1FFF8A8200F8F880 /* ofxButton.h */, - 012CB7E01FFF8A8200F8F880 /* ofxColorPicker.cpp */, - 012CB7E11FFF8A8200F8F880 /* ofxColorPicker.h */, 012CB7E21FFF8A8200F8F880 /* ofxGui.h */, 012CB7E31FFF8A8200F8F880 /* ofxGuiGroup.cpp */, 012CB7E41FFF8A8200F8F880 /* ofxGuiGroup.h */, - 012CB7E51FFF8A8200F8F880 /* ofxInputField.cpp */, - 012CB7E61FFF8A8200F8F880 /* ofxInputField.h */, 012CB7E71FFF8A8200F8F880 /* ofxLabel.cpp */, 012CB7E81FFF8A8200F8F880 /* ofxLabel.h */, 012CB7E91FFF8A8300F8F880 /* ofxPanel.cpp */, @@ -927,9 +897,7 @@ files = ( 012CB7F11FFF8A9700F8F880 /* ofxBaseGui.cpp in Sources */, 012CB7F21FFF8A9700F8F880 /* ofxButton.cpp in Sources */, - 012CB7F31FFF8A9700F8F880 /* ofxColorPicker.cpp in Sources */, 012CB7F41FFF8A9700F8F880 /* ofxGuiGroup.cpp in Sources */, - 012CB7F51FFF8A9700F8F880 /* ofxInputField.cpp in Sources */, 012CB7F61FFF8A9700F8F880 /* ofxLabel.cpp in Sources */, 012CB7F71FFF8A9700F8F880 /* ofxPanel.cpp in Sources */, 012CB7F81FFF8A9700F8F880 /* ofxSlider.cpp in Sources */, @@ -994,10 +962,6 @@ 012CB7C31FFF89C200F8F880 /* BaseSource.cpp in Sources */, 012CB7C41FFF89C200F8F880 /* FboSource.cpp in Sources */, 012CB7C51FFF89C200F8F880 /* ImageSource.cpp in Sources */, - 012CB7C61FFF89C200F8F880 /* magSlide.cpp in Sources */, - 012CB7C71FFF89C200F8F880 /* magSlideShowSource.cpp in Sources */, - 012CB7C81FFF89C200F8F880 /* magSlideTransition.cpp in Sources */, - 012CB7C91FFF89C200F8F880 /* magSlideTransitionFactory.cpp in Sources */, 012CB7CA1FFF89C200F8F880 /* OMXPlayerCache.cpp in Sources */, 012CB7CB1FFF89C200F8F880 /* VideoSource.cpp in Sources */, 012CB7CC1FFF89C200F8F880 /* BaseSurface.cpp in Sources */, diff --git a/example_gamepad/example_gamepad.xcodeproj/project.pbxproj b/example_gamepad/example_gamepad.xcodeproj/project.pbxproj index 3c7ff1d..011ed70 100644 --- a/example_gamepad/example_gamepad.xcodeproj/project.pbxproj +++ b/example_gamepad/example_gamepad.xcodeproj/project.pbxproj @@ -9,9 +9,7 @@ /* Begin PBXBuildFile section */ 012CB8C81FFF8BF500F8F880 /* ofxBaseGui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB8B31FFF8BE800F8F880 /* ofxBaseGui.cpp */; }; 012CB8CA1FFF8BF500F8F880 /* ofxButton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB8B51FFF8BE800F8F880 /* ofxButton.cpp */; }; - 012CB8CC1FFF8BF500F8F880 /* ofxColorPicker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB8B71FFF8BE800F8F880 /* ofxColorPicker.cpp */; }; 012CB8CF1FFF8BF500F8F880 /* ofxGuiGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB8BA1FFF8BE800F8F880 /* ofxGuiGroup.cpp */; }; - 012CB8D11FFF8BF500F8F880 /* ofxInputField.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB8BC1FFF8BE800F8F880 /* ofxInputField.cpp */; }; 012CB8D31FFF8BF500F8F880 /* ofxLabel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB8BE1FFF8BE800F8F880 /* ofxLabel.cpp */; }; 012CB8D51FFF8BF500F8F880 /* ofxPanel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB8C01FFF8BE800F8F880 /* ofxPanel.cpp */; }; 012CB8D71FFF8BF500F8F880 /* ofxSlider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB8C21FFF8BE800F8F880 /* ofxSlider.cpp */; }; @@ -76,10 +74,6 @@ 012CB9521FFF8BF500F8F880 /* BaseSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB8791FFF8BDC00F8F880 /* BaseSource.cpp */; }; 012CB9541FFF8BF500F8F880 /* FboSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB87B1FFF8BDC00F8F880 /* FboSource.cpp */; }; 012CB9561FFF8BF500F8F880 /* ImageSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB87D1FFF8BDC00F8F880 /* ImageSource.cpp */; }; - 012CB9581FFF8BF500F8F880 /* magSlide.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB87F1FFF8BDC00F8F880 /* magSlide.cpp */; }; - 012CB95A1FFF8BF500F8F880 /* magSlideShowSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB8811FFF8BDC00F8F880 /* magSlideShowSource.cpp */; }; - 012CB95C1FFF8BF500F8F880 /* magSlideTransition.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB8831FFF8BDC00F8F880 /* magSlideTransition.cpp */; }; - 012CB95E1FFF8BF500F8F880 /* magSlideTransitionFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB8851FFF8BDC00F8F880 /* magSlideTransitionFactory.cpp */; }; 012CB9601FFF8BF500F8F880 /* OMXPlayerCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB8871FFF8BDC00F8F880 /* OMXPlayerCache.cpp */; }; 012CB9641FFF8BF500F8F880 /* VideoSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB88B1FFF8BDC00F8F880 /* VideoSource.cpp */; }; 012CB9661FFF8BF500F8F880 /* BaseSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 012CB88E1FFF8BDC00F8F880 /* BaseSurface.cpp */; }; @@ -274,14 +268,6 @@ 012CB87C1FFF8BDC00F8F880 /* FboSource.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FboSource.h; sourceTree = ""; }; 012CB87D1FFF8BDC00F8F880 /* ImageSource.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ImageSource.cpp; sourceTree = ""; }; 012CB87E1FFF8BDC00F8F880 /* ImageSource.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ImageSource.h; sourceTree = ""; }; - 012CB87F1FFF8BDC00F8F880 /* magSlide.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = magSlide.cpp; sourceTree = ""; }; - 012CB8801FFF8BDC00F8F880 /* magSlide.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = magSlide.h; sourceTree = ""; }; - 012CB8811FFF8BDC00F8F880 /* magSlideShowSource.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = magSlideShowSource.cpp; sourceTree = ""; }; - 012CB8821FFF8BDC00F8F880 /* magSlideShowSource.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = magSlideShowSource.h; sourceTree = ""; }; - 012CB8831FFF8BDC00F8F880 /* magSlideTransition.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = magSlideTransition.cpp; sourceTree = ""; }; - 012CB8841FFF8BDC00F8F880 /* magSlideTransition.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = magSlideTransition.h; sourceTree = ""; }; - 012CB8851FFF8BDC00F8F880 /* magSlideTransitionFactory.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = magSlideTransitionFactory.cpp; sourceTree = ""; }; - 012CB8861FFF8BDC00F8F880 /* magSlideTransitionFactory.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = magSlideTransitionFactory.h; sourceTree = ""; }; 012CB8871FFF8BDC00F8F880 /* OMXPlayerCache.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = OMXPlayerCache.cpp; sourceTree = ""; }; 012CB8881FFF8BDC00F8F880 /* OMXPlayerCache.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OMXPlayerCache.h; sourceTree = ""; }; 012CB8891FFF8BDC00F8F880 /* SourceType.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SourceType.h; sourceTree = ""; }; @@ -325,13 +311,9 @@ 012CB8B41FFF8BE800F8F880 /* ofxBaseGui.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxBaseGui.h; sourceTree = ""; }; 012CB8B51FFF8BE800F8F880 /* ofxButton.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxButton.cpp; sourceTree = ""; }; 012CB8B61FFF8BE800F8F880 /* ofxButton.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxButton.h; sourceTree = ""; }; - 012CB8B71FFF8BE800F8F880 /* ofxColorPicker.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxColorPicker.cpp; sourceTree = ""; }; - 012CB8B81FFF8BE800F8F880 /* ofxColorPicker.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxColorPicker.h; sourceTree = ""; }; 012CB8B91FFF8BE800F8F880 /* ofxGui.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxGui.h; sourceTree = ""; }; 012CB8BA1FFF8BE800F8F880 /* ofxGuiGroup.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxGuiGroup.cpp; sourceTree = ""; }; 012CB8BB1FFF8BE800F8F880 /* ofxGuiGroup.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxGuiGroup.h; sourceTree = ""; }; - 012CB8BC1FFF8BE800F8F880 /* ofxInputField.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxInputField.cpp; sourceTree = ""; }; - 012CB8BD1FFF8BE800F8F880 /* ofxInputField.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxInputField.h; sourceTree = ""; }; 012CB8BE1FFF8BE800F8F880 /* ofxLabel.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxLabel.cpp; sourceTree = ""; }; 012CB8BF1FFF8BE800F8F880 /* ofxLabel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ofxLabel.h; sourceTree = ""; }; 012CB8C01FFF8BE800F8F880 /* ofxPanel.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ofxPanel.cpp; sourceTree = ""; }; @@ -597,14 +579,6 @@ 012CB87C1FFF8BDC00F8F880 /* FboSource.h */, 012CB87D1FFF8BDC00F8F880 /* ImageSource.cpp */, 012CB87E1FFF8BDC00F8F880 /* ImageSource.h */, - 012CB87F1FFF8BDC00F8F880 /* magSlide.cpp */, - 012CB8801FFF8BDC00F8F880 /* magSlide.h */, - 012CB8811FFF8BDC00F8F880 /* magSlideShowSource.cpp */, - 012CB8821FFF8BDC00F8F880 /* magSlideShowSource.h */, - 012CB8831FFF8BDC00F8F880 /* magSlideTransition.cpp */, - 012CB8841FFF8BDC00F8F880 /* magSlideTransition.h */, - 012CB8851FFF8BDC00F8F880 /* magSlideTransitionFactory.cpp */, - 012CB8861FFF8BDC00F8F880 /* magSlideTransitionFactory.h */, 012CB8871FFF8BDC00F8F880 /* OMXPlayerCache.cpp */, 012CB8881FFF8BDC00F8F880 /* OMXPlayerCache.h */, 012CB8891FFF8BDC00F8F880 /* SourceType.h */, @@ -683,13 +657,9 @@ 012CB8B41FFF8BE800F8F880 /* ofxBaseGui.h */, 012CB8B51FFF8BE800F8F880 /* ofxButton.cpp */, 012CB8B61FFF8BE800F8F880 /* ofxButton.h */, - 012CB8B71FFF8BE800F8F880 /* ofxColorPicker.cpp */, - 012CB8B81FFF8BE800F8F880 /* ofxColorPicker.h */, 012CB8B91FFF8BE800F8F880 /* ofxGui.h */, 012CB8BA1FFF8BE800F8F880 /* ofxGuiGroup.cpp */, 012CB8BB1FFF8BE800F8F880 /* ofxGuiGroup.h */, - 012CB8BC1FFF8BE800F8F880 /* ofxInputField.cpp */, - 012CB8BD1FFF8BE800F8F880 /* ofxInputField.h */, 012CB8BE1FFF8BE800F8F880 /* ofxLabel.cpp */, 012CB8BF1FFF8BE800F8F880 /* ofxLabel.h */, 012CB8C01FFF8BE800F8F880 /* ofxPanel.cpp */, @@ -931,9 +901,7 @@ files = ( 012CB8C81FFF8BF500F8F880 /* ofxBaseGui.cpp in Sources */, 012CB8CA1FFF8BF500F8F880 /* ofxButton.cpp in Sources */, - 012CB8CC1FFF8BF500F8F880 /* ofxColorPicker.cpp in Sources */, 012CB8CF1FFF8BF500F8F880 /* ofxGuiGroup.cpp in Sources */, - 012CB8D11FFF8BF500F8F880 /* ofxInputField.cpp in Sources */, 012CB8D31FFF8BF500F8F880 /* ofxLabel.cpp in Sources */, 012CB8D51FFF8BF500F8F880 /* ofxPanel.cpp in Sources */, 012CB8D71FFF8BF500F8F880 /* ofxSlider.cpp in Sources */, @@ -998,10 +966,6 @@ 012CB9521FFF8BF500F8F880 /* BaseSource.cpp in Sources */, 012CB9541FFF8BF500F8F880 /* FboSource.cpp in Sources */, 012CB9561FFF8BF500F8F880 /* ImageSource.cpp in Sources */, - 012CB9581FFF8BF500F8F880 /* magSlide.cpp in Sources */, - 012CB95A1FFF8BF500F8F880 /* magSlideShowSource.cpp in Sources */, - 012CB95C1FFF8BF500F8F880 /* magSlideTransition.cpp in Sources */, - 012CB95E1FFF8BF500F8F880 /* magSlideTransitionFactory.cpp in Sources */, 012CB9601FFF8BF500F8F880 /* OMXPlayerCache.cpp in Sources */, 012CB9641FFF8BF500F8F880 /* VideoSource.cpp in Sources */, 012CB9661FFF8BF500F8F880 /* BaseSurface.cpp in Sources */, diff --git a/example_pocketvj/example_pocketvj.xcodeproj/project.pbxproj b/example_pocketvj/example_pocketvj.xcodeproj/project.pbxproj index 9c6e82c..3cbc7ad 100644 --- a/example_pocketvj/example_pocketvj.xcodeproj/project.pbxproj +++ b/example_pocketvj/example_pocketvj.xcodeproj/project.pbxproj @@ -1,5085 +1,1227 @@ - - - - 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/" +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { -# ---- Code Sign App Package ---- +/* 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 */ -# WARNING: You may have to run Clean in Xcode after changing CODE_SIGN_IDENTITY! +/* 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 */ -# 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 +/* Begin PBXCopyFilesBuildPhase section */ + E4C2427710CC5ABF004149E2 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 10; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ -if [ -z "${CODE_SIGN_ENTITLEMENTS}" ] ; then -echo "CODE_SIGN_ENTITLEMENTS needs to be set for framework code-signing!" +/* 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 */ -if [ "${CONFIGURATION}" = "Release" ] ; then -exit 1 -else -# Code-signing is optional for non-release builds. -exit 0 -fi -fi +/* Begin PBXFrameworksBuildPhase section */ + E4B69B590A3A1756003C02F2 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ -ITEMS="" +/* 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 */ -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 +/* 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 */ -ITEMS="${FRAMEWORKS}" -fi +/* 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 */ -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 +/* Begin PBXReferenceProxy section */ + E4328148138ABC890047C5CB /* openFrameworksDebug.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = openFrameworksDebug.a; + remoteRef = E4328147138ABC890047C5CB /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ -ITEMS="${ITEMS}"$'\n'"${LOGINITEMS}" -fi +/* 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 */ -# 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 +/* 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 */ -echo "Identity:" -echo "${CODE_SIGN_IDENTITY_FOR_ITEMS}" +/* Begin PBXTargetDependency section */ + E4EEB9AC138B136A00A80321 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = openFrameworks; + targetProxy = E4EEB9AB138B136A00A80321 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ -echo "Entitlements:" -echo "${CODE_SIGN_ENTITLEMENTS}" +/* 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 */ -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 - - +/* 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_remote-client/example_remote-client.xcodeproj/project.pbxproj b/example_remote-client/example_remote-client.xcodeproj/project.pbxproj index a6637bb..fb4f37a 100644 --- a/example_remote-client/example_remote-client.xcodeproj/project.pbxproj +++ b/example_remote-client/example_remote-client.xcodeproj/project.pbxproj @@ -14,7 +14,6 @@ 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 */; }; - 2375406EEFFBF32FC848BCF0 /* magSlideTransition.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 237BC60FA935F4D2EF7333B8 /* magSlideTransition.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 */; }; @@ -33,7 +32,6 @@ 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 */; }; - 582BDA35793B6C5F719AFFB6 /* magSlideTransitionFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8219246B2D3DCA07840E8006 /* magSlideTransitionFactory.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 */; }; @@ -90,11 +88,9 @@ 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 */; }; - D2B8EB6B80117D2235CD85FE /* magSlide.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2382B6BE80F965EC5CD2E817 /* magSlide.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 */; }; - DBD3C91431A9ACF2F980B702 /* magSlideShowSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 35097CC7BE3F0F1C9474F901 /* magSlideShowSource.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 */; }; @@ -175,8 +171,6 @@ 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; }; - 237BC60FA935F4D2EF7333B8 /* magSlideTransition.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = magSlideTransition.cpp; path = ../src/Sources/magSlideTransition.cpp; sourceTree = SOURCE_ROOT; }; - 2382B6BE80F965EC5CD2E817 /* magSlide.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = magSlide.cpp; path = ../src/Sources/magSlide.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; }; @@ -186,7 +180,6 @@ 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; }; - 2EEB35CE3E4992705F95E2E3 /* magSlide.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = magSlide.h; path = ../src/Sources/magSlide.h; 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; }; @@ -195,12 +188,10 @@ 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; }; - 35097CC7BE3F0F1C9474F901 /* magSlideShowSource.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = magSlideShowSource.cpp; path = ../src/Sources/magSlideShowSource.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; }; - 38683A925FBE28339A8BDBC0 /* magSlideTransitionFactory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = magSlideTransitionFactory.h; path = ../src/Sources/magSlideTransitionFactory.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; }; @@ -256,7 +247,6 @@ 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; }; - 8219246B2D3DCA07840E8006 /* magSlideTransitionFactory.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = magSlideTransitionFactory.cpp; path = ../src/Sources/magSlideTransitionFactory.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; }; @@ -264,14 +254,12 @@ 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; }; - 8F9A0B3E8F65E3A01D5F598C /* magSlideShowSource.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = magSlideShowSource.h; path = ../src/Sources/magSlideShowSource.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; }; - 9401251DD4C51CCD32270579 /* magSlideTransition.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = magSlideTransition.h; path = ../src/Sources/magSlideTransition.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; }; @@ -552,14 +540,6 @@ F05CE9A6503C7CBCC46403C4 /* FboSource.h */, 61291E56B7882C9E9B8F119B /* ImageSource.cpp */, E5949E35CC6642F2FDFFAAE5 /* ImageSource.h */, - 2382B6BE80F965EC5CD2E817 /* magSlide.cpp */, - 2EEB35CE3E4992705F95E2E3 /* magSlide.h */, - 35097CC7BE3F0F1C9474F901 /* magSlideShowSource.cpp */, - 8F9A0B3E8F65E3A01D5F598C /* magSlideShowSource.h */, - 237BC60FA935F4D2EF7333B8 /* magSlideTransition.cpp */, - 9401251DD4C51CCD32270579 /* magSlideTransition.h */, - 8219246B2D3DCA07840E8006 /* magSlideTransitionFactory.cpp */, - 38683A925FBE28339A8BDBC0 /* magSlideTransitionFactory.h */, F7B0806EEA8012D629BE363C /* OMXPlayerCache.cpp */, 3BD72CBAFD427FC6E9F164D2 /* OMXPlayerCache.h */, 6595C215972AFFC7EE685F5A /* SourceType.h */, @@ -1022,10 +1002,6 @@ 892923A127FC7C57469FD078 /* BaseSource.cpp in Sources */, 7702233BBFB6E8D9E8B93CBC /* FboSource.cpp in Sources */, 95CB0A22296B3DB402835DCF /* ImageSource.cpp in Sources */, - D2B8EB6B80117D2235CD85FE /* magSlide.cpp in Sources */, - DBD3C91431A9ACF2F980B702 /* magSlideShowSource.cpp in Sources */, - 2375406EEFFBF32FC848BCF0 /* magSlideTransition.cpp in Sources */, - 582BDA35793B6C5F719AFFB6 /* magSlideTransitionFactory.cpp in Sources */, 588E33B9B0BD6F5A2E4DF31D /* OMXPlayerCache.cpp in Sources */, A0C1CAB7B9C59DDDC960EB62 /* VideoSource.cpp in Sources */, 9F968AD3A115328F4BFE5D71 /* BaseSurface.cpp in Sources */, diff --git a/example_remote-server/example_remote-server.xcodeproj/project.pbxproj b/example_remote-server/example_remote-server.xcodeproj/project.pbxproj index 796df1c..19dbaec 100644 --- a/example_remote-server/example_remote-server.xcodeproj/project.pbxproj +++ b/example_remote-server/example_remote-server.xcodeproj/project.pbxproj @@ -15,7 +15,6 @@ 1D5F3298C2FA073628012944 /* ofxCvContourFinder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C76DE5C29BDBD2CAA1DD0021 /* ofxCvContourFinder.cpp */; }; 1F4453EA1589AD79F4B34493 /* RadioList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4048CA09E6AAB5F673CBD2F0 /* RadioList.cpp */; }; 21B18AC78EBFC1FD28C614D5 /* TextureMappingMode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B16277019B0C4B684E1B063E /* TextureMappingMode.cpp */; }; - 2375406EEFFBF32FC848BCF0 /* magSlideTransition.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 237BC60FA935F4D2EF7333B8 /* magSlideTransition.cpp */; }; 23963D6D8F0085D5DD2DF394 /* TogglePerspectiveCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 655142313A378162E3929785 /* TogglePerspectiveCmd.cpp */; }; 250A95BA26587BE85DB0A353 /* ofxCvColorImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE9C7160245B19131DAE6128 /* ofxCvColorImage.cpp */; }; 25F5CD753AF35B53464E56AE /* MvTexCoordCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0739F09627790055C959BBF4 /* MvTexCoordCmd.cpp */; }; @@ -35,7 +34,6 @@ 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 */; }; - 582BDA35793B6C5F719AFFB6 /* magSlideTransitionFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8219246B2D3DCA07840E8006 /* magSlideTransitionFactory.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 */; }; @@ -94,12 +92,10 @@ 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 */; }; - D2B8EB6B80117D2235CD85FE /* magSlide.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2382B6BE80F965EC5CD2E817 /* magSlide.cpp */; }; D3301F6A0B43BB293ED97C1D /* ofxCvShortImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A4DD23693DFAB8EC05FAA5D /* ofxCvShortImage.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 */; }; - DBD3C91431A9ACF2F980B702 /* magSlideShowSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 35097CC7BE3F0F1C9474F901 /* magSlideShowSource.cpp */; }; E212C821D1064B92DD953A42 /* ofxCvHaarFinder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9A16CBF2E8CFE43AF54FE6F5 /* ofxCvHaarFinder.cpp */; }; E2564CF7DDB3713772BB682E /* ofxUDPManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 35BB9BB90DBABFD3B39F8DB6 /* ofxUDPManager.cpp */; }; E327ACE85A208BAFACD1B7C7 /* ScaleSurfaceFromToCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34B45EB44DED0A47FBAD30F4 /* ScaleSurfaceFromToCmd.cpp */; }; @@ -203,8 +199,6 @@ 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; }; - 237BC60FA935F4D2EF7333B8 /* magSlideTransition.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = magSlideTransition.cpp; path = ../src/Sources/magSlideTransition.cpp; sourceTree = SOURCE_ROOT; }; - 2382B6BE80F965EC5CD2E817 /* magSlide.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = magSlide.cpp; path = ../src/Sources/magSlide.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; }; 2411F6B35DAAAE5083D51167 /* motion_estimators.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = motion_estimators.hpp; path = ../../ofxOpenCv/libs/opencv/include/opencv2/stitching/detail/motion_estimators.hpp; sourceTree = SOURCE_ROOT; }; 243FFB66CB697A42C5397069 /* TCPServer.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = TCPServer.cpp; path = src/TCPServer.cpp; sourceTree = SOURCE_ROOT; }; @@ -220,7 +214,6 @@ 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; }; 2E411F99E3AB7154484B4F96 /* kmeans_index.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = kmeans_index.h; path = ../../ofxOpenCv/libs/opencv/include/opencv2/flann/kmeans_index.h; sourceTree = SOURCE_ROOT; }; - 2EEB35CE3E4992705F95E2E3 /* magSlide.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = magSlide.h; path = ../src/Sources/magSlide.h; 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; }; @@ -234,7 +227,6 @@ 33DD6E4350FD51C68B7E65F0 /* SettingsLoader.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = SettingsLoader.cpp; path = ../src/Application/SettingsLoader.cpp; sourceTree = SOURCE_ROOT; }; 33FF03222909C1A0ECE43753 /* cv.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = cv.h; path = ../../ofxOpenCv/libs/opencv/include/opencv/cv.h; 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; }; - 35097CC7BE3F0F1C9474F901 /* magSlideShowSource.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = magSlideShowSource.cpp; path = ../src/Sources/magSlideShowSource.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; }; 35EEEA3F57EFB3D7DE4C0DED /* saturate_cast.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = saturate_cast.hpp; path = ../../ofxOpenCv/libs/opencv/include/opencv2/gpu/device/saturate_cast.hpp; sourceTree = SOURCE_ROOT; }; 36F0FF7F8D7342D220CC6319 /* dummy.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = dummy.h; path = ../../ofxOpenCv/libs/opencv/include/opencv2/flann/dummy.h; sourceTree = SOURCE_ROOT; }; @@ -242,7 +234,6 @@ 378C962CF2DB945F38DE674A /* ofxPiMapper.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxPiMapper.h; path = ../src/ofxPiMapper.h; sourceTree = SOURCE_ROOT; }; 37D155721DCC51F3D1DC2E02 /* color_detail.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = color_detail.hpp; path = ../../ofxOpenCv/libs/opencv/include/opencv2/gpu/device/detail/color_detail.hpp; 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; }; - 38683A925FBE28339A8BDBC0 /* magSlideTransitionFactory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = magSlideTransitionFactory.h; path = ../src/Sources/magSlideTransitionFactory.h; sourceTree = SOURCE_ROOT; }; 3ADB4E06C4EDB97E020A778D /* functional.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = functional.hpp; path = ../../ofxOpenCv/libs/opencv/include/opencv2/gpu/device/functional.hpp; 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; }; @@ -340,7 +331,6 @@ 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; }; - 8219246B2D3DCA07840E8006 /* magSlideTransitionFactory.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 30; name = magSlideTransitionFactory.cpp; path = ../src/Sources/magSlideTransitionFactory.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; }; 84238297E460936905B92D16 /* limits.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = limits.hpp; path = ../../ofxOpenCv/libs/opencv/include/opencv2/gpu/device/limits.hpp; sourceTree = SOURCE_ROOT; }; @@ -354,7 +344,6 @@ 8DB45DE3BD6BB97E34BDB411 /* nn_index.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = nn_index.h; path = ../../ofxOpenCv/libs/opencv/include/opencv2/flann/nn_index.h; sourceTree = SOURCE_ROOT; }; 8E79CF8911DFABAFE23EA45B /* ofxCvConstants.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = ofxCvConstants.h; path = ../../ofxOpenCv/src/ofxCvConstants.h; 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; }; - 8F9A0B3E8F65E3A01D5F598C /* magSlideShowSource.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = magSlideShowSource.h; path = ../src/Sources/magSlideShowSource.h; sourceTree = SOURCE_ROOT; }; 8FB4573CDB2FB9658ACF87AA /* gpu_test.hpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = gpu_test.hpp; path = ../../ofxOpenCv/libs/opencv/include/opencv2/ts/gpu_test.hpp; 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; }; @@ -362,7 +351,6 @@ 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; }; - 9401251DD4C51CCD32270579 /* magSlideTransition.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = magSlideTransition.h; path = ../src/Sources/magSlideTransition.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; }; 946187321200AC04E570E6EC /* hierarchical_clustering_index.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 30; name = hierarchical_clustering_index.h; path = ../../ofxOpenCv/libs/opencv/include/opencv2/flann/hierarchical_clustering_index.h; 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; }; @@ -930,14 +918,6 @@ F05CE9A6503C7CBCC46403C4 /* FboSource.h */, 61291E56B7882C9E9B8F119B /* ImageSource.cpp */, E5949E35CC6642F2FDFFAAE5 /* ImageSource.h */, - 2382B6BE80F965EC5CD2E817 /* magSlide.cpp */, - 2EEB35CE3E4992705F95E2E3 /* magSlide.h */, - 35097CC7BE3F0F1C9474F901 /* magSlideShowSource.cpp */, - 8F9A0B3E8F65E3A01D5F598C /* magSlideShowSource.h */, - 237BC60FA935F4D2EF7333B8 /* magSlideTransition.cpp */, - 9401251DD4C51CCD32270579 /* magSlideTransition.h */, - 8219246B2D3DCA07840E8006 /* magSlideTransitionFactory.cpp */, - 38683A925FBE28339A8BDBC0 /* magSlideTransitionFactory.h */, F7B0806EEA8012D629BE363C /* OMXPlayerCache.cpp */, 3BD72CBAFD427FC6E9F164D2 /* OMXPlayerCache.h */, 6595C215972AFFC7EE685F5A /* SourceType.h */, @@ -1612,10 +1592,6 @@ 892923A127FC7C57469FD078 /* BaseSource.cpp in Sources */, 7702233BBFB6E8D9E8B93CBC /* FboSource.cpp in Sources */, 95CB0A22296B3DB402835DCF /* ImageSource.cpp in Sources */, - D2B8EB6B80117D2235CD85FE /* magSlide.cpp in Sources */, - DBD3C91431A9ACF2F980B702 /* magSlideShowSource.cpp in Sources */, - 2375406EEFFBF32FC848BCF0 /* magSlideTransition.cpp in Sources */, - 582BDA35793B6C5F719AFFB6 /* magSlideTransitionFactory.cpp in Sources */, 588E33B9B0BD6F5A2E4DF31D /* OMXPlayerCache.cpp in Sources */, A0C1CAB7B9C59DDDC960EB62 /* VideoSource.cpp in Sources */, 9F968AD3A115328F4BFE5D71 /* BaseSurface.cpp in Sources */,