diff --git a/example/example.xcodeproj/project.pbxproj b/example/example.xcodeproj/project.pbxproj index 1bea346..dbbd46f 100644 --- a/example/example.xcodeproj/project.pbxproj +++ b/example/example.xcodeproj/project.pbxproj @@ -7,6 +7,8 @@ objects = { /* Begin PBXBuildFile section */ + 0117D70A1D64EBB4008FECEB /* ScaleSurfaceDnCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0117D7081D64EBB4008FECEB /* ScaleSurfaceDnCmd.cpp */; }; + 0117D70B1D64EBB4008FECEB /* ScaleSurfaceUpCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0117D7091D64EBB4008FECEB /* ScaleSurfaceUpCmd.cpp */; }; 0130C9681CE65AA600911E17 /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = 0130C90A1CE65AA600911E17 /* README.md */; }; 0130C9691CE65AA600911E17 /* lz4.c in Sources */ = {isa = PBXBuildFile; fileRef = 0130C90D1CE65AA600911E17 /* lz4.c */; }; 0130C96A1CE65AA600911E17 /* Base64Encoding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0130C92E1CE65AA600911E17 /* Base64Encoding.cpp */; }; @@ -163,6 +165,10 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ + 0117D7061D64EBB4008FECEB /* ScaleSurfaceDnCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ScaleSurfaceDnCmd.h; path = Commands/ScaleSurfaceDnCmd.h; sourceTree = ""; }; + 0117D7071D64EBB4008FECEB /* ScaleSurfaceUpCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ScaleSurfaceUpCmd.h; path = Commands/ScaleSurfaceUpCmd.h; sourceTree = ""; }; + 0117D7081D64EBB4008FECEB /* ScaleSurfaceDnCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ScaleSurfaceDnCmd.cpp; path = Commands/ScaleSurfaceDnCmd.cpp; sourceTree = ""; }; + 0117D7091D64EBB4008FECEB /* ScaleSurfaceUpCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ScaleSurfaceUpCmd.cpp; path = Commands/ScaleSurfaceUpCmd.cpp; sourceTree = ""; }; 0130C9041CE65AA600911E17 /* alphanum.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = alphanum.hpp; sourceTree = ""; }; 0130C9071CE65AA600911E17 /* json.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = json.hpp; sourceTree = ""; }; 0130C9091CE65AA600911E17 /* LICENSE.MIT */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.MIT; sourceTree = ""; }; @@ -913,6 +919,10 @@ 01F9EB1C1D624702009CA5E8 /* MvLayerUpCmd.cpp */, 01F9EB191D624702009CA5E8 /* MvLayerDnCmd.h */, 01F9EB1B1D624702009CA5E8 /* MvLayerDnCmd.cpp */, + 0117D7071D64EBB4008FECEB /* ScaleSurfaceUpCmd.h */, + 0117D7091D64EBB4008FECEB /* ScaleSurfaceUpCmd.cpp */, + 0117D7061D64EBB4008FECEB /* ScaleSurfaceDnCmd.h */, + 0117D7081D64EBB4008FECEB /* ScaleSurfaceDnCmd.cpp */, ); name = Commands; sourceTree = ""; @@ -1115,6 +1125,7 @@ 39C1246A19F0AB96005DF557 /* QuadSurface.cpp in Sources */, 0177D5511D0B05230096A920 /* ToggleAnimatedSourceCmd.cpp in Sources */, 39C1247F19F187D5005DF557 /* RadioList.cpp in Sources */, + 0117D70B1D64EBB4008FECEB /* ScaleSurfaceUpCmd.cpp in Sources */, 3995C20A1C79069B00123352 /* Settings.cpp in Sources */, 39A0A1D81C6628AB00C9096B /* MvSelectionCmd.cpp in Sources */, 397EFC7F1A08FE720009286E /* FboSource.cpp in Sources */, @@ -1154,6 +1165,7 @@ 39264841192224F90008A7F5 /* tinyxml.cpp in Sources */, 39C1246919F0AB96005DF557 /* BaseSurface.cpp in Sources */, 0130C9731CE65AA600911E17 /* DirectoryFilter.cpp in Sources */, + 0117D70A1D64EBB4008FECEB /* ScaleSurfaceDnCmd.cpp in Sources */, 39C1245E19F08965005DF557 /* ImageSource.cpp in Sources */, 397C46BD1C398D72002689E2 /* SurfaceStack.cpp in Sources */, 3933D5D619BB87BD000ACA55 /* ofxLabel.cpp in Sources */,